[Zope3-checkins] CVS: Zope3/doc/zcml/namespaces.zope.org/meta - redefinePermission.stx:1.1 complexDirective.stx:1.2 directive.stx:1.2 directives.stx:1.2 groupingDirective.stx:1.2 subdirective.stx:1.2

Stephan Richter srichter at cosmos.phy.tufts.edu
Mon Mar 29 10:08:47 EST 2004


Update of /cvs-repository/Zope3/doc/zcml/namespaces.zope.org/meta
In directory cvs.zope.org:/tmp/cvs-serv20778/doc/zcml/namespaces.zope.org/meta

Modified Files:
	complexDirective.stx directive.stx directives.stx 
	groupingDirective.stx subdirective.stx 
Added Files:
	redefinePermission.stx 
Log Message:


Updated ZCML documentation. The files now contain information about the handler.




=== Added File Zope3/doc/zcml/namespaces.zope.org/meta/redefinePermission.stx ===
redefinePermission

  File zope/app/security/meta.zcml, lines 48 - 52.

  Handler: zope.app.security.metaconfigure.redefinePermission

  Define a permission to replace another permission.

  Attributes

    from -- Permission (required)

      from

      Original permission id to redefine.

    to -- Permission (required)

      to

      Substituted permission id.



=== Zope3/doc/zcml/namespaces.zope.org/meta/complexDirective.stx 1.1 => 1.2 ===
--- Zope3/doc/zcml/namespaces.zope.org/meta/complexDirective.stx:1.1	Thu Jan 22 18:57:13 2004
+++ Zope3/doc/zcml/namespaces.zope.org/meta/complexDirective.stx	Mon Mar 29 10:08:16 2004
@@ -2,6 +2,8 @@
 
   Manually registered in zope/configuration/config.py
 
+  Handler: zope.configuration.config.ComplexDirectiveDefinition
+
   Information that all top-level directives (not subdirectives) have
 
   Attributes


=== Zope3/doc/zcml/namespaces.zope.org/meta/directive.stx 1.1 => 1.2 ===
--- Zope3/doc/zcml/namespaces.zope.org/meta/directive.stx:1.1	Thu Jan 22 18:57:13 2004
+++ Zope3/doc/zcml/namespaces.zope.org/meta/directive.stx	Mon Mar 29 10:08:16 2004
@@ -2,6 +2,8 @@
 
   Manually registered in zope/configuration/config.py
 
+  Handler: zope.configuration.config.defineSimpleDirective
+
   Information that all top-level directives (not subdirectives) have
 
   Attributes


=== Zope3/doc/zcml/namespaces.zope.org/meta/directives.stx 1.1 => 1.2 ===
--- Zope3/doc/zcml/namespaces.zope.org/meta/directives.stx:1.1	Thu Jan 22 18:57:13 2004
+++ Zope3/doc/zcml/namespaces.zope.org/meta/directives.stx	Mon Mar 29 10:08:16 2004
@@ -2,6 +2,8 @@
 
   Manually registered in zope/configuration/config.py
 
+  Handler: zope.configuration.config.DirectivesHandler
+
   Schema for the ``directives`` directive
 
   Attributes
@@ -10,5 +12,5 @@
 
       Namespace
 
-      The namespace that directives' names will be defined in
+      The namespace in which directives' names will be defined
 


=== Zope3/doc/zcml/namespaces.zope.org/meta/groupingDirective.stx 1.1 => 1.2 ===
--- Zope3/doc/zcml/namespaces.zope.org/meta/groupingDirective.stx:1.1	Thu Jan 22 18:57:13 2004
+++ Zope3/doc/zcml/namespaces.zope.org/meta/groupingDirective.stx	Mon Mar 29 10:08:16 2004
@@ -2,6 +2,8 @@
 
   Manually registered in zope/configuration/config.py
 
+  Handler: zope.configuration.config.defineGroupingDirective
+
   Information that all top-level directives (not subdirectives) have
 
   Attributes


=== Zope3/doc/zcml/namespaces.zope.org/meta/subdirective.stx 1.1 => 1.2 ===
--- Zope3/doc/zcml/namespaces.zope.org/meta/subdirective.stx:1.1	Thu Jan 22 18:57:13 2004
+++ Zope3/doc/zcml/namespaces.zope.org/meta/subdirective.stx	Mon Mar 29 10:08:16 2004
@@ -2,6 +2,8 @@
 
   Manually registered in zope/configuration/config.py
 
+  Handler: zope.configuration.config.subdirective
+
   Information common to all directive definitions have
 
   Attributes




More information about the Zope3-Checkins mailing list