Several minor edits
[clqr.git] / html / download.php
blob8dc283994814d8741f2ce68a1091422acb8c3bc1
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 <meta name="author" content="Bert Burgemeister">
6 <link rel="shortcut icon" href="/favicon.ico" type="image/x-icon">
7 <link rel="icon" href="/favicon.ico" type="image/x-icon">
8 <link rel="stylesheet" href="new-pure.css" type="text/css">
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 <br>
38 <em>OUR HOST <a href="http://berlios.de">BERLIOS</a> IS GOING
39 TO <a href="http://developer.berlios.de/forum/forum.php?forum_id=37450">SHUT
40 DOWN</a> AT THE END OF THE YEAR.
41 <br>
42 <a href="http://clqr.boundp.org">Common Lisp Quick Reference</a> has moved to its new home at
43 <b><a href="http://clqr.boundp.org">http://clqr.boundp.org</a>
44 </b>
45 </em>
46 <h3>Download</h3>
47 <p>
48 This is revision
49 <?php echo(file_get_contents("release-revision.txt"));?> of
50 <?php echo(file_get_contents("release-date.txt"));?>.
51 <p>
52 <p>
53 If unsure what to download, have a look at <a href="printing.html">printing &amp; bookbinding</a>.
54 <p>&nbsp;
55 <div class="here">
56 <img class="left" src="sample-firstpage-all.jpg"
57 alt="[Sample]"/>
58 <table width="70%">
59 <tr>
60 <td>
61 <a href="clqr-a4-booklet-all.pdf"
62 title="A4 size paper, nested folios">clqr-a4-booklet-all.pdf</a>
63 </td>
64 <td>
65 [ <?php include("counters/clqr-a4-booklet-all.pdf.week-counter");?>/
66 <?php include("counters/clqr-a4-booklet-all.pdf.current-counter");?>]*
67 </td>
68 </tr>
69 <tr>
70 <td>
71 <a href="clqr-letter-booklet-all.pdf"
72 title="US letter size paper, nested folios">clqr-letter-booklet-all.pdf</a>
73 </td>
74 <td>
75 [ <?php include("counters/clqr-letter-booklet-all.pdf.week-counter");?>/
76 <?php include("counters/clqr-letter-booklet-all.pdf.current-counter");?>]*
77 </td>
78 </tr>
79 </table>
80 <ul>
81 <li>Suitable for printing, folding lengthwise and nesting the
82 folios.
83 <li>With 52 pages total, first sheet has pages 52, 1, 2, 51.
84 <li>With 52 pages total, last sheet has pages 28, 25, 26, 27.
85 </ul>
86 </div>
87 <br />
88 <div class="here">
89 <img class="left" src="sample-firstpage-four.jpg"
90 alt="[Sample]"/>
91 <table width="70%">
92 <tr>
93 <td>
94 <a href="clqr-a4-booklet-four.pdf"
95 title="A4 size paper, stacked folios">clqr-a4-booklet-four.pdf</a>
96 </td>
97 <td>
98 [ <?php include("counters/clqr-a4-booklet-four.pdf.week-counter");?>/
99 <?php include("counters/clqr-a4-booklet-four.pdf.current-counter");?>]*
100 </td>
101 </tr>
102 <tr>
103 <td>
104 <a href="clqr-letter-booklet-four.pdf"
105 title="US letter size paper, stacked folios">clqr-letter-booklet-four.pdf</a>
106 </td>
107 <td>
108 [ <?php include("counters/clqr-letter-booklet-four.pdf.week-counter");?>/
109 <?php include("counters/clqr-letter-booklet-four.pdf.current-counter");?>]*
110 </td>
111 </tr>
112 </table>
113 <ul>
114 <li>Suitable for printing, folding lengthwise and stacking the
115 folios.
116 <li>First sheet has pages 4, 1, 2, 3.
117 <li>With 52 pages total, last sheet has pages 52, 49, 50, 51.
118 </ul>
119 </div>
120 <br />
121 <div class="here">
122 <img class="left" src="sample-firstpage-consec.jpg"
123 alt="[Sample]"/>
124 <table width="70%">
125 <tr>
126 <td>
127 <a href="clqr-a4-consec.pdf"
128 title="Half A4 size; not for printing">clqr-a4-consec.pdf</a>
129 </td>
130 <td>
131 [ <?php include("counters/clqr-a4-consec.pdf.week-counter");?>/
132 <?php include("counters/clqr-a4-consec.pdf.current-counter");?>]*
133 </td>
134 </tr>
135 <tr>
136 <td>
137 <a href="clqr-letter-consec.pdf"
138 title="Half US letter size; not for printing">clqr-letter-consec.pdf</a>
139 </td>
140 <td>
141 [ <?php include("counters/clqr-letter-consec.pdf.week-counter");?>/
142 <?php include("counters/clqr-letter-consec.pdf.current-counter");?>]*
143 </td>
144 </tr>
145 </table>
146 <ul>
147 <li>Pages in their natural order.
148 <li>Suitable only for reading on the screen. Comes
149 with bookmarks and hyperlinks.
150 <li>Not meant for printing because of the odd
151 paper format and the coloured hyperlinks.
152 </ul>
153 </div>
154 <br />
155 <div class="here">
156 <img class="left" src="sample-source.jpg"
157 alt="[Sample]"/>
158 <table width="70%">
159 <tr>
160 <td>
161 <a href="clqr.tar.gz"
162 title="Download source code">clqr.tar.gz</a>
163 </td>
164 <td>
165 [ <?php include("counters/clqr.tar.gz.week-counter");?>/
166 <?php include("counters/clqr.tar.gz.current-counter");?>]*
167 </td>
168 </tr>
169 </table>
170 <ul>
171 <li>LaTeX source.
172 <li>Not of much use unless you want to change it.
173 </ul>
175 <br />
176 ________<br />
177 * downloads: [ this week / since 2009-12-01 ]
178 </p>
179 </div>
180 </td>
181 </tr>
182 <tr>
183 <td class="quicklinks" colspan="2">
184 &nbsp;
185 </td>
186 </tr>
187 <tr>
188 <td class="footer" colspan="2">
189 &copy; 2008, 2009, 2010, 2011 &nbsp;
190 <a href="mailto:trebbu@googlemail.com?subject=CLQR ">
191 Bert Burgemeister
192 </a>
193 </td>
194 </tr>
195 </table>
196 </body>
197 </html>