html: links fixed
[clqr.git] / html / source.html
blob34f1e9887cef112b348a80d277bdc0318d8bb939
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="https://lists.berlios.de/mailman/listinfo/clqr-general">mailing list</a>
26 <li><a href="source.html">source</a>
27 <li><a href="license.html">license</a>
28 <li>
29 <a href="http://developer.berlios.de"
30 title="BerliOS Developer">
31 <img src="http://developer.berlios.de/bslogo.php?group_id=9765"
32 alt="BerliOS Developer Logo">
33 </a>
34 <li><a href="http://developer.berlios.de/projects/clqr/">project page</a>
35 </ul>
36 </td>
37 <td class="content">
38 <h3>LaTeX Source</h3>
39 <p>
40 Download
41 <pre><a href="http://prdownload.berlios.de/clqr/clqr.tar.gz"
42 title="Download source code">clqr.tar.gz</a></pre>
43 to get a recent snapshot.
44 </p>
45 <p>&nbsp; </p>
46 <p>
47 Alternatively, you can use <a href="http://bazaar-vcs.org/">Bazaar</a> to get the
48 source tree including history. Say at your command prompt
49 </p>
50 <pre> bzr checkout ftp://anonymous@ftp.berlios.de/pub/clqr/clqr</pre>
51 <p>
53 </p>
54 <pre> bzr checkout http://clqr.berlios.de/clqr</pre>
55 <p>
56 and you will have all there is in a directory called clqr.
57 </p>
58 </td>
59 </tr>
60 <tr>
61 <td class="quicklinks" colspan="2">
62 &nbsp;
63 </td>
64 </tr>
65 <tr>
66 <td class="footer" colspan="2">
67 &copy; 2008, 2009 &nbsp;
68 <a href="mailto:trebb@users.berlios.de?subject=CLQR ">
69 Bert Burgemeister
70 </a>
71 </td>
72 </tr>
73 </table>
74 </body>
75 </html>