[Checkins] SVN: zope.app.publisher/trunk/README.txt fix reST formatting

Wolfgang Schnerring wosc at wosc.de
Tue Jun 16 06:54:55 EDT 2009


Log message for revision 101073:
  fix reST formatting
  

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

-=-
Modified: zope.app.publisher/trunk/README.txt
===================================================================
--- zope.app.publisher/trunk/README.txt	2009-06-16 09:57:04 UTC (rev 101072)
+++ zope.app.publisher/trunk/README.txt	2009-06-16 10:54:55 UTC (rev 101073)
@@ -76,8 +76,10 @@
 `zope.component.getAdapter(request, name='myfile')`.
 
 There are two ways to traverse to a resource,
+
 1. with the 'empty' view on a site, e. g. `http://localhost/@@/myfile`
    (This is declared by zope.app.publisher.browser)
+
 2. with the `++resource++` namespace, e. g. `http://localhost/++resource++myfile`
    (This is declared by zope.traversing.namespace)
 



More information about the Checkins mailing list