[Zodb-checkins] SVN: ZODB/trunk/README.txt Merged only the doc change from the 3.8 branch
Christophe Combelles
ccomb at free.fr
Sat Oct 11 09:28:32 EDT 2008
Log message for revision 92036:
Merged only the doc change from the 3.8 branch
Changed:
U ZODB/trunk/README.txt
-=-
Modified: ZODB/trunk/README.txt
===================================================================
--- ZODB/trunk/README.txt 2008-10-11 13:17:18 UTC (rev 92035)
+++ ZODB/trunk/README.txt 2008-10-11 13:28:32 UTC (rev 92036)
@@ -12,8 +12,8 @@
- Core ZODB, including the persistence machinery
- Standard storages such as FileStorage
- The persistent BTrees modules
-- ZEO
-- documentation (poor)
+- ZEO, for scalability needs
+- documentation (needs more work)
Our primary development platforms are Linux, Mac OS X, and Windows
XP. The test suite should pass without error on all of these
@@ -83,7 +83,7 @@
Testing for Developers
======================
-The ZODB check outs are `buldouts <http://www.python.org/pypi/zc.buildout>`_.
+The ZODB checkouts are `buildouts <http://www.python.org/pypi/zc.buildout>`_.
When working from a ZODB checkout, first run the bootstrap.py script
to initialize the buildout:
@@ -117,6 +117,15 @@
OK
+Maintenance scripts
+-------------------
+
+Several scripts are provided with the ZODB and can help for analyzing,
+debugging, checking for consistency, summarizing content, reporting space used
+by objects, doing backups, artificial load testing, etc.
+Look at the ZODB/script directory for more informations.
+
+
History
=======
@@ -150,9 +159,7 @@
StandaloneZODB is a bit of a mouthful. The standalone part of the
name suggests that the Zope version is the real version and that this
is an afterthought, which isn't the case. So we're calling this
-release "ZODB".
-
-To make matters worse, we worked on a ZODB4 package for a while and
+release "ZODB". We also worked on a ZODB4 package for a while and
made a couple of alpha releases. We've now abandoned that effort,
because we didn't have the resources to pursue ot while also maintaining
ZODB(3).
@@ -203,10 +210,9 @@
Bugs and Patches
================
-Bug reports and patches should be added to the Zope Collector, with
-topic "Database":
+Bug reports and patches should be added to the Launchpad:
- http://collector.zope.org/Zope
+ https://launchpad.net/zodb
..
More information about the Zodb-checkins
mailing list