Author: cmpilato
Date: Fri Jun 10 19:00:01 2011
New Revision: 1134409

URL: http://svn.apache.org/viewvc?rev=1134409&view=rev
Log:
* site/publish/download/download.html
  Replace textual descriptions of 1.6.17 and 1.5.9 releases with
  blocks similar to what we have for 1.7.0-alpha1, providing direct
  links to the downloads rather than merely an pointer to the Tigris
  downloads area.  In a follow-up, I'll add a note about how those
  releases are not Apache releases and point out that they are hosted
  elsewhere.


Modified:
    subversion/site/publish/download/download.html

Modified: subversion/site/publish/download/download.html
URL: 
http://svn.apache.org/viewvc/subversion/site/publish/download/download.html?rev=1134409&r1=1134408&r2=1134409&view=diff
==============================================================================
--- subversion/site/publish/download/download.html (original)
+++ subversion/site/publish/download/download.html Fri Jun 10 19:00:01 2011
@@ -84,10 +84,29 @@ Other mirrors:
     title="Link to this section">&para;</a>
 </h3>
 
-<p>The latest stable release of Subversion is 1.6.17.  This release is
-   available for download from the
-   <a 
href="http://subversion.tigris.org/servlets/ProjectDocumentList?folderID=260&expandFolder=74";
-   >Tigris Source Releases area</a>.</p>
+<p style="font-size: 150%; text-align: center;">Subversion 1.6.17</p>
+<table border="1" id="latest" style="margin-left: auto; margin-right: auto;">
+<tr>
+  <th>File</th>
+  <th>SHA1</th>
+  <th>Signatures</th>
+</tr>
+<tr>
+  <td><a 
href="http://subversion.tigris.org/downloads/subversion-1.6.17.tar.gz";>subversion-1.6.17.tar.gz</a></td>
+  <td style="font-family:courier, monospace;"></td>
+  <td>[<a 
href="http://subversion.tigris.org/downloads/subversion-1.6.17.tar.gz";>PGP</a>]</td>
+</tr>
+<tr>
+  <td><a 
href="http://subversion.tigris.org/downloads/subversion-1.6.17.tar.bz2";>subversion-1.6.17.tar.bz2</a></td>
+  <td style="font-family:courier, monospace;"></td>
+  <td>[<a 
href="http://subversion.tigris.org/downloads/subversion-1.6.17.tar.bz2.asc";>PGP</a>]</td>
+</tr>
+<tr>
+  <td><a 
href="http://subversion.tigris.org/downloads/subversion-1.6.17.zip";>subversion-1.6.17.zip</a></td>
+  <td style="font-family:courier, monospace;"></td>
+  <td>[<a 
href="http://subversion.tigris.org/downloads/subversion-1.6.17.zip.asc";>PGP</a>]</td>
+</tr>
+</table>
 
 </div>  <!-- #recommended-release -->
 
@@ -97,17 +116,34 @@ Other mirrors:
     title="Link to this section">&para;</a>
 </h3>
 
-<p>We support the latest release available from the following release
-   lines:</p>
+<p>In addition to the <a href="#recommended-release">recommended
+   release</a>, we generally support the latest release from at least
+   one prior release stream.  The currently supported older releases
+   are as follows:</p>
 
-<ul>
-<li>Subversion 1.5.x:  1.5.9</li>
-<li>Subversion 1.6.x:  1.6.17</li>
-</ul>
-
-<p>All supported releases are available for download from
-   the <a href="http://archive.apache.org/dist/subversion/"; >Apache
-   archive</a>.</p>
+<p style="font-size: 150%; text-align: center;">Subversion 1.5.9</p>
+<table border="1" id="latest" style="margin-left: auto; margin-right: auto;">
+<tr>
+  <th>File</th>
+  <th>SHA1</th>
+  <th>Signatures</th>
+</tr>
+<tr>
+  <td><a 
href="http://subversion.tigris.org/downloads/subversion-1.5.9.tar.gz";>subversion-1.5.9.tar.gz</a></td>
+  <td style="font-family:courier, monospace;"></td>
+  <td>[<a 
href="http://subversion.tigris.org/downloads/subversion-1.5.9.tar.gz";>PGP</a>]</td>
+</tr>
+<tr>
+  <td><a 
href="http://subversion.tigris.org/downloads/subversion-1.5.9.tar.bz2";>subversion-1.5.9.tar.bz2</a></td>
+  <td style="font-family:courier, monospace;"></td>
+  <td>[<a 
href="http://subversion.tigris.org/downloads/subversion-1.5.9.tar.bz2.asc";>PGP</a>]</td>
+</tr>
+<tr>
+  <td><a 
href="http://subversion.tigris.org/downloads/subversion-1.5.9.zip";>subversion-1.5.9.zip</a></td>
+  <td style="font-family:courier, monospace;"></td>
+  <td>[<a 
href="http://subversion.tigris.org/downloads/subversion-1.5.9.zip.asc";>PGP</a>]</td>
+</tr>
+</table>
 
 </div>  <!-- #supported-release -->
 


Reply via email to