[Checkins] SVN: Sandbox/J1m/dozodb/README.txt Start high-level docs.

Jim Fulton jim at zope.com
Wed Dec 29 16:24:25 EST 2010


Log message for revision 119210:
  Start high-level docs.
  

Changed:
  U   Sandbox/J1m/dozodb/README.txt

-=-
Modified: Sandbox/J1m/dozodb/README.txt
===================================================================
--- Sandbox/J1m/dozodb/README.txt	2010-12-29 21:24:23 UTC (rev 119209)
+++ Sandbox/J1m/dozodb/README.txt	2010-12-29 21:24:25 UTC (rev 119210)
@@ -1,14 +1,19 @@
-Title Here
-**********
+===================================================
+dozodb, a dojo and ZODB-based application framework
+===================================================
 
+Dozodb facilites building dojo applications using data stored in the
+ZODB.  It provides a full dojo storage implementation with lazy
+loading.  It doesn't provide automatic object deactivation.
 
-To learn more, see
+To use a storage, instantiate zc.dozodb.Store, passing an options
+argument that includes the URL of a server resource.  If building
+your own server resource, see the file protocol.txt in the source
+Python package.
 
-
+=======
 Changes
-*******
+=======
 
 0.1.0 (yyyy-mm-dd)
 ==================
-
-Initial release



More information about the checkins mailing list