[Zope-Checkins] SVN: Zope/trunk/lib/python/OFS/dtml/importExport.dtml updated help

Andreas Jung andreas at andreas-jung.com
Sun Aug 10 04:59:25 EDT 2008


Log message for revision 89592:
  updated help
  

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-10 07:32:32 UTC (rev 89591)
+++ Zope/trunk/lib/python/OFS/dtml/importExport.dtml	2008-08-10 08:59:20 UTC (rev 89592)
@@ -11,12 +11,13 @@
 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 if you want to use for moving data between identicial Zope
-installations. The XML export/import is unsupported (and maybe broken under
-certain circumstances. 
+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">



More information about the Zope-Checkins mailing list