[Zope3-checkins] CVS: Zope3/doc/zcml/namespaces.zope.org - configure.stx:1.3 include.stx:1.3 includeOverrides.stx:1.3 zopeConfigure.stx:1.3

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


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

Modified Files:
	configure.stx include.stx includeOverrides.stx 
	zopeConfigure.stx 
Log Message:


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




=== Zope3/doc/zcml/namespaces.zope.org/configure.stx 1.2 => 1.3 ===
--- Zope3/doc/zcml/namespaces.zope.org/configure.stx:1.2	Fri Jan 23 12:00:26 2004
+++ Zope3/doc/zcml/namespaces.zope.org/configure.stx	Mon Mar 29 10:08:18 2004
@@ -1,5 +1,7 @@
 configure
 
+  Handler: zope.configuration.zopeconfigure.ZopeConfigure
+
   
 
   Attributes


=== Zope3/doc/zcml/namespaces.zope.org/include.stx 1.2 => 1.3 ===
--- Zope3/doc/zcml/namespaces.zope.org/include.stx:1.2	Fri Jan 23 12:00:26 2004
+++ Zope3/doc/zcml/namespaces.zope.org/include.stx	Mon Mar 29 10:08:18 2004
@@ -1,19 +1,40 @@
 include
 
+  Handler: zope.configuration.xmlconfig.include
+
   
 
   Attributes
 
-    file -- BytesLine (required)
+    file -- BytesLine (optional, default=None)
 
       Configuration file name
 
       The name of a configuration file to be included, relative to the
       directive containing the including configuration file.
 
+    files -- BytesLine (optional, default=None)
+
+      Configuration file name pattern
+
+      The names of multiple configuration files to be included, expressed as a
+      file-name pattern, relative to the directive containing the including
+      configuration file. The pattern can include:
+
+      ``*`` matches 0 or more characters
+
+      ``?`` matches a single character
+
+      [*seq*] matches any character in seq
+
+      [!*seq*] matches any character not in seq
+
+      The file names are included in sorted order, where sorting is without
+      regard to case.
+
     package -- GlobalObject (optional, default=None)
 
-      Include packahe
+      Include package
 
       Include the named file (or configure.zcml) from the directory of this
       package.


=== Zope3/doc/zcml/namespaces.zope.org/includeOverrides.stx 1.2 => 1.3 ===
--- Zope3/doc/zcml/namespaces.zope.org/includeOverrides.stx:1.2	Fri Jan 23 12:00:26 2004
+++ Zope3/doc/zcml/namespaces.zope.org/includeOverrides.stx	Mon Mar 29 10:08:18 2004
@@ -1,19 +1,40 @@
 includeOverrides
 
+  Handler: zope.configuration.xmlconfig.includeOverrides
+
   
 
   Attributes
 
-    file -- BytesLine (required)
+    file -- BytesLine (optional, default=None)
 
       Configuration file name
 
       The name of a configuration file to be included, relative to the
       directive containing the including configuration file.
 
+    files -- BytesLine (optional, default=None)
+
+      Configuration file name pattern
+
+      The names of multiple configuration files to be included, expressed as a
+      file-name pattern, relative to the directive containing the including
+      configuration file. The pattern can include:
+
+      ``*`` matches 0 or more characters
+
+      ``?`` matches a single character
+
+      [*seq*] matches any character in seq
+
+      [!*seq*] matches any character not in seq
+
+      The file names are included in sorted order, where sorting is without
+      regard to case.
+
     package -- GlobalObject (optional, default=None)
 
-      Include packahe
+      Include package
 
       Include the named file (or configure.zcml) from the directory of this
       package.


=== Zope3/doc/zcml/namespaces.zope.org/zopeConfigure.stx 1.2 => 1.3 ===
--- Zope3/doc/zcml/namespaces.zope.org/zopeConfigure.stx:1.2	Fri Jan 23 12:00:26 2004
+++ Zope3/doc/zcml/namespaces.zope.org/zopeConfigure.stx	Mon Mar 29 10:08:18 2004
@@ -1,5 +1,7 @@
 zopeConfigure
 
+  Handler: zope.configuration.zopeconfigure.ZopeConfigure
+
   
 
   Attributes




More information about the Zope3-Checkins mailing list