[Checkins] SVN: bluebream/website/docs/v1.0/tutorial4.rst rst fixes
    Baiju M 
    baiju.m.mail at gmail.com
       
    Tue Aug 17 13:37:14 EDT 2010
    
    
  
Log message for revision 115741:
  rst fixes
  
Changed:
  U   bluebream/website/docs/v1.0/tutorial4.rst
-=-
Modified: bluebream/website/docs/v1.0/tutorial4.rst
===================================================================
--- bluebream/website/docs/v1.0/tutorial4.rst	2010-08-17 17:08:18 UTC (rev 115740)
+++ bluebream/website/docs/v1.0/tutorial4.rst	2010-08-17 17:37:14 UTC (rev 115741)
@@ -76,7 +76,7 @@
 time the other directives (that will use the permissions) are executed.
 Here are the four directives you should add to your main ``configure.zcml``
 file.  Open ``src/tc/main/configure.zcml`` and this at the beginning of
-file, just before including ``securitypolicy.zcml``:
+file, just before including ``securitypolicy.zcml``::
 
   <permission
      id="tc.View"
@@ -243,7 +243,7 @@
 To make our package work again, we now have to connect the roles to some
 principals.  We are going to create two new principals called boarduser and
 boardeditor.  To do that, go to the BlueBream root directory and add the
-following lines to ``src/tc/main/principals.zcml``:
+following lines to ``src/tc/main/principals.zcml``::
 
   <principal
       id="tc.jack"
    
    
More information about the checkins
mailing list