Update license.html
[clqr.git] / source.html
blob4eb178f1f4d74a6b56dbf49d9ac8ab07363e9063
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: Source</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 <li>&nbsp;
28 <li><a href="http://statcounter.com/project/standard/stats.php?project_id=7299380&guest=1">statistics</a>
29 </ul>
30 </td>
31 <td class="content">
32 <h3>LaTeX Source</h3>
33 <p>
34 Download
35 <pre><a href="clqr.tar.gz"
36 title="Download source code">clqr.tar.gz</a></pre>
37 to get a recent snapshot.
38 </p>
39 <p>&nbsp; </p>
40 <p>
41 Alternatively, you can clone CLQR's source code repository by
42 </p>
43 <pre> git clone git://github.com/trebb/clqr.git</pre>
44 <p>
46 </p>
47 <pre> git clone git://repo.or.cz/clqr.git</pre>
48 <p>
50 </p>
51 <pre> git clone http://repo.or.cz/r/clqr.git</pre>
52 <p>&nbsp; </p>
53 <p>
54 And you can browse the repository
55 at <a href="https://github.com/trebb/clqr">GitHub</a>
57 at <a href="http://repo.or.cz/w/clqr.git">repo.or.cz</a>.
58 </p>
59 </td>
60 </tr>
61 <tr>
62 <td class="quicklinks" colspan="2">
63 &nbsp;
64 </td>
65 </tr>
66 <tr>
67 <td class="footer" colspan="2">
68 &copy; 2008 - 2018 &nbsp;
69 <a href="mailto:trebbu@googlemail.com?subject=CLQR ">
70 Bert Burgemeister
71 </a>
72 </td>
73 </tr>
74 </table>
75 <!-- Start of StatCounter Code for Default Guide -->
76 <script type="text/javascript">
77 var sc_project=7299380;
78 var sc_invisible=1;
79 var sc_security="72473b80";
80 </script>
81 <script type="text/javascript"
82 src="http://www.statcounter.com/counter/counter.js"></script>
83 <noscript><div class="statcounter"><a title="web counter"
84 href="http://statcounter.com/free-hit-counter/"
85 target="_blank"><img class="statcounter"
86 src="http://c.statcounter.com/7299380/0/72473b80/1/"
87 alt="web counter"></a></div></noscript>
88 <!-- End of StatCounter Code for Default Guide -->
89 </body>
90 </html>