From: Kevin M. Rosenberg Date: Tue, 11 Nov 2003 08:42:01 +0000 (+0000) Subject: r8129: initial lisp version X-Git-Tag: v3.8.6~795 X-Git-Url: http://git.kpe.io/?p=clsql.git;a=commitdiff_plain;h=83ea23574b65d370293bf53ce23ac6a17b15a48b r8129: initial lisp version --- diff --git a/doc/bookinfo.lisp b/doc/bookinfo.lisp new file mode 100644 index 0000000..594d4c1 --- /dev/null +++ b/doc/bookinfo.lisp @@ -0,0 +1,45 @@ +(docbook + (:bookinfo + (:title "&clsql; Users' Guide") + (:authorgroup + (:author + (:firstname "Kevin") + (:othername "M.") + (:surname "Rosenberg") + (:affiliation + (:jobtitle "Maintainer of CLSQL"]]] + (:author + (:firstname "Pierre") + (:othername "R.") + (:surname "Mai") + (:affiliation + (:jobtitle "Author of Original MaiSQL Code")))) + (:printhistory + (:simpara "$Date: 2003-11-11 01:20:00 -0700 (Tue, 11 Nov 2003) $") + (:simpara "$Id: bookinfo.xml 8125 2003-11-11 08:20:00Z kevin $")) + (:legalnotice + (:itemizedlist + (:listitem + (:para "&clsql; is Copyright © 2002-2003 by Kevin M. Rosenberg and + Copyright © 1999-2001 by Pierre R. Mai.")) + (:listitem + (:param + (:application "Allegro CL") + "® is a registered trademark of Franz Inc.")) + (:listitem + (:param + (:application "Common SQL") + ", " + (:application "LispWorks") + " and " + (:application "Xanalys") + " are trademarks or registered trademarks of Xanalys Inc.")) + (:listitem + (:para + (:application "Microsoft Windows") + "® is a registered trademark of Microsoft Inc.")) + (:listitem + (:para + "Other brand or + product names are the registered trademarks or trademarks of + their respective holders."))))))