From 83ea23574b65d370293bf53ce23ac6a17b15a48b Mon Sep 17 00:00:00 2001 From: "Kevin M. Rosenberg" Date: Tue, 11 Nov 2003 08:42:01 +0000 Subject: [PATCH] r8129: initial lisp version --- doc/bookinfo.lisp | 45 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 doc/bookinfo.lisp 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.")))))) -- 2.34.1