[Zope3-checkins] CVS: StandaloneZConfig/ZConfig/doc -
zconfig.tex:1.96
Fred L. Drake, Jr.
fred at zope.com
Tue Mar 16 17:13:26 EST 2004
Update of /cvs-repository/StandaloneZConfig/ZConfig/doc
In directory cvs.zope.org:/tmp/cvs-serv13962
Modified Files:
zconfig.tex
Log Message:
- fix typo in comment
- remove old XXX comments: we have added information on schema, and
no, we really don't want to talk about "handlers" -- they're evil
=== StandaloneZConfig/ZConfig/doc/zconfig.tex 1.95 => 1.96 ===
--- StandaloneZConfig/ZConfig/doc/zconfig.tex:1.95 Tue Mar 16 17:04:04 2004
+++ StandaloneZConfig/ZConfig/doc/zconfig.tex Tue Mar 16 17:13:25 2004
@@ -1082,7 +1082,7 @@
\section{Using Components to Extend Schema}
% XXX This section needs a lot of work, but should get people started
-% who really want to add new pieces ZConfig-configured applications.
+% who really want to add new pieces to ZConfig-configured applications.
It is possible to use schema components and the \keyword{\%import}
construct to extend the set of section types available for a specific
@@ -1251,7 +1251,6 @@
The return value is a tuple containing the configuration object and
a composite handler that, when called with a name-to-handler
mapping, calls all the handlers for the configuration.
- % XXX need to talk about handlers and the schema definitions still!
The optional \var{overrides} argument represents information derived
from command-line arguments. If given, it must be either a sequence
@@ -1281,7 +1280,6 @@
mapping, calls all the handlers for the configuration.
The \var{overrides} argument is the same as for the
\function{loadConfig()} function.
- % XXX need to talk about handlers and the schema definitions still!
\end{funcdesc}
\begin{funcdesc}{loadSchema}{url}
More information about the Zope3-Checkins
mailing list