r9771: Minor updates to READMEs.
authorMarcus Pearce <m.t.pearce@city.ac.uk>
Wed, 14 Jul 2004 13:36:40 +0000 (13:36 +0000)
committerMarcus Pearce <m.t.pearce@city.ac.uk>
Wed, 14 Jul 2004 13:36:40 +0000 (13:36 +0000)
ChangeLog
INSTALL
README
tests/README

index 67be2c4bc64f521aad48be2c65d7a270d0bf5210..87de93181eafe16294225fa5b5a8644d5e2dc5a6 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+14 Jul 2004 Marcus Pearce <m.t.pearce@city.ac.uk> 
+       * README, INSTALL: update URLs. Minor updates to descriptions. 
+       * tests/README: remove stuff about editing contexts. 
+
 12 Jul 2004 Kevin Rosenberg <kevin@rosenberg.net>
        * db-oracle/oracle-objects.lisp: Change *default-varchar-length* to 
        *default-string-length*
diff --git a/INSTALL b/INSTALL
index 4c32e51ee54b220919ad1f18b4bd7e37882c0394..bd960223d94e8b061d8a2bd8a8c486044a550a41 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -1,5 +1,5 @@
 Refer to the main documentation file for installation instructions.
 
-Documentation is availabe as a PDF file in doc/clsql.pdf and
-as HTML files in doc/html/.
+Documentation is availabe as a PDF file in doc/clsql.pdf and as HTML
+files in doc/html.tar.gz.
 
diff --git a/README b/README
index 1e0895d31203c1fc8da0898a2736d9090fa9c73f..a112f9d645af2ffe7df3b82094c5914b3fe26933 100644 (file)
--- a/README
+++ b/README
@@ -1,11 +1,18 @@
 CLSQL is a Common Lisp to SQL engine interface written by Kevin M.
-Rosenberg. It is based Pierre R. Mai's excellent MaiSQL package. It
-uses the UFFI (http://uffi.med-info.com) library for compatibility
-with Allegro CL, Lispworks, and CMUCL.
+Rosenberg. It includes both functional and object oriented subsystems
+for data definition and manipulation as well as an integrated symbolic
+SQL syntax. 
 
-CLSQL's home is http://clsql.med-info.com.
+CLSQL supports a number of RDBMS and uses the UFFI (http://uffi.b9.com) 
+library for compatibility with Allegro CL, Lispworks, CMUCL, SBCL and
+OpenMCL.
 
-Documentation is availabe as a PDF file in doc/clsql.pdf and
-as HTML files in doc/html/.
+CLSQL is based on Pierre R. Mai's excellent MaiSQL package and
+UncommonSQL developed at onShore Development Inc.
+
+CLSQL's home is http://clsql.b9.com.
+
+Documentation is availabe as a PDF file in doc/clsql.pdf and as HTML
+files in doc/html.tar.gz.
 
 
index d5d78ef546896cf1023a6e00fac88459060fc0b3..b3f6efe59d6057b7a9f7c99c37a257e0120d831f 100644 (file)
@@ -99,9 +99,9 @@ will be run.
    *** Error if existing DB
 
 ** Data Definition
-  *** Create Tables/Sequences/Indexes -- Should cover creation of
+  *** Create Tables/Views/Sequences/Indexes -- Should cover creation of
       tables with all supported types of fields.
-  *** Delete Tables/Sequences/Indexes
+  *** Delete Tables/Views/Sequences/Indexes
   *** Inspection of Tables and attributes, including types
 
 ** Data Manipulation
@@ -122,8 +122,3 @@ will be run.
   *** Object creation/manipulation/deletion
   *** Inter-object Relations
 
-** Editing Contexts
-  *** Object Create/Modification/Deletion in a context -- partly covered already
-  *** Interaction of multiple contexts
-  *** Schema manipulation within a context
-  *** Rollback and error handling within a context