commented-out \inputs forgotten again
[clqr.git] / html / index.php
blob4f2cd256aa01c414a564f8666c9b826f13020bbb
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="https://lists.berlios.de/mailman/listinfo/clqr-general">mailing list</a>
26 <li><a href="source.html">source</a>
27 <li><a href="license.html">license</a>
28 <li>
29 <a href="http://developer.berlios.de"
30 title="BerliOS Developer">
31 <img src="http://developer.berlios.de/bslogo.php?group_id=9765"
32 alt="BerliOS Developer Logo">
33 </a>
34 <li><a href="https://developer.berlios.de/projects/clqr/">project page</a>
35 </ul>
36 </td>
37 <td class="content">
38 <a href="clqr-a4-consec.pdf" title="Preview">
39 <img class="right" src="sample-doublepage.jpg"
40 alt="[Doublepage Sample]"/>
41 </a>
42 <h3>Introduction</h3>
43 <p> Common Lisp Quick Reference is a free booklet with short
44 descriptions of the thousand or so symbols defined in the ANSI standard.
45 It comes with a comprehensive index.
46 </p>
47 <a href="clqr-a4-consec.pdf" title="Preview">
48 <img class="left" src="sample-frontcover.jpg"
49 alt="[Front Cover Sample]"/>
50 </a>
51 <p>
52 This rather humble effort is by no means meant to rival
53 the <a href="http://www.lispworks.com/documentation/HyperSpec/Front/index.htm">
54 Common Lisp HyperSpec</a>
55 or any of the great introductory web resources and books.
56 Its purpose is to give those who like a piece of
57 dead tree in their hands a quick overview on things they
58 know already, or some clue on what to look up elsewere.
59 </p>
61 <p>It is written in LaTeX and formatted for printing on both
62 A4 and letter paper. After folding the sheets lengthwise,
63 they can easily be turned into a handy booklet.
64 </p>
66 <p>
67 Although far from perfect, it should be usable now and
68 would benefit from users sending in error reports or making
69 suggestions. Please use
70 the <a href="https://lists.berlios.de/mailman/listinfo/clqr-general">mailing
71 list</a>
72 or <a href="mailto:trebb@users.berlios.de?subject=CLQR ">
73 send me an email</a>.
74 </p>
75 <p>&nbsp;</p>
77 <h3>Recent News</h3>
78 <?php echo(file_get_contents("news-clqr.html"));?>
79 </td>
80 </tr>
81 <tr>
82 <td class="quicklinks" colspan="2">
83 &nbsp;
84 </td>
85 </tr>
86 <tr>
87 <td class="footer" colspan="2">
88 &copy; 2008 &nbsp;
89 <a href="mailto:trebb@users.berlios.de?subject=CLQR ">
90 Bert Burgemeister
91 </a>
92 </td>
93 </tr>
94 </table>
95 </body>
96 </html>