r8186: convert oos to operate
[clsql.git] / doc / bookinfo.lisp
1 (load "docbook")
2
3 (docbook-file "bookinfo2.xml"
4  (:bookinfo
5   (:title "&clsql; Users' Guide")
6   (:authorgroup
7    (:author
8     (:firstname "Kevin")
9     (:othername "M.")
10     (:surname "Rosenberg")
11     (:affiliation
12      (:jobtitle "Maintainer of CLSQL")))
13    (:author
14     (:firstname "Pierre")
15     (:othername "R.")
16     (:surname "Mai")
17     (:affiliation
18      (:jobtitle "Author of Original MaiSQL Code"))))
19   (:printhistory
20    (:simpara "$Date: 2003-11-11 01:20:00 -0700 (Tue, 11 Nov 2003) $")
21    (:simpara "$Id: bookinfo.xml 8125 2003-11-11 08:20:00Z kevin $"))
22   (:legalnotice
23    (:itemizedlist
24     (:listitem
25      (:para "&clsql; is Copyright © 2002-2003 by Kevin M. Rosenberg and
26         Copyright © 1999-2001 by Pierre R. Mai."))
27     (:listitem
28      (:param
29       (:application "Allegro CL")
30       "® is a registered trademark of Franz Inc."))
31     (:listitem
32      (:param
33       (:application "Common SQL")
34       ", "
35       (:application "LispWorks")
36       " and "
37       (:application "Xanalys")
38       " are trademarks or registered trademarks of Xanalys Inc."))
39     (:listitem
40      (:para
41       (:application "Microsoft Windows")
42       "® is a registered trademark of Microsoft Inc."))
43     (:listitem
44      (:para
45       "Other brand or
46             product names are the registered trademarks or trademarks of
47             their respective holders."))))))
48