[z3-checkins] r26787 - z3/sqlos/trunk/doc
jinty at codespeak.net
jinty at codespeak.net
Fri May 5 06:55:19 CEST 2006
Author: jinty
Date: Fri May 5 06:55:11 2006
New Revision: 26787
Modified:
z3/sqlos/trunk/doc/HowToMakeARealease.rst
Log:
Add a release message template.
Modified: z3/sqlos/trunk/doc/HowToMakeARealease.rst
==============================================================================
--- z3/sqlos/trunk/doc/HowToMakeARealease.rst (original)
+++ z3/sqlos/trunk/doc/HowToMakeARealease.rst Fri May 5 06:55:11 2006
@@ -54,7 +54,37 @@
To:
z3-sqlos at codespeak.net
+ zope-announce at zope.org
TODO: More?
Template:
- TODO
+
+XXXMESSAGE
+
+What is sqlos:
+
+ sqlos is a toolkit for using SQLObject (http://sqlobject.org)
+ inside Zope 3 or Zope 2. It tries to take care of many of the fiddly
+ details that always seem to take a lot of time. The major ways it
+ helps are:
+
+ - Integrates the Zope transaction system and SQLObject, allowing
+ SQLObject to be used in lazyUpdate mode.
+
+ - Uses Zope Database adapters in SQLObject.
+
+ - Provide zcml configuration directives.
+
+ - Provide ZODB persistent objects that can act as a "window" into
+ the database.
+
+ - A testing infrastructure for testing SQLObject based applications.
+
+ - Caches SQLObjects and database connections to improve
+ performance.
+
+More info:
+ http://codespeak.net/z3/sqlos/index.html
+
+Releases:
+ http://cheeseshop.python.org/pypi/sqlos
More information about the z3-checkins
mailing list