r8809: Automated commit for Debian build of clsql upstream-version-2.0.0
[clsql.git] / doc / intro.xml
index 346ead3693b5bfa950fbe87f947676cca9184cde..a96db8f0efbeaba535b184beda032abe2d8c74ed 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;
 ]>
 
        <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