[Zope-CVS] CVS: StandaloneZConfig - README.txt:1.2
Fred L. Drake, Jr.
fred@zope.com
Tue, 25 Mar 2003 16:14:33 -0500
Update of /cvs-repository/StandaloneZConfig
In directory cvs.zope.org:/tmp/cvs-serv1063
Modified Files:
README.txt
Log Message:
Add some general "what is this" text.
=== StandaloneZConfig/README.txt 1.1 => 1.2 ===
--- StandaloneZConfig/README.txt:1.1 Tue Mar 25 15:05:51 2003
+++ StandaloneZConfig/README.txt Tue Mar 25 16:14:32 2003
@@ -1,3 +1,25 @@
+ZConfig is a configuration library intended for general use. It
+supports a hierarchical schema-driven configuration model that allows
+a schema to specify data conversion routines written in Python.
+ZConfig's model is very different from the model support by the
+ConfigParser module found in Python's standard library, and is more
+suitable to configuration-intensive applications.
+
+ZConfig schema are written in an XML-based language and are able to
+"import" schema components provided by Python packages. Since
+components are able to bind to conversion functions provided by Python
+code in the package (or elsewhere), configuration objects can be
+arbitrarily complex, with values that have been verified against
+arbitrary constraints. This makes it easy for applications to
+separate configuration support from configuration loading even with
+configuration data being defined and consumed by a wide range of
+separate packages.
+
+ZConfig is licensed under the Zope Public License, version 2.0. See
+the file LICENSE.txt in the distribution for the full license text.
+
+Reference documentation is available in the ZConfig/doc/ directory.
+
Installation requires the distutil-Package.
You may either create a RPM and install this, or install directly from