file commit-message removed
[clqr.git] / html / source.html
blob99a94af25c54bcda4d5d4498bf1e1d7e5176008e
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 <h3>LaTeX Source</h3>
38 <p>
39 Download
40 <pre><a href="http://download.berlios.de/clqr/clqr.tar.gz"
41 title="Download source code">clqr.tar.gz</a></pre>
42 to get a recent snapshot.
43 </p>
44 <p>&nbsp; </p>
45 <p>
46 Alternatively, you can have CLQR's git repository by
47 </p>
48 <pre> git clone git://git.berlios.de/clqr</pre>
49 </td>
50 </tr>
51 <tr>
52 <td class="quicklinks" colspan="2">
53 &nbsp;
54 </td>
55 </tr>
56 <tr>
57 <td class="footer" colspan="2">
58 &copy; 2008, 2009 &nbsp;
59 <a href="mailto:trebb@users.berlios.de?subject=CLQR ">
60 Bert Burgemeister
61 </a>
62 </td>
63 </tr>
64 </table>
65 </body>
66 </html>