[Zope3-checkins] CVS: Packages/ZConfig/doc - zconfig.tex:1.23
Fred L. Drake, Jr.
fred@zope.com
Wed, 4 Dec 2002 16:21:14 -0500
Update of /cvs-repository/Packages/ZConfig/doc
In directory cvs.zope.org:/tmp/cvs-serv10256/doc
Modified Files:
zconfig.tex
Log Message:
Implement the %define directive and $-substitution within values.
Further documentation is needed.
=== Packages/ZConfig/doc/zconfig.tex 1.22 => 1.23 ===
--- Packages/ZConfig/doc/zconfig.tex:1.22 Wed Dec 4 15:59:15 2002
+++ Packages/ZConfig/doc/zconfig.tex Wed Dec 4 16:20:43 2002
@@ -178,6 +178,20 @@
\end{alltt}
+\subsection{Textual Substitution in Values}
+
+XXX Explain \keyword{\%define} and \$-substitution here.
+
+In this example, the value for the \code{key} will evaluate to
+\code{value}:
+
+\begin{verbatim}
+%define name value
+
+key $name
+\end{verbatim} %$
+
+
\section{\module{ZConfig} --- Basic configuration support}
\declaremodule{}{ZConfig}