lots of corrections
[clqr.git] / html / source.html
blob22bbf09cb466e3e305ad825e7b4679e9d2636a3a
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 </head>
8 <body>
10 <table class="main-table">
11 <tr>
12 <td class="title" colspan="2">
13 <a href="index.html">Common Lisp Quick Reference</a>
14 </td>
15 </tr>
16 <tr>
17 <td class="side-content">
18 <ul>
19 <li><a href="index.html">home</a>
20 <li><a href="download.php">download</a>
21 <li><a href="printing.html">printing &amp; bookbinding</a>
22 <li><a href="https://lists.berlios.de/mailman/listinfo/clqr-general">mailing list</a>
23 <li><a href="source.html">source</a>
24 <li><a href="license.html">license</a>
25 <li>
26 <a href="http://developer.berlios.de"
27 title="BerliOS Developer">
28 <img src="http://developer.berlios.de/bslogo.php?group_id=9765"
29 alt="BerliOS Developer Logo">
30 </a>
31 <li><a href="https://developer.berlios.de/projects/clqr/">project page</a>
32 </ul>
33 </td>
34 <td class="content">
35 <h3>LaTeX Source</h3>
36 Download
37 <pre><a href="http://prdownload.berlios.de/clqr/clqr.tar.gz">clqr.tar.gz</a></pre>
38 to get a recent snapshot.
39 <p>
40 Alternatively, you can use <a href="http://bazaar-vcs.org/">Bazaar</a> to get the
41 source tree including history. Say at your command prompt
42 <pre>bzr checkout ftp://anonymous@ftp.berlios.de/pub/clqr/clqr</pre>
44 <pre>bzr checkout http://clqr.berlios.de/clqr</pre>
45 and you will have all there is in a directory called clqr.
46 </td>
47 </tr>
48 <tr>
49 <td class="quicklinks" colspan="2">
50 &nbsp;
51 </td>
52 </tr>
53 <tr class="footer">
54 <td colspan="2">
55 &copy; 2008
56 <a href="mailto:trebb@users.berlios.de?subject=CLQR ">
57 Bert Burgemeister
58 </a>
59 </td>
60 </tr>
61 </table>
62 </body>
63 </html>