0.7.9.36:
[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  <!-- common expressions I haven't figured out how to express -->
20  <!ENTITY mdash "-">
21
22  <!-- document components -->
23  <!ENTITY ch-intro       SYSTEM "intro.sgml">
24  <!ENTITY ch-compiler    SYSTEM "compiler.sgml">
25  <!ENTITY ch-efficiency  SYSTEM "efficiency.sgml">
26  <!ENTITY ch-beyond-ansi SYSTEM "beyond-ansi.sgml">
27  <!ENTITY ch-ffi         SYSTEM "ffi.sgml">
28
29  ]>
30
31 <book>
32
33 <bookinfo>
34   <title>&SBCL; User Manual</title>
35   <legalnotice>
36
37     <para>This manual is part of the &SBCL; software system. See the
38     <filename>README</> file for more information.</para>
39
40     <para>This manual is largely derived from the manual for the &CMUCL;
41     system, which was produced at Carnegie Mellon University and
42     later released into the public domain. This manual is in the
43     public domain and is provided with absolutely no warranty. See the
44     <filename>COPYING</> and <filename>CREDITS</> files for more
45     information.</para>
46
47   </legalnotice>
48 </bookinfo>
49
50 &ch-intro;
51 &ch-compiler;
52 &ch-efficiency;
53 &ch-beyond-ansi;
54 &ch-ffi;
55
56 <colophon>
57 <para>This manual is maintained in SGML/DocBook, and automatically
58 translated into other forms (e.g. HTML or TeX). If you're
59 <emphasis>reading</> this manual in one of these non-DocBook
60 translated forms, that's fine, but if you want to <emphasis>modify</>
61 this manual, you are strongly advised to seek out a DocBook version
62 and modify that instead of modifying a translated version. Even
63 better might be to seek out <emphasis>the</> DocBook version
64 (maintained at the time of this writing as part of
65 <ulink url="http://sbcl.sourceforge.net/">the &SBCL; project</>)
66 and submit a patch.</para>
67 </colophon>
68
69 </book>