[Zope3-checkins] CVS: Packages/ZConfig/doc - zconfig.tex:1.39
Fred L. Drake, Jr.
fred@zope.com
Mon, 6 Jan 2003 17:45:10 -0500
Update of /cvs-repository/Packages/ZConfig/doc
In directory cvs.zope.org:/tmp/cvs-serv28448
Modified Files:
zconfig.tex
Log Message:
Added warnings about the ZConfig.Context and ZConfig.Config modules
possibly being removed in the future.
=== Packages/ZConfig/doc/zconfig.tex 1.38 => 1.39 ===
--- Packages/ZConfig/doc/zconfig.tex:1.38 Mon Jan 6 15:01:48 2003
+++ Packages/ZConfig/doc/zconfig.tex Mon Jan 6 17:45:05 2003
@@ -24,7 +24,7 @@
written in XML.
\begin{notice}[warning]
- ZConfig have changed a great deal since this document was initially
+ ZConfig has changed a great deal since this document was initially
written, and parts of this have not yet been updated, though
portions have been. Please be patient as the documentation catches
up.
@@ -484,6 +484,13 @@
\declaremodule{}{ZConfig.Context}
\modulesynopsis{Application context.}
+\begin{notice}[warning]
+ This module is provided for backward compatibility. It may be
+ removed at some point in the future. The configuration objects
+ returned by methods of the \class{Context} object described here are
+ very different from the schema-based configuration objects.
+\end{notice}
+
The \module{ZConfig} package uses the idea of an \dfn{application
context} to consolidate the connections between the different
components of the package. Most applications should not need to worry
@@ -592,8 +599,17 @@
\modulesynopsis{Standard section objects.}
+\begin{notice}[warning]
+ This module is provided for backward compatibility. It may be
+ removed at some point in the future. It should really be considered
+ an implementation detail of the configuration objects returned by
+ methods of the \class{Context} object defined in the
+ \refmodule{ZConfig.Context} module.
+\end{notice}
+
The \module{ZConfig.Config} module provides an implementation of the
-standard key-value section.
+standard key-value section for configurations loaded by the
+\module{ZConfig.Context} module.
\begin{classdesc}{Configuration}{type, name, url}
A typed section with an optional name. The type is given by the