[Checkins] SVN: z3c.securitytool/trunk/README.txt Updated Egg README.txt for restructruredText format

Daniel Blackburn blackburnd at gmail.com
Thu Mar 6 09:18:44 EST 2008


Log message for revision 84508:
  Updated Egg README.txt for restructruredText format

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

-=-
Modified: z3c.securitytool/trunk/README.txt
===================================================================
--- z3c.securitytool/trunk/README.txt	2008-03-06 14:06:06 UTC (rev 84507)
+++ z3c.securitytool/trunk/README.txt	2008-03-06 14:18:43 UTC (rev 84508)
@@ -1,36 +1,40 @@
 
-===================================================================
-  Zope3 SecurityTool (z3c.securitytool)
-===================================================================
+=====================================
+Zope3 SecurityTool (z3c.securitytool)
+=====================================
 
   This package is used as a tool to view all the permissions for any
   view in any context. These permissions are gathered from the roles
   groups and of course directly provided permissions.
 
-  ===================================================================
-  Demo Instructions
-  ===================================================================
+=================
+Demo Instructions
+=================
 
-  You can run the demo by downloading just the securitytool package
+You can run the demo by downloading just the securitytool package
 
-    $ svn co svn://svn.zope.org/repos/main/z3c.securitytool/trunk securitytool
-    $ cd securitytool
-    $ python bootstrap.py
-    $ ./bin/buildout
-    $ ./bin/demo fg
+- ``# svn co svn://svn.zope.org/repos/main/z3c.securitytool/trunk securitytool``
+- ``# cd securitytool``
+- ``# python bootstrap.py``
+- ``# ./bin/buildout``
+- ``# ./bin/demo fg``
 
-  Then access the demo site using:
-    http://localhost:8080/++skin++SecurityTool/securityMatrix.html
 
-  There are some folders added with permissions and roles applied to show
-  the settings in the demo. 
+``Demo``
+Then access the demo site using:
 
- http://localhost:8080/++skin++SecurityTool/Folder1/securityMatrix.html
- http://localhost:8080/++skin++SecurityTool/Folder1/Folder2/securityMatrix.html
+- http://localhost:8080/++skin++SecurityTool/securityMatrix.html
 
-  These permissions should mirror what you see in the @@grant.html views
-   - http://localhost:8080/Folder1/Folder2/@@grant.html
-   - http://localhost:8080/Folder1/@@grant.html
+There are some folders added with permissions and roles applied to show
+the settings in the demo. 
 
-   ( These settings are  added when the database is first opened
-     You can find these settings in demoSetup.py )
+- http://localhost:8080/++skin++SecurityTool/Folder1/securityMatrix.html
+- http://localhost:8080/++skin++SecurityTool/Folder1/Folder2/securityMatrix.html
+
+These permissions should mirror what you see in the @@grant.html views
+
+- http://localhost:8080/Folder1/Folder2/@@grant.html
+- http://localhost:8080/Folder1/@@grant.html
+
+``(These settings are  added when the database is first opened``
+   ``You can find these settings in demoSetup.py)``



More information about the Checkins mailing list