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

2008-08-10 Thread Andreas Jung
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.dtml2008-08-10 07:32:32 UTC 
(rev 89591)
+++ Zope/trunk/lib/python/OFS/dtml/importExport.dtml2008-08-10 08:59:20 UTC 
(rev 89592)
@@ -11,12 +11,13 @@
 in the quot;varquot; directory of your Zope installation 
 on the server. 
 br/
+br/
 bNote:/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 uidenticial/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

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


[Zope-Checkins] SVN: Zope/branches/2.10/lib/python/OFS/dtml/importExport.dtml updated help text for export/import

2008-08-10 Thread Andreas Jung
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.dtml2008-08-10 
08:59:20 UTC (rev 89592)
+++ Zope/branches/2.10/lib/python/OFS/dtml/importExport.dtml2008-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 quot;varquot; directory of your Zope installation 
-on the server.
+on the server. 
+br/
+br/
+bNote:/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 uidenticial/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 idsdtml-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


[Zope-Checkins] SVN: Zope/branches/2.11/lib/python/OFS/dtml/importExport.dtml updated help text for export/import

2008-08-10 Thread Andreas Jung
Log message for revision 89594:
  updated help text for export/import
  

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

-=-
Modified: Zope/branches/2.11/lib/python/OFS/dtml/importExport.dtml
===
--- Zope/branches/2.11/lib/python/OFS/dtml/importExport.dtml2008-08-10 
09:00:51 UTC (rev 89593)
+++ Zope/branches/2.11/lib/python/OFS/dtml/importExport.dtml2008-08-10 
09:01:18 UTC (rev 89594)
@@ -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 quot;varquot; directory of your Zope installation 
-on the server.
+on the server. 
+br/
+br/
+bNote:/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 uidenticial/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 idsdtml-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


[Zope-Checkins] SVN: Zope/branches/2.11/setup.py updated version

2008-08-10 Thread Andreas Jung
Log message for revision 89630:
  updated version
  

Changed:
  U   Zope/branches/2.11/setup.py

-=-
Modified: Zope/branches/2.11/setup.py
===
--- Zope/branches/2.11/setup.py 2008-08-11 05:22:38 UTC (rev 89629)
+++ Zope/branches/2.11/setup.py 2008-08-11 05:53:43 UTC (rev 89630)
@@ -478,7 +478,7 @@
 
 setup(name='Zope',
   author=AUTHOR,
-  version=2.8,
+  version=2.11.2,
   maintainer=Zope Corporation,
   maintainer_email=[EMAIL PROTECTED],
   url = http://www.zope.org/;,

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


[Zope-Checkins] SVN: Zope/trunk/setup.py fixed 'version'

2008-08-10 Thread Andreas Jung
Log message for revision 89631:
  fixed 'version'
  

Changed:
  U   Zope/trunk/setup.py

-=-
Modified: Zope/trunk/setup.py
===
--- Zope/trunk/setup.py 2008-08-11 05:53:43 UTC (rev 89630)
+++ Zope/trunk/setup.py 2008-08-11 05:57:24 UTC (rev 89631)
@@ -478,7 +478,7 @@
 
 setup(name='Zope',
   author=AUTHOR,
-  version=2.8,
+  version=2.12.0-dev,
   maintainer=Zope Corporation,
   maintainer_email=[EMAIL PROTECTED],
   url = http://www.zope.org/;,

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