Log message for revision 89593:
  updated help text for export/import
  

Changed:
  U   Zope/branches/2.10/lib/python/OFS/dtml/importExport.dtml

-=-
Modified: Zope/branches/2.10/lib/python/OFS/dtml/importExport.dtml
===================================================================
--- Zope/branches/2.10/lib/python/OFS/dtml/importExport.dtml    2008-08-10 
08:59:20 UTC (rev 89592)
+++ Zope/branches/2.10/lib/python/OFS/dtml/importExport.dtml    2008-08-10 
09:00:51 UTC (rev 89593)
@@ -9,7 +9,15 @@
 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.
+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">
@@ -23,7 +31,7 @@
   <td align="left" valign="top">
   <input type="text" name="id" size="25" value="<dtml-if ids><dtml-var 
"ids[0]" html_quote></dtml-if>" class="form-element"/>
   </td>
-</tr>
+</tr>                                                                          
 <tr>
   <td align="left" valign="top">
   <div class="form-label">
@@ -46,7 +54,7 @@
   </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>

_______________________________________________
Zope-Checkins maillist  -  Zope-Checkins@zope.org
http://mail.zope.org/mailman/listinfo/zope-checkins

Reply via email to