per velope and Noino, add the release note links back to the main download page, and because people seem confused, put source code at the very top of the page.
Andrew Lewman

Andrew Lewman commited on 2010-11-10 19:55:47
Zeige 1 geänderte Dateien mit 22 Einfügungen und 15 Löschungen.

... ...
@@ -14,6 +14,28 @@
14 14
 </p>
15 15
 </div>
16 16
 <!-- END TEASER WARNING -->
17
+<!-- BEGIN SOURCE -->
18
+<table class="topforty">
19
+<tr>
20
+<td class="nopad"><div class="title"><a name="source">Source Code</a></div></td>
21
+</tr>
22
+<tr>
23
+<td colspan="2">The current stable version of Tor is <version-stable>.  Its <a
24
+href="https://gitweb.torproject.org/tor.git/blob/release-0.2.1:/ChangeLog">release
25
+notes</a> are available.</td>
26
+<td colspan="2">The current unstable/alpha version of Tor is <version-alpha>.  Its
27
+<a
28
+href="https://gitweb.torproject.org/tor.git/blob/refs/heads/maint-0.2.2:/ChangeLog">release
29
+notes</a> are available.</td>
30
+</tr>
31
+<tr class="gray">
32
+<td>Source Tarballs</td>
33
+<td>./configure && make && src/or/tor</td>
34
+<td><a href="../dist/tor-<version-stable>.tar.gz">Download Stable</a> (<a href="../dist/tor-<version-stable>.tar.gz.asc">sig</a>)</td>
35
+<td><a href="../dist/tor-<version-alpha>.tar.gz">Download Unstable</a> (<a href="../dist/tor-<version-alpha>.tar.gz.asc">sig</a>)</td>
36
+</tr>
37
+</table>
38
+<!-- END SOURCE -->
17 39
 <!-- START WINDOWS -->
18 40
 <table class="topforty">
19 41
 <tr>
... ...
@@ -161,22 +183,7 @@ Tor Browser Bundle version <version-torbrowserbundle> source code,<a href="../di
161 183
 </tr>
162 184
 </table>
163 185
 <!-- END UNIX -->
164
-<!-- BEGIN SOURCE -->
165
-<table class="topforty">
166
-<tr>
167
-<td class="nopad"><div class="title"><a name="source">Source Code</a></div></td>
168
-</tr>
169
-<tr class="gray">
170
-<td>Source Tarballs</td>
171
-<td>./configure && make && src/or/tor</td>
172
-<td><a href="../dist/tor-<version-stable>.tar.gz">Download Stable</a> (<a href="../dist/tor-<version-stable>.tar.gz.asc">sig</a>)</td>
173
-<td><a href="../dist/tor-<version-alpha>.tar.gz">Download Unstable</a> (<a href="../dist/tor-<version-alpha>.tar.gz.asc">sig</a>)</td>
174
-</tr>
175
-</table>
176
-<!-- END SOURCE -->
177
-
178 186
 <br>
179
-
180 187
 <!-- BEGIN WARNING -->
181 188
 <div class="warning">
182 189
 <a name="warning"></a>
183 190