Better reflection of comment style conventions.
[clqr.git] / html / index.php
blob557e94535d4d0f44d73e76c353806b9318b8b4cf
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 <h3>Introduction</h3>
42 <p> Common Lisp Quick Reference is a free booklet with short
43 descriptions of the thousand or so symbols defined in the ANSI standard.
44 It comes with a comprehensive index.
45 </p>
46 <p>
47 This rather humble effort is by no means meant to rival
48 the <a href="http://www.lispworks.com/documentation/HyperSpec/Front/index.htm">
49 Common Lisp HyperSpec</a>
50 or any of the great introductory web resources and books.
51 Its purpose is to give those who like a piece of
52 dead tree in their hands a quick overview on things they
53 know already, or some clue on what to look up elsewhere.
54 </p>
56 <p>It is written in LaTeX and formatted for printing on both
57 A4 and letter paper. After folding the sheets lengthwise,
58 they can easily be turned into a handy booklet.
59 </p>
60 <p>
61 Please report any errors to <a href="mailto:trebb@users.berlios.de?subject=CLQR ">
62 trebb@users.berlios.de</a>. Nitpickers welcome!
63 </p>
64 <p>&nbsp;</p>
66 <h3>Latest Changes</h3>
67 <?php echo(file_get_contents("latest-changes.html"));?>
68 </td>
69 </tr>
70 <tr>
71 <td class="quicklinks" colspan="2">
72 &nbsp;
73 </td>
74 </tr>
75 <tr>
76 <td class="footer" colspan="2">
77 &copy; 2008, 2009, 2010, 2011 &nbsp;
78 <a href="mailto:trebb@users.berlios.de?subject=CLQR ">
79 Bert Burgemeister
80 </a>
81 </td>
82 </tr>
83 </table>
84 </body>
85 </html>