HTML pages changed.
[clqr.git] / html / source.html
blobc53bcdbc2f765da7bafab93521eebf2786b50946
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 <p>
51 </p>
52 <pre> git clone git://repo.or.cz/clqr.git</pre>
53 <p>
55 </p>
56 <pre> git clone http://repo.or.cz/r/clqr.git</pre>
57 </td>
58 </tr>
59 <tr>
60 <td class="quicklinks" colspan="2">
61 &nbsp;
62 </td>
63 </tr>
64 <tr>
65 <td class="footer" colspan="2">
66 &copy; 2008, 2009 &nbsp;
67 <a href="mailto:trebb@users.berlios.de?subject=CLQR ">
68 Bert Burgemeister
69 </a>
70 </td>
71 </tr>
72 </table>
73 </body>
74 </html>