0.8.6.1:
[sbcl.git] / doc / user-manual.xml
1 <?xml version="1.0" encoding="iso-8859-1"?>
2 <!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
3 "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd" [
4 <!ENTITY % myents SYSTEM "entities.inc">
5 %myents;
6 ]>
7
8 <book lang="en">
9   <bookinfo>
10     <title>&SBCL; User Manual</title>
11     <legalnotice>
12
13       <para>This manual is part of the &SBCL; software system. See the
14       <filename>README</filename> file for more information.</para>
15
16       <para>This manual is largely derived from the manual for the
17       &CMUCL; system, which was produced at Carnegie Mellon University
18       and later released into the public domain. This manual is in the
19       public domain and is provided with absolutely no warranty. See the
20       <filename>COPYING</filename> and <filename>CREDITS</filename>
21       files for more information.</para>
22
23     </legalnotice>
24   </bookinfo>
25
26   <xi:include href="intro.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
27   <xi:include href="compiler.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
28   <xi:include href="efficiency.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
29   <xi:include href="beyond-ansi.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
30   <xi:include href="ffi.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
31
32   <colophon id="colophon">
33     <para>This manual is maintained in SGML/DocBook, and automatically
34     translated into other forms (e.g. HTML or TeX). If you're
35     <emphasis>reading</emphasis> this manual in one of these non-DocBook
36     translated forms, that's fine, but if you want to
37     <emphasis>modify</emphasis> this manual, you are strongly advised to
38     seek out a DocBook version and modify that instead of modifying a
39     translated version. Even better might be to seek out
40     <emphasis>the</emphasis> DocBook version (maintained at the time of
41     this writing as part of <ulink url="http://sbcl.sourceforge.net/">the
42     &SBCL; project</ulink>) and submit a patch.</para>
43   </colophon>
44
45 </book>