[Checkins] SVN: zope.app.fssync/trunk/README.txt minor readme formatting tweaks

Amos Latteier amos at latteier.com
Fri Mar 13 10:15:29 EDT 2009


Log message for revision 98034:
  minor readme formatting tweaks

Changed:
  U   zope.app.fssync/trunk/README.txt

-=-
Modified: zope.app.fssync/trunk/README.txt
===================================================================
--- zope.app.fssync/trunk/README.txt	2009-03-13 13:55:07 UTC (rev 98033)
+++ zope.app.fssync/trunk/README.txt	2009-03-13 14:15:28 UTC (rev 98034)
@@ -1,8 +1,6 @@
 File Synchronization for Zope3
 ==============================
 
-.. contents::
-
 The FSSync project (zope.app.fssync) provides support for filesystem
 synchronization of Zope3 content that resides in a ZODB. This package defines
 a Web-based API with basic support for some standard zope.app content
@@ -81,11 +79,10 @@
     eggs = zope.app.fssync
     entry-points = zsync=zope.app.fssync.main:main
 
-If you want to use zope.app.fssync in your own application you propably have
-to define application specific serializers and deserializers. See::
+If you want to use zope.app.fssync in your own application you
+propably have to define application specific serializers and
+deserializers. See zope/app/fssync/fssync.txt
 
-    zope/app/fssync/fssync.txt
-
 for further documentation. You probably also need your own zsync script with
 additional dependencies. Simply add the necessary eggs to the corresponding
 buildout snippet of your project.



More information about the Checkins mailing list