Prepare for the death of our hosting site
[clqr.git] / html-template / source.html
blob7b61e12193c0c57ed2f4ba64bd8d1c75434210ad
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.html">Common Lisp Quick Reference</a>
17 </td>
18 </tr>
19 <tr>
20 <td class="side-content">
21 <ul>
22 <li><a href="index.html">home</a>
23 <li><a href="download.html">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 </ul>
28 </td>
29 <td class="content">
30 <h3>LaTeX Source</h3>
31 <p>
32 Download
33 <pre><a href="clqr.tar.gz"
34 title="Download source code">clqr.tar.gz</a></pre>
35 to get a recent snapshot.
36 </p>
37 <p>&nbsp; </p>
38 <p>
39 Alternatively, you can clone CLQR's source code repository by
40 </p>
41 <pre> git clone git://github.com/trebb/clqr.git</pre>
42 <p>
44 </p>
45 <pre> git clone git://repo.or.cz/clqr.git</pre>
46 <p>
48 </p>
49 <pre> git clone http://repo.or.cz/r/clqr.git</pre>
50 <p>&nbsp; </p>
51 <p>
52 And you can browse the repository
53 at <a href="https://github.com/trebb/clqr">GitHub</a>
55 at <a href="http://repo.or.cz/w/clqr.git">repo.or.cz</a>.
56 </p>
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 - 2011 &nbsp;
67 <a href="mailto:trebbu@googlemail.com?subject=CLQR ">
68 Bert Burgemeister
69 </a>
70 </td>
71 </tr>
72 </table>
73 </body>
74 </html>