c4eb95420a13141a60550590775e0681f8163b47
[sbcl.git] / doc / user-manual.sgml
1 <!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook V3.1//EN" [
2
3  <!-- markup for common expressions -->
4  <!ENTITY AMOP       "<acronym>AMOP</>">
5  <!ENTITY ANSI       "<acronym>ANSI</>">
6  <!ENTITY CMUCL      "<application>CMU CL</>">
7  <!ENTITY IEEE       "<acronym>IEEE</>">
8  <!ENTITY Python     "<application>Python</>">
9  <!ENTITY SBCL       "<application>SBCL</>">
10
11  <!-- common expressions I haven't figured out how to mark up -->
12  <!-- KLUDGE: There doesn't seem to be any DocBook tag for names of
13       programming languages. Typesetting Common Lisp as an
14       <application> looks funny. Is there a better way?
15       WHN 20000505 -->
16  <!ENTITY CommonLisp "Common Lisp">
17  <!ENTITY Lisp       "Lisp">
18
19  <!-- document components -->
20  <!ENTITY ch-intro       SYSTEM "intro.sgml">
21  <!ENTITY ch-compiler    SYSTEM "compiler.sgml">
22  <!ENTITY ch-efficiency  SYSTEM "efficiency.sgml">
23  <!ENTITY ch-beyond-ansi SYSTEM "beyond-ansi.sgml">
24  <!ENTITY ch-ffi         SYSTEM "ffi.sgml">
25
26  ]>
27
28 <book>
29
30 <bookinfo>
31   <title>&SBCL; User Manual</title>
32   <legalnotice>
33
34     <para>This manual is part of the &SBCL; software system. See the
35     <filename>README</> file for more information.</para>
36
37     <para>This manual is largely derived from the manual for the &CMUCL;
38     system, which was produced at Carnegie Mellon University and
39     later released into the public domain. This manual is in the
40     public domain and is provided with absolutely no warranty. See the
41     <filename>COPYING</> and <filename>CREDITS</> files for more
42     information.</para>
43
44   </legalnotice>
45 </bookinfo>
46
47 &ch-intro;
48 &ch-compiler;
49 &ch-efficiency;
50 &ch-beyond-ansi;
51 &ch-ffi;
52
53 <colophon>
54 <para>This manual is maintained in SGML/DocBook, and automatically
55 translated into other forms (e.g. HTML or TeX). If you're
56 <emphasis>reading</> this manual in one of these non-DocBook
57 translated forms, that's fine, but if you want to <emphasis>modify</>
58 this manual, you are strongly advised to seek out a DocBook version
59 and modify that instead of modifying a translated version. Even
60 better might be to seek out <emphasis>the</> DocBook version
61 (maintained at the time of this writing as part of
62 <ulink url="http://sbcl.sourceforge.net/">the &SBCL; project</>)
63 and submit a patch.</para>
64 </colophon>
65
66 </book>