[Checkins] SVN: zope.app.fssync/branches/jim-hack/README.txt Minor clean up.

Amos Latteier amos at latteier.com
Fri Feb 20 16:20:30 EST 2009


Log message for revision 96856:
  Minor clean up.
  

Changed:
  U   zope.app.fssync/branches/jim-hack/README.txt

-=-
Modified: zope.app.fssync/branches/jim-hack/README.txt
===================================================================
--- zope.app.fssync/branches/jim-hack/README.txt	2009-02-20 21:20:08 UTC (rev 96855)
+++ zope.app.fssync/branches/jim-hack/README.txt	2009-02-20 21:20:30 UTC (rev 96856)
@@ -9,10 +9,10 @@
 a Web-based API with basic support for some standard zope.app content 
 types and the standard security policy.
 
-This project is build on top of the more general zope.fssync package which 
-provides object serialization and deserialization tools. If you need a pure 
-Python API which is independent of the ZODB and the Zope3 security machinery you 
-should look at zope.fssync. 
+This project is build on top of the more general zope.fssync package
+which provides object serialization and deserialization tools. If you
+need a pure Python API which is independent of the ZODB and the Zope3
+security machinery you should look at zope.fssync.
 
 FSSync includes a command line client that resembles svn or cvs. Type 
 
@@ -21,11 +21,12 @@
 for available commands and further information. If you want to see the zsync 
 client in action you can run the demo application:
 
-    bin/demo -fg
+    bin/demo start
 
-Open http://localhost:8080/manage in your browser and login with ``zsync`` as your
-username and password. Add a ``demo`` folder with some files via the ZMI.
-After that run the command line client for an initial checkout:
+Open http://localhost:8080/manage in your browser and login with
+``zsync`` as your username and password. Add a ``demo`` folder with
+some files via the ZMI.  After that run the command line client for an
+initial checkout:
 
     bin/zsync checkout http://zsync:zsync@localhost:8080/demo ./parts/checkout
 



More information about the Checkins mailing list