[Zope-CVS] CVS: StandaloneZConfig - README.txt:1.5
Fred L. Drake, Jr.
fred at zope.com
Fri Jan 2 19:25:23 EST 2004
Update of /cvs-repository/StandaloneZConfig
In directory cvs.zope.org:/tmp/cvs-serv12211
Modified Files:
README.txt
Log Message:
- bump version number
- general cleanup
=== StandaloneZConfig/README.txt 1.4 => 1.5 ===
--- StandaloneZConfig/README.txt:1.4 Mon Oct 6 17:11:35 2003
+++ StandaloneZConfig/README.txt Fri Jan 2 19:25:22 2004
@@ -1,9 +1,9 @@
-This is ZConfig 2.0.
+This is ZConfig 2.1.
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
+ZConfig's model is very different from the model supported by the
ConfigParser module found in Python's standard library, and is more
suitable to configuration-intensive applications.
@@ -25,31 +25,33 @@
Information on the latest released version of the ZConfig package is
available at
- http://www.zope.org/Members/fdrake/zconfig/
+ http://www.zope.org/Members/fdrake/zconfig/
You may either create an RPM and install this, or install directly from
the source distribution.
+
Creating RPMS:
python setup.py bdist_rpm
If you need to force the Python interpreter to, for example, python2:
- python2 setup.py bdist_rpm --python=python2
+
+ python2 setup.py bdist_rpm --python=python2
Installation from the source distribution:
- python setup.py install
+ python setup.py install
- To install to a user's home-dir:
- python setup.py install --home=<dir>
+ To install to a user's home-dir:
+ python setup.py install --home=<dir>
- To install to another prefix (eg. /usr/local)
- python setup.py install --prefix=/usr/local
+ To install to another prefix (eg. /usr/local)
+ python setup.py install --prefix=/usr/local
If you need to force the python interpreter to eg. python2:
- python2 setup.py install
+ python2 setup.py install
For more information please refer to
- http://www.python.org/doc/current/inst/inst.html
+ http://www.python.org/doc/current/inst/inst.html
More information about the Zope-CVS
mailing list