Commit a02f56f8 authored by Chris McDonough's avatar Chris McDonough

Got rid of pointless references to Bobo and using Zope components outside Zope.

parent a3932052
Welcome to the Zope source release Welcome to The Zope Source Release
Zope is an open-source web application server.
This document provides some general information about the Zope This document provides some general information about the Zope
source release and provides links to other documents. source release and provides links to other documents.
Installation information can be found in doc/INSTALL.txt. Other Installation information can be found in doc/INSTALL.txt. Other
documentation is also in the doc directory. documentation is also in the "doc" directory and in the Zope.org
documentation section at http://www.zope.org/Documentation/.
Zope information is available at http://www.zope.org/ General Zope information is available at http://www.zope.org/
Report problems with this release on the Zope mailing list Report problems with this release on the Zope mailing list
(zope@zope.org) To subscribe to the list send mail to (zope@zope.org) To subscribe to the list send mail to
...@@ -15,15 +17,14 @@ Welcome to the Zope source release ...@@ -15,15 +17,14 @@ Welcome to the Zope source release
Introduction Introduction
The source release is intended for tinkerers, those who want The source release is intended for tinkerers, those who want to use
to use Zope components separately, Bobo hackers, people who Zope components separately, people who want to use their own Python,
want to use their own Python, and people who work on obscure and people who work on platforms that are not supported by
platforms because they love to compile everything from source. a binary distribution.
If you just want to use Zope easily and aren't a programmer
the binary release will probably suit you better. All are
available at http://www.zope.org/Download
If you just want to use Zope easily and you aren't a programmer, the
binary release will probably suit you better. All are available at
http://www.zope.org/Download.
License License
...@@ -36,35 +37,13 @@ Important ...@@ -36,35 +37,13 @@ Important
Installing Zope Installing Zope
Follow the instructions in doc/INSTALL.txt to install Zope. Follow the instructions in doc/INSTALL.txt to install Zope.
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.
* DocumentTemplate - This package includes cDocumentTemplate which
speeds things up considerably.
* BoboPOS - This is NOT ZODB 3. 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.
ZPublisher and DocumentTemplate are also available separately.
Notes Notes
* Zope requires Python 2.1. * Zope requires Python 2.1.
* Lots more documentation is coming.
* Don't forget to check the Zope web site and mailing list. * Don't forget to check the Zope web site and mailing list.
* Read the source, have fun! * Read the source and 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