[Checkins] SVN: z3c.offlinepack/trunk/README.txt reST fixes

Ross Patterson me at rpatterson.net
Wed Sep 26 15:20:54 EDT 2007


Log message for revision 80127:
  reST fixes
  

Changed:
  U   z3c.offlinepack/trunk/README.txt

-=-
Modified: z3c.offlinepack/trunk/README.txt
===================================================================
--- z3c.offlinepack/trunk/README.txt	2007-09-26 19:16:32 UTC (rev 80126)
+++ z3c.offlinepack/trunk/README.txt	2007-09-26 19:20:53 UTC (rev 80127)
@@ -7,11 +7,11 @@
 required.  Apply only to copies of ZODB storages, not ZODB storages
 currently in use.
 
-Install the distribution:
+Install the distribution::
 
   $ python setup.py install
 
-Then use the offlinepack script to pack a copy of your ZODB:
+Then use the offlinepack script to pack a copy of your ZODB::
 
   $ offlinepack /path/to/Data-copy.fs
 
@@ -20,10 +20,9 @@
 
 A buildout.cfg is included that will install the offlinepack script
 to the buildout.  The buildout makes it possible to quickly use the
-offlinepack script without modifying the system python installation.
+offlinepack script without modifying the system python installation::
 
-  $ svn co svn://svn.zope.org/repos/main/z3c.offlinepack/trunk \
-    z3c.offlinepack
+  $ svn co svn://svn.zope.org/repos/main/z3c.offlinepack/trunk z3c.offlinepack
   $ cd z3c.offlinepack
   $ python bootsrtap/bootsrtap.py -v
   $ bin/buildout -v



More information about the Checkins mailing list