Prepare for the death of our hosting site
[clqr.git] / html-template / index.html
blobb335d42d90039b08a03f0a31204dfb0532f05891
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 <meta name="author" content="Bert Burgemeister">
6 <link rel="shortcut icon" href="/favicon.ico" type="image/x-icon">
7 <link rel="icon" href="/favicon.ico" type="image/x-icon">
8 <link rel="stylesheet" href="new-pure.css" type="text/css">
9 </head>
11 <body>
13 <table class="main-table">
14 <tr>
15 <td class="title" colspan="2">
16 <a href="index.html">Common Lisp Quick Reference</a>
17 </td>
18 </tr>
19 <tr>
20 <td class="side-content">
21 <ul>
22 <li><a href="index.html">home</a>
23 <li><a href="download.html">download</a>
24 <li><a href="printing.html">printing &amp; bookbinding</a>
25 <li><a href="source.html">source</a>
26 <li><a href="license.html">license</a>
27 </ul>
28 </td>
29 <td class="content">
30 <a href="clqr-a4-consec.pdf" title="Preview">
31 <img class="right" src="sample-frontcover.jpg"
32 alt="[Front Cover Sample]"/>
33 </a>
34 <h3>Introduction</h3>
35 <p> Common Lisp Quick Reference is a free booklet with short
36 descriptions of the thousand or so symbols defined in the ANSI standard.
37 It comes with a comprehensive index.
38 </p>
39 <p>
40 This rather humble effort is by no means meant to rival
41 the <a href="http://www.lispworks.com/documentation/HyperSpec/Front/index.htm">
42 Common Lisp HyperSpec</a>
43 or any of the great introductory web resources and books.
44 Its purpose is to give those who like a piece of
45 dead tree in their hands a quick overview on things they
46 know already, or some clue on what to look up elsewhere.
47 </p>
49 <p>It is written in LaTeX and formatted for printing on both
50 A4 and letter paper. After folding the sheets lengthwise,
51 they can easily be turned into a handy booklet.
52 </p>
53 <p>
54 Please report any errors to <a href="mailto:trebbu@googlemail.com?subject=CLQR ">
55 trebbu@googlemail.com</a>. Nitpickers welcome!
56 </p>
57 <p>&nbsp;</p>
59 <h3>Latest Changes</h3>
60 </td>
61 </tr>
62 <tr>
63 <td class="quicklinks" colspan="2">
64 &nbsp;
65 </td>
66 </tr>
67 <tr>
68 <td class="footer" colspan="2">
69 &copy; 2008 - 2011 &nbsp;
70 <a href="mailto:trebbu@googlemail.com?subject=CLQR ">
71 Bert Burgemeister
72 </a>
73 </td>
74 </tr>
75 </table>
76 </body>
77 </html>