Commit a6e50975 authored by Amos Latteier's avatar Amos Latteier

*** empty log message ***

parent 5b5b7d6e
......@@ -27,9 +27,30 @@ Installing Zope:
selected Zope components since the install script compiles
Python extensions for you that you may want, like cDocumentTemplate.
Using Zope Components Separately
Zope consists of many Python packages which can be profitably
used by themselves. For example you will find all your old friends
from Bobo here:
* ZPublisher - A packagized version of the Bobo ORB you know and
love. It's been updated with new thinks like support for
__bobo_debug_mode__ More info to come soon.
* DocumentTemplate - This package includes cDocumentTemplate which
speeds things up considerably.
* BoboPOS - This is NOT BoboPOS3. It a version of BoboPOS2 which
include c code to make things faster.
You can find most of these packages in the lib/python directory. If
you poke around, you might find other goodies too, like StructuredText.
We plan on making separate releases of these packages soon.
Notes:
* Zope requires Python 1.5.
* Zope requires Python 1.5.1
* Lots more documentation is coming.
* Don't forget to check the Zope web site and mailing list.
* Read the source, have fun!
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment