r8838: update
[clsql.git] / doc / intro.xml
index 346ead3693b5bfa950fbe87f947676cca9184cde..1c7ed2e7ec34fdb5c2104a286383924869b71a2d 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version='1.0' ?>
 <!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
                "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd" [
-<!ENTITY % myents SYSTEM "entities.xml">
+<!ENTITY % myents SYSTEM "entities.inc">
 %myents;
 ]>
 
@@ -23,7 +23,8 @@
     <title>History</title>
     <para>
       &clsql; is written by Kevin M. Rosenberg and based substantially
-      on Pierre R. Mai's excellent &maisql; package. The main changes
+      on Pierre R. Mai's excellent &maisql; package. Recently, the UncommonSQL
+      package has been ported and integrated with &clsql;. The main changes
       from &maisql; are:
       <itemizedlist>
        <listitem>
@@ -51,6 +52,9 @@
        <listitem>
          <para>transaction support.</para>
        </listitem>
+       <listitem>
+         <para>UncommonSQL support.</para>
+       </listitem>
       </itemizedlist>
     </para>
   </sect1>
        <listitem><para>&mysql; v3.23.51 and v4.0.15.</para></listitem>
        <listitem><para>&postgresql; v7.2 with both direct API and TCP
        socket connections.</para></listitem>
+       <listitem><para>&sqlite;.</para></listitem>
        <listitem><para>Allegro's ODBC interface (&aodbc;) using iODBC
        ODBC manager.</para></listitem>
       </itemizedlist>
        all &clsql; systems.
 
        <screen>
-(push #P"/usr/share/lisp/clsql/" asdf:*central-repository*)
+(push #P"/usr/share/lisp/clsql/" asdf:*central-registry*)
 (asdf:operate 'asdf:load-op 'clsql-base)              ; base CLSQL package
 (asdf:operate 'asdf:load-op 'clsql-mysql)             ; MySQL interface
 (asdf:operate 'asdf:load-op 'clsql-postgresql)        ; PostgreSQL interface