Author: sebastian Date: 2010-12-14 06:44:34 +0000 (Tue, 14 Dec 2010) New Revision: 23937
Modified: website/trunk/download/en/download.wml Log: Move the source code section to the bottom of download/download Modified: website/trunk/download/en/download.wml =================================================================== --- website/trunk/download/en/download.wml 2010-12-14 06:44:28 UTC (rev 23936) +++ website/trunk/download/en/download.wml 2010-12-14 06:44:34 UTC (rev 23937) @@ -14,28 +14,6 @@ </p> </div> <!-- END TEASER WARNING --> -<!-- BEGIN SOURCE --> -<table class="topforty"> -<tr> -<td class="nopad"><div class="title"><a name="source">Source Code</a></div></td> -</tr> -<tr> -<td colspan="2">The current stable version of Tor is <version-stable>. Its <a -href="https://gitweb.torproject.org/tor.git/blob/release-0.2.1:/ChangeLog">release -notes</a> are available.</td> -<td colspan="2">The current unstable/alpha version of Tor is <version-alpha>. Its -<a -href="https://gitweb.torproject.org/tor.git/blob/refs/heads/maint-0.2.2:/ChangeLog">Changelog -</a> is available.</td> -</tr> -<tr class="gray"> -<td>Source Tarballs</td> -<td>./configure && make && src/or/tor</td> -<td><a href="../dist/tor-<version-stable>.tar.gz">Download Stable</a> (<a href="../dist/tor-<version-stable>.tar.gz.asc">sig</a>)</td> -<td><a href="../dist/tor-<version-alpha>.tar.gz">Download Unstable</a> (<a href="../dist/tor-<version-alpha>.tar.gz.asc">sig</a>)</td> -</tr> -</table> -<!-- END SOURCE --> <!-- START WINDOWS --> <table class="topforty"> <tr> @@ -177,6 +155,28 @@ </tr> </table> <!-- END UNIX --> +<!-- BEGIN SOURCE --> +<table class="topforty"> +<tr> +<td class="nopad"><div class="title"><a name="source">Source Code</a></div></td> +</tr> +<tr> +<td colspan="2">The current stable version of Tor is <version-stable>. Its <a +href="https://gitweb.torproject.org/tor.git/blob/release-0.2.1:/ChangeLog">release +notes</a> are available.</td> +<td colspan="2">The current unstable/alpha version of Tor is <version-alpha>. Its +<a +href="https://gitweb.torproject.org/tor.git/blob/refs/heads/maint-0.2.2:/ChangeLog">Changelog +</a> is available.</td> +</tr> +<tr class="gray"> +<td>Source Tarballs</td> +<td>./configure && make && src/or/tor</td> +<td><a href="../dist/tor-<version-stable>.tar.gz">Download Stable</a> (<a href="../dist/tor-<version-stable>.tar.gz.asc">sig</a>)</td> +<td><a href="../dist/tor-<version-alpha>.tar.gz">Download Unstable</a> (<a href="../dist/tor-<version-alpha>.tar.gz.asc">sig</a>)</td> +</tr> +</table> +<!-- END SOURCE --> <br> <!-- BEGIN WARNING --> <div class="warning">
