[Checkins] SVN: bluebream/website/docs/v1.0/ fixed rst errors

Christophe Combelles ccomb at free.fr
Sat Apr 3 19:17:28 EDT 2010


Log message for revision 110479:
  fixed rst errors
  

Changed:
  U   bluebream/website/docs/v1.0/glossary.rst
  U   bluebream/website/docs/v1.0/new/whatsnew-1.0.rst

-=-
Modified: bluebream/website/docs/v1.0/glossary.rst
===================================================================
--- bluebream/website/docs/v1.0/glossary.rst	2010-04-03 23:11:47 UTC (rev 110478)
+++ bluebream/website/docs/v1.0/glossary.rst	2010-04-03 23:17:27 UTC (rev 110479)
@@ -22,7 +22,7 @@
     See the `Buildout PyPI page`_ for more detailed documentation.
 
   Zope 2
-    `The Z Object Publishing Framework`_, a Python based web application server,
+    `The Z Object Publishing Framework`_, a Python-based web application server,
     used in production for more than a decade.
 
   Zope
@@ -129,7 +129,7 @@
   class="logo-disqus">Disqus</span></a>
 
 .. _Setuptools: http://peak.telecommunity.com/DevCenter/setuptools
-.. _Python based Build system:  http://www.buildout.org
+.. _Python-based Build system:  http://www.buildout.org
 .. _Buildout PyPi page: http://pypi.python.org/pypi/zc.buildout
 .. _The Z Object Publishing Framework: http://zope2.zope.org
 .. _Zope Component Architecture: http://muthukadan.net/docs/zca.html
@@ -142,7 +142,7 @@
 .. _started in 2010: https://mail.zope.org/pipermail/zope-dev/2010-January/039072.html
 .. _ZPL: http://foundation.zope.org/agreements/ZPL_2.1.pdf
 .. _Web Server Gateway Interface: http://en.wikipedia.org/wiki/Web_Server_Gateway_Interface
-.. _Paste: http://pypi.python.org/pypi/Paste/
+.. _Paste: http://pypi.python.org/pypi/Paste/
 .. _PasteDeploy: http://pypi.python.org/pypi/PasteDeploy/
 .. _PasteScript: http://pypi.python.org/pypi/PasteScript
 .. _Separation of concerns: http://en.wikipedia.org/wiki/Separation_of_concerns

Modified: bluebream/website/docs/v1.0/new/whatsnew-1.0.rst
===================================================================
--- bluebream/website/docs/v1.0/new/whatsnew-1.0.rst	2010-04-03 23:11:47 UTC (rev 110478)
+++ bluebream/website/docs/v1.0/new/whatsnew-1.0.rst	2010-04-03 23:17:27 UTC (rev 110479)
@@ -661,7 +661,7 @@
 If you get error like this::
 
   raise ValueError("Undefined permission id", permission_id)
-zope.configuration.config.ConfigurationExecutionError: <type 'exceptions.ValueError'>: ('Undefined permission id', 'zope.ManageApplication')
+  zope.configuration.config.ConfigurationExecutionError: <type 'exceptions.ValueError'>: ('Undefined permission id', 'zope.ManageApplication')
 
 You need to include ``zope.applicationcontrol`` package in your ZCML
 configuration file (``site.zcml``) as the permission definition is



More information about the checkins mailing list