[z3-checkins] r25747 - z3/sqlos/trunk/src/sqlos

jinty at codespeak.net jinty at codespeak.net
Thu Apr 13 00:15:54 CEST 2006


Author: jinty
Date: Thu Apr 13 00:15:53 2006
New Revision: 25747

Modified:
   z3/sqlos/trunk/src/sqlos/README.txt
Log:
Be consistent

Modified: z3/sqlos/trunk/src/sqlos/README.txt
==============================================================================
--- z3/sqlos/trunk/src/sqlos/README.txt	(original)
+++ z3/sqlos/trunk/src/sqlos/README.txt	Thu Apr 13 00:15:53 2006
@@ -13,21 +13,21 @@
 ``sqlos`` is a toolkit for using SQLObject_ (an Object Relational
 Mapper) 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::
+it helps are:
 
-  * Integrates the Zope transaction system and SQLObject, allowing
-    SQLObject to be used in lazyUpdate mode.
+    + Integrates the Zope transaction system and SQLObject, allowing
+      SQLObject to be used in lazyUpdate mode.
+ 
+    + Uses Zope Database adapters in SQLObject.
 
-  * Uses Zope Database adapters in SQLObject.
+    + Provide zcml configuration directives.
 
-  * Provide zcml configuration directives.
+    + Provide ZODB persistent objects that can act as a "window" into
+      the database.
 
-  * Provide ZODB persistent objects that can act as a "window" into
-    the database.
+    + A testing infrastructure for testing SQLObject based applications.
 
-  * A testing infrastructure for testing SQLObject based applications.
-
-  * Caches SQLObjects and database connections to improve performance.
+    + Caches SQLObjects and database connections to improve performance.
 
 .. _SQLObject: http://sqlobject.org
 


More information about the z3-checkins mailing list