minor bugfixes; changes to html
[clqr.git] / html / index.php
blobb1c5415b77e42261171db2e9ce2cc3d9ffc3d18b
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-frontcover.jpg"
40 alt="[Front Cover 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 <p>
48 This rather humble effort is by no means meant to rival
49 the <a href="http://www.lispworks.com/documentation/HyperSpec/Front/index.htm">
50 Common Lisp HyperSpec</a>
51 or any of the great introductory web resources and books.
52 Its purpose is to give those who like a piece of
53 dead tree in their hands a quick overview on things they
54 know already, or some clue on what to look up elsewhere.
55 </p>
57 <p>It is written in LaTeX and formatted for printing on both
58 A4 and letter paper. After folding the sheets lengthwise,
59 they can easily be turned into a handy booklet.
60 </p>
61 <p>
62 Please report any errors. You can use
63 the <a href="https://lists.berlios.de/mailman/listinfo/clqr-general">mailing
64 list</a>
65 or <a href="mailto:trebb@users.berlios.de?subject=CLQR ">
66 send an email to trebb@users.berlios.de</a>.
67 </p>
68 <p>&nbsp;</p>
70 <h3>Recent News</h3>
71 <?php echo(file_get_contents("news-clqr.html"));?>
72 </td>
73 </tr>
74 <tr>
75 <td class="quicklinks" colspan="2">
76 &nbsp;
77 </td>
78 </tr>
79 <tr>
80 <td class="footer" colspan="2">
81 &copy; 2008 &nbsp;
82 <a href="mailto:trebb@users.berlios.de?subject=CLQR ">
83 Bert Burgemeister
84 </a>
85 </td>
86 </tr>
87 </table>
88 </body>
89 </html>