[Checkins] SVN: bluebream/website/docs/v1.0/concepts.rst move ZCML up

Baiju M baiju.m.mail at gmail.com
Fri Feb 19 12:39:58 EST 2010


Log message for revision 109163:
  move ZCML up
  

Changed:
  U   bluebream/website/docs/v1.0/concepts.rst

-=-
Modified: bluebream/website/docs/v1.0/concepts.rst
===================================================================
--- bluebream/website/docs/v1.0/concepts.rst	2010-02-19 17:22:43 UTC (rev 109162)
+++ bluebream/website/docs/v1.0/concepts.rst	2010-02-19 17:39:58 UTC (rev 109163)
@@ -413,6 +413,14 @@
 - Pluggable storages
 - Scalable architecture
 
+ZCML
+~~~~
+
+The Zope Configuration Markup Language (ZCML) is an XML based
+configuration system for registration of components.  Instead of
+using Python API for registration, you can use ZCML.  Security
+declarations is also done in ZCML.
+
 WSGI
 ~~~~
 
@@ -455,14 +463,6 @@
 application, so that application users don’t need to be exposed to
 the implementation details of your application.
 
-ZCML
-~~~~
-
-The Zope Configuration Markup Language (ZCML) is an XML based
-configuration system for registration of components.  Instead of
-using Python API for registration, you can use ZCML.  Security
-declarations is also done in ZCML.
-
 .. raw:: html
 
   <div id="disqus_thread"></div><script type="text/javascript"



More information about the checkins mailing list