Fix bugs reported by Fengjing Xiao
[clqr.git] / html-template / index.html
blob2c77b2411803fd7910e84030410ca623db246108
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 <li>&nbsp;
28 <li><a href="http://statcounter.com/project/standard/stats.php?project_id=7299380&guest=1">statistics</a>
29 </ul>
30 </td>
31 <td class="content">
32 <a href="clqr-a4-consec.pdf" title="Preview">
33 <img class="right" src="sample-frontcover.jpg"
34 alt="[Front Cover Sample]"/>
35 </a>
36 <h3>Introduction</h3>
37 <p> Common Lisp Quick Reference is a free booklet with short
38 descriptions of the thousand or so symbols defined in the ANSI standard.
39 It comes with a comprehensive index.
40 </p>
41 <p>
42 This rather humble effort is by no means meant to rival
43 the <a href="http://www.lispworks.com/documentation/HyperSpec/Front/index.htm">
44 Common Lisp HyperSpec</a>
45 or any of the great introductory web resources and books.
46 Its purpose is to give those who like a piece of
47 dead tree in their hands a quick overview on things they
48 know already, or some clue on what to look up elsewhere.
49 </p>
51 <p>It is written in LaTeX and formatted for printing on both
52 A4 and letter paper. After folding the sheets lengthwise,
53 they can easily be turned into a handy booklet.
54 </p>
55 <p>
56 Please report any errors to <a href="mailto:trebbu@googlemail.com?subject=CLQR ">
57 trebbu@googlemail.com</a>. Nitpickers welcome!
58 </p>
59 <p>&nbsp;</p>
61 <h3>Latest Changes</h3>
62 </td>
63 </tr>
64 <tr>
65 <td class="quicklinks" colspan="2">
66 &nbsp;
67 </td>
68 </tr>
69 <tr>
70 <td class="footer" colspan="2">
71 &copy; 2008 - 2018 &nbsp;
72 <a href="mailto:trebbu@googlemail.com?subject=CLQR ">
73 Bert Burgemeister
74 </a>
75 </td>
76 </tr>
77 </table>
78 <!-- Start of StatCounter Code for Default Guide -->
79 <script type="text/javascript">
80 var sc_project=7299380;
81 var sc_invisible=1;
82 var sc_security="72473b80";
83 </script>
84 <script type="text/javascript"
85 src="http://www.statcounter.com/counter/counter.js"></script>
86 <noscript><div class="statcounter"><a title="web counter"
87 href="http://statcounter.com/free-hit-counter/"
88 target="_blank"><img class="statcounter"
89 src="http://c.statcounter.com/7299380/0/72473b80/1/"
90 alt="web counter"></a></div></noscript>
91 <!-- End of StatCounter Code for Default Guide -->
92 </body>
93 </html>