[Zope-Checkins] CVS: Packages/ZConfig/doc - zconfig.tex:1.5
Fred L. Drake, Jr.
fdrake@acm.org
Thu, 10 Oct 2002 11:22:22 -0400
Update of /cvs-repository/Packages/ZConfig/doc
In directory cvs.zope.org:/tmp/cvs-serv6507
Modified Files:
zconfig.tex
Log Message:
Add a brief abstract and intro. Needs more work.
=== Packages/ZConfig/doc/zconfig.tex 1.4 => 1.5 ===
--- Packages/ZConfig/doc/zconfig.tex:1.4 Thu Oct 10 10:13:03 2002
+++ Packages/ZConfig/doc/zconfig.tex Thu Oct 10 11:22:22 2002
@@ -18,13 +18,26 @@
\begin{abstract}
\noindent
-
+This document describes the syntax and API used in configuration files
+for components of a Zope installation written by Zope Corporation.
\end{abstract}
\tableofcontents
\section{Introduction \label{intro}}
+
+Zope uses a common syntax and API for configuration files designed for
+software components written by Zope Corporation. Third-party software
+which is also part of a Zope installation may use a different syntax,
+though any software is welcome to use the syntax used by Zope
+Corporation. Any software written in Python is free to use the
+\module{ZConfig} software to load such configuration files in order to
+ensure compatibility. This software is covered by the Zope Public
+License, version 2.0.
+
+The \module{ZConfig} package has been tested with Python 2.1 and 2.2.
+It only relies on the Python standard library.
\section{Configuration Syntax \label{syntax}}