[Zodb-checkins] CVS: StandaloneZODB - README:1.1.4.3

Barry Warsaw barry@wooz.org
Fri, 25 Jan 2002 11:19:33 -0500


Update of /cvs-repository/StandaloneZODB
In directory cvs.zope.org:/tmp/cvs-serv21610

Modified Files:
      Tag: StandaloneZODB-1_0-branch
	README 
Log Message:
One last proof read


=== StandaloneZODB/README 1.1.4.2 => 1.1.4.3 ===
+This is the README for StandaloneZODB 1.0 release candidate 1
 
 Please see the LICENSE.txt file for terms and conditions.
 
@@ -8,15 +8,15 @@
     Object Database (ZODB) in Python programs separately from Zope.
     The tools you get are identical to the ones provided in Zope,
     because they come from the same source repository.  They have been
-    packaged for use in non-Zope stand alone Python applications.
+    packaged for use in non-Zope stand-alone Python applications.
 
     StandaloneZODB is known to work with with all Python versions from
     Python 2.1 to Python 2.2.  It may or may not work with versions
     earlier than Python 2.1.  Our primary development platform is
     Linux, but everything should work on most Un*x platforms, and
-    we've tested this distribution on Windows with what will be the
-    Python 2.2 final release (it may or may not work on Windows with
-    earlier Python releases).
+    we've tested this distribution on Windows with the Python 2.2
+    final release (it may or may not work on Windows with earlier
+    Python releases).
 
     The components you get with the StandaloneZODB release are as follows:
 
@@ -51,15 +51,14 @@
     programs.  You can test this by cd'ing to your home directory and
     typing the following commands:
 
-	% python
-	Python 2.2c1+ (#2, Dec 19 2001, 12:00:04) 
-	[GCC 2.95.3 19991030 (prerelease)] on linux2
-	Type "help", "copyright", "credits" or "license" for more information.
-	>>> import ZODB
-	>>> import ZODB.FileStorage
-	>>> ZODB.FileStorage.__version__
-	'1.76.8.2'
-	>>> 
+    Python 2.2 (#1, Dec 24 2001, 15:39:01) 
+    [GCC egcs-2.91.66 19990314/Linux (egcs-1.1.2 release)] on linux2
+    Type "help", "copyright", "credits" or "license" for more information.
+    >>> import ZODB
+    >>> import ZODB.FileStorage
+    >>> ZODB.FileStorage.__version__
+    '1.75.16.7'
+    >>> 
 
     (Note that the version numbers might be different.)
 
@@ -78,7 +77,7 @@
 
 More information
 
-    We maintain a wiki page about all things ZODB, including status on
+    We maintain a Wiki page about all things ZODB, including status on
     future directions for ZODB.  Please see
 
 	http://www.zope.org/Wikis/ZODB