Commit f7905c0e authored by Andreas Jung's avatar Andreas Jung

updated help text for export/import

parent 89a897cc
......@@ -10,6 +10,14 @@ them to a different Zope installation. You can either choose
to download the export file to your local machine, or save it
in the "var" directory of your Zope installation
on the server.
<br/>
<br/>
<b>Note:</b>
Zope can export/import objects in two dfferent formats: a binary format (called
ZEXP) and as XML. The ZEXP format is the officially supported export/import
format for moving data between <u>identicial</u> Zope installations (it is not a migration tool).
The XML export/import is unsupported (and possibly broken under certain circumstances) - use it
at your own risk.
</p>
<form action="manage_exportObject" method="post">
......@@ -46,7 +54,7 @@ on the server.
</td>
<td align="left" valign="top">
<div class="form-text">
<input type="checkbox" name="toxml" value="Y" /> XML format?
<input type="checkbox" name="toxml" value="Y" /> XML format? (unsupported, see above)
</div>
</td>
</tr>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment