Move the source code section to the bottom of download/download
Sebastian Hahn

Sebastian Hahn commited on 2010-12-14 07:44:34
Zeige 1 geänderte Dateien mit 22 Einfügungen und 22 Löschungen.

... ...
@@ -14,28 +14,6 @@
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&nbsp;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">Changelog
29
-</a> is available.</td>
30
-</tr>
31
-<tr class="gray">
32
-<td>Source Tarballs</td>
33
-<td>./configure &amp;&amp; make &amp;&amp; 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 -->
39 17
 <!-- START WINDOWS -->
40 18
 <table class="topforty">
41 19
 <tr>
... ...
@@ -177,6 +155,28 @@ Tor Browser Bundle version <version-torbrowserbundle> source code, <a href="../d
177 155
 </tr>
178 156
 </table>
179 157
 <!-- END UNIX -->
158
+<!-- BEGIN SOURCE -->
159
+<table class="topforty">
160
+<tr>
161
+<td class="nopad"><div class="title"><a name="source">Source&nbsp;Code</a></div></td>
162
+</tr>
163
+<tr>
164
+<td colspan="2">The current stable version of Tor is <version-stable>.  Its <a
165
+href="https://gitweb.torproject.org/tor.git/blob/release-0.2.1:/ChangeLog">release
166
+notes</a> are available.</td>
167
+<td colspan="2">The current unstable/alpha version of Tor is <version-alpha>.  Its
168
+<a
169
+href="https://gitweb.torproject.org/tor.git/blob/refs/heads/maint-0.2.2:/ChangeLog">Changelog
170
+</a> is available.</td>
171
+</tr>
172
+<tr class="gray">
173
+<td>Source Tarballs</td>
174
+<td>./configure &amp;&amp; make &amp;&amp; src/or/tor</td>
175
+<td><a href="../dist/tor-<version-stable>.tar.gz">Download Stable</a> (<a href="../dist/tor-<version-stable>.tar.gz.asc">sig</a>)</td>
176
+<td><a href="../dist/tor-<version-alpha>.tar.gz">Download Unstable</a> (<a href="../dist/tor-<version-alpha>.tar.gz.asc">sig</a>)</td>
177
+</tr>
178
+</table>
179
+<!-- END SOURCE -->
180 180
 <br>
181 181
 <!-- BEGIN WARNING -->
182 182
 <div class="warning">
183 183