[Zope-Checkins] SVN: Zope/trunk/lib/python/OFS/dtml/importExport.dtml update text in order to reflect that ZEXP is the official export/import format and

Andreas Jung andreas at andreas-jung.com
Wed Aug 6 05:57:36 EDT 2008


Log message for revision 89432:
  update text in order to reflect that ZEXP is the official export/import format and 
  that XML export/import is partly broken
  

Changed:
  U   Zope/trunk/lib/python/OFS/dtml/importExport.dtml

-=-
Modified: Zope/trunk/lib/python/OFS/dtml/importExport.dtml
===================================================================
--- Zope/trunk/lib/python/OFS/dtml/importExport.dtml	2008-08-06 09:22:49 UTC (rev 89431)
+++ Zope/trunk/lib/python/OFS/dtml/importExport.dtml	2008-08-06 09:57:35 UTC (rev 89432)
@@ -9,7 +9,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.
+on the server. 
+<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 if you want to use for moving data between identicial Zope
+installations. The XML export/import is unsupported (and maybe broken under
+certain circumstances. 
 </p>
 
 <form action="manage_exportObject" method="post">
@@ -23,7 +30,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 +53,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>



More information about the Zope-Checkins mailing list