[Zope-CVS] CVS: Products/AdaptableStorage - doc.txt:1.6 version.txt:1.5

Shane Hathaway shane@zope.com
Fri, 10 Jan 2003 15:12:14 -0500


Update of /cvs-repository/Products/AdaptableStorage
In directory cvs.zope.org:/tmp/cvs-serv20371

Modified Files:
	doc.txt version.txt 
Log Message:
Minor documentation fix

=== Products/AdaptableStorage/doc.txt 1.5 => 1.6 ===
--- Products/AdaptableStorage/doc.txt:1.5	Fri Jan 10 11:08:19 2003
+++ Products/AdaptableStorage/doc.txt	Fri Jan 10 15:12:08 2003
@@ -1,9 +1,9 @@
 
 AdaptableStorage is a framework for mapping Python objects to
 arbitrary databases and formats.  It is based on a system of
-interchangeable components that can be extended or replaced.  It is an
-enhancement for ZODB, but its components can also be used
-independently of ZODB.
+interchangeable components that can be extended or replaced.  It
+enhances ZODB, but its components can also be used independently of
+ZODB.
 
 At this time, AdaptableStorage comes with two default mappings, a
 Zope2-filesystem mapping and a Zope2-PostgreSQL mapping.  These
@@ -52,7 +52,7 @@
 or change the way objects are stored.
 
 
-Setting Up a SQL Mapping
+Setting Up a Relational Database Mapping
 
 Install PostgreSQL and psycopg and create a database.  Add the
 following dbtab.conf entries:
@@ -71,8 +71,8 @@
 auto_create=1
 
 
-Add to the "params" line the parameters for connecting to the
-database, such as the host name, user name, database name, and
+Add to the "params" line the necessary parameters for connecting to
+the database, such as the host name, user name, database name, and
 password.  (If Postgres is installed locally and you create a default
 database, you may be able to leave params blank.)  When you add the
 "/sql" mount point, Zope will create some tables with the prefix


=== Products/AdaptableStorage/version.txt 1.4 => 1.5 ===
--- Products/AdaptableStorage/version.txt:1.4	Tue Dec 31 16:56:08 2002
+++ Products/AdaptableStorage/version.txt	Fri Jan 10 15:12:08 2003
@@ -1 +1 @@
-AdaptableStorage-0.3+
+AdaptableStorage-0.4