[Zope3-checkins] CVS: Zope3/doc/zcml - meta.stx:1.2

R. David Murray bitz@bitdance.com
Wed, 18 Sep 2002 23:33:42 -0400


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

Modified Files:
	meta.stx 
Log Message:
Duh.  Forgot to save the edit buffer before I did the checkin.


=== Zope3/doc/zcml/meta.stx 1.1 => 1.2 ===
--- Zope3/doc/zcml/meta.stx:1.1	Wed Sep 18 18:53:08 2002
+++ Zope3/doc/zcml/meta.stx	Wed Sep 18 23:33:41 2002
@@ -278,7 +278,13 @@
     a configuration for the site that has been named.  (Note: an
     alternative implementation would be to make the ISubdireciveHandler
     a singleton, in which case it could store the configuration
-    information directly on itself).
+    information directly on itself).  This actual configuration
+    action done at parse time both necessary and safe. Necessary
+    because the subdirective actions need to be able to alter the
+    configuration the named site, so it needs to be set up.  Safe,
+    because no matter which action directives ultimately win out
+    during conflict resolution, we know that *some* configuration
+    is going to be needed for this named site.
 
     The two subdirective methods use the same discriminator, and
     the name of the site being defined is included in the discriminator.