Several minor edits
[clqr.git] / html / index.php
blobae7ebe6c5f4b54f41ba1a3ebce56a1074c8d71d4
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.php">Common Lisp Quick Reference</a>
17 </td>
18 </tr>
19 <tr>
20 <td class="side-content">
21 <ul>
22 <li><a href="index.php">home</a>
23 <li><a href="download.php">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>
28 <a href="http://developer.berlios.de"
29 title="BerliOS Developer">
30 <img src="http://developer.berlios.de/bslogo.php?group_id=9765"
31 alt="BerliOS Developer Logo">
32 </a>
33 <li><a href="http://developer.berlios.de/projects/clqr/">project page</a>
34 </ul>
35 </td>
36 <td class="content">
37 <a href="clqr-a4-consec.pdf" title="Preview">
38 <img class="right" src="sample-frontcover.jpg"
39 alt="[Front Cover Sample]"/>
40 </a>
41 <br>
42 <em>OUR HOST <a href="http://berlios.de">BERLIOS</a> IS GOING
43 TO <a href="http://developer.berlios.de/forum/forum.php?forum_id=37450">SHUT
44 DOWN</a> AT THE END OF THE YEAR.
45 <br>
46 <a href="http://clqr.boundp.org">Common Lisp Quick Reference</a> has moved to its new home at
47 <b><a href="http://clqr.boundp.org">http://clqr.boundp.org</a>
48 </b>
49 </em>
50 <h3>Introduction</h3>
51 <p> Common Lisp Quick Reference is a free booklet with short
52 descriptions of the thousand or so symbols defined in the ANSI standard.
53 It comes with a comprehensive index.
54 </p>
55 <p>
56 This rather humble effort is by no means meant to rival
57 the <a href="http://www.lispworks.com/documentation/HyperSpec/Front/index.htm">
58 Common Lisp HyperSpec</a>
59 or any of the great introductory web resources and books.
60 Its purpose is to give those who like a piece of
61 dead tree in their hands a quick overview on things they
62 know already, or some clue on what to look up elsewhere.
63 </p>
65 <p>It is written in LaTeX and formatted for printing on both
66 A4 and letter paper. After folding the sheets lengthwise,
67 they can easily be turned into a handy booklet.
68 </p>
69 <p>
70 Please report any errors to <a href="mailto:trebbu@googlemail.com?subject=CLQR ">
71 trebbu@googlemail.com</a>. Nitpickers welcome!
72 </p>
73 <p>&nbsp;</p>
75 <h3>Latest Changes</h3>
76 <?php echo(file_get_contents("latest-changes.html"));?>
77 </td>
78 </tr>
79 <tr>
80 <td class="quicklinks" colspan="2">
81 &nbsp;
82 </td>
83 </tr>
84 <tr>
85 <td class="footer" colspan="2">
86 &copy; 2008, 2009, 2010, 2011 &nbsp;
87 <a href="mailto:trebbu@googlemail.com?subject=CLQR ">
88 Bert Burgemeister
89 </a>
90 </td>
91 </tr>
92 </table>
93 </body>
94 </html>