continued work
[clqr.git] / html / index.html
blob9e9608c183f1d9372ccfe4346163a7f0f37c09bd
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
2 <html>
3 <head>
4 <title>Common Lisp Quick Reference</title>
5 <link rel="stylesheet" href="new-pure.css" type="text/css">
6 </head>
8 <body>
10 <table class="main-table">
11 <tr>
12 <td class="title" colspan="2">
13 <a href="index.html">Common Lisp Quick Reference</a>
14 </td>
15 </tr>
16 <tr>
17 <td class="side-content">
18 <ul>
19 <li><a href="index.html">home</a>
20 <li><a href="download.php">download</a>
21 <li><a href="printing.html">printing &amp; bookbinding</a>
22 <li><a href="https://lists.berlios.de/mailman/listinfo/clqr-general">mailing list</a>
23 <li><a href="source.html">source</a>
24 <li><a href="license.html">license</a>
25 <li>
26 <a href="http://developer.berlios.de"
27 title="BerliOS Developer">
28 <img src="http://developer.berlios.de/bslogo.php?group_id=9765"
29 alt="BerliOS Developer Logo">
30 </a>
31 <li><a href="https://developer.berlios.de/projects/clqr/">project page</a>
32 </ul>
33 </td>
34 <td class="content">
35 <a href="clqr-a4-consec.pdf">
36 <img class="right" src="sample-frontcover.jpg"
37 alt="Front Cover"/>
38 </a>
39 <h3>Introduction</h3>
40 <p> Common Lisp Quick Reference is a free booklet with short
41 descriptions of the thousand or so symbols defined in the ANSI standard.
42 It comes with a comprehensive index.
43 </p>
44 <a href="clqr-a4-consec.pdf">
45 <img class="left" src="sample-doublepage.jpg"
46 alt="Doublepage Sample"/>
47 </a>
48 <p>
49 This rather humble effort is by no means meant to rival
50 the <a href="http://www.lisp.org/HyperSpec/FrontMatter/index.html">HyperSpec</a>
51 or any of the great introductory web resources and books.
52 Its purpose is to give those who like a piece of
53 dead tree in their hands a quick overview on things they
54 know already, or some clue on what to look up elsewere.
55 </p>
57 <p>It is written in LaTeX and formatted for printing on both
58 A4 and letter paper. After folding the sheets lengthwise,
59 they can easily be turned into a handy booklet.
60 </p>
62 <h3>Status</h3>
63 <p>
64 It is becoming useful. Almost all symbols have at least some
65 description.
66 <p>
67 Now it needs users who send in error reports and make
68 suggestions. Please use
69 the <a href="https://lists.berlios.de/mailman/listinfo/clqr-general">mailing
70 list</a>
71 or <a href="mailto:trebb@users.berlios.de?subject=CLQR ">
72 send me an email</a>.
74 </td>
75 </tr>
76 <tr>
77 <td class="quicklinks" colspan="2">
78 &nbsp;
79 </td>
80 </tr>
81 <tr class="footer">
82 <td colspan="2">
83 &copy; 2008
84 <a href="mailto:trebb@users.berlios.de?subject=CLQR ">
85 Bert Burgemeister
86 </a>
87 </td>
88 </tr>
89 </table>
90 </body>
91 </html>