Refer from the respective sections to loop's symbol and hash table handling
[clqr.git] / html / source.html
blob9d7e711818121b4f7cc2490a3c020d408b8d5fd9
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 <link rel="stylesheet" href="new-pure.css" type="text/css">
6 <meta name="author" content="Bert Burgemeister">
7 <link rel="shortcut icon" href="/favicon.ico" type="image/x-icon">
8 <link rel="icon" href="/favicon.ico" type="image/x-icon">
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 <br>
38 <em>OUR HOST <a href="http://berlios.de">BERLIOS</a> IS GOING
39 TO <a href="http://developer.berlios.de/forum/forum.php?forum_id=37450">SHUT
40 DOWN</a> AT THE END OF THE YEAR.
41 <br>
42 <a href="http://clqr.boundp.org">Common Lisp Quick Reference</a> has moved to its new home at
43 <b><a href="http://clqr.boundp.org">http://clqr.boundp.org</a>
44 </b>
45 </em>
46 <h3>LaTeX Source</h3>
47 <p>
48 Download
49 <pre><a href="clqr.tar.gz"
50 title="Download source code">clqr.tar.gz</a></pre>
51 to get a recent snapshot.
52 </p>
53 <p>&nbsp; </p>
54 <p>
55 Alternatively, you can have CLQR's git repository by
56 </p>
57 <pre> git clone git://git.berlios.de/clqr</pre>
58 <p>
60 </p>
61 <pre> git clone git://repo.or.cz/clqr.git</pre>
62 <p>
64 </p>
65 <pre> git clone http://repo.or.cz/r/clqr.git</pre>
66 </td>
67 </tr>
68 <tr>
69 <td class="quicklinks" colspan="2">
70 &nbsp;
71 </td>
72 </tr>
73 <tr>
74 <td class="footer" colspan="2">
75 &copy; 2008, 2009, 2010, 2011 &nbsp;
76 <a href="mailto:trebbu@googlemail.com?subject=CLQR ">
77 Bert Burgemeister
78 </a>
79 </td>
80 </tr>
81 </table>
82 </body>
83 </html>