[or-cvs] r23782: {website} per velope and Noino, add the release note links back to the (website/trunk/download/en)

Andrew Lewman andrew at torproject.org
Wed Nov 10 18:55:47 UTC 2010


Author: phobos
Date: 2010-11-10 18:55:47 +0000 (Wed, 10 Nov 2010)
New Revision: 23782

Modified:
   website/trunk/download/en/download.wml
Log:
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.


Modified: website/trunk/download/en/download.wml
===================================================================
--- website/trunk/download/en/download.wml	2010-11-10 17:14:58 UTC (rev 23781)
+++ website/trunk/download/en/download.wml	2010-11-10 18:55:47 UTC (rev 23782)
@@ -14,6 +14,28 @@
 </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">release
+notes</a> are 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>
@@ -161,22 +183,7 @@
 </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 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">
 <a name="warning"></a>



More information about the tor-commits mailing list