Author: veithen Date: Sat May 4 10:13:08 2013 New Revision: 1479070 URL: http://svn.apache.org/r1479070 Log: Fixed download pages for archived released (or releases that are expected to be archived: 1.6.1 should have been archived, but it wasn't). In particular, mirror selection is not relevant for archived releases.
Removed: axis/axis2/java/rampart/trunk/modules/documentation/src/site/resources/download/1.1/ axis/axis2/java/rampart/trunk/modules/documentation/src/site/resources/download/1.2/ axis/axis2/java/rampart/trunk/modules/documentation/src/site/resources/download/1.3/ axis/axis2/java/rampart/trunk/modules/documentation/src/site/resources/download/1.4/ axis/axis2/java/rampart/trunk/modules/documentation/src/site/resources/download/1.5/ axis/axis2/java/rampart/trunk/modules/documentation/src/site/resources/download/1.5.1/ axis/axis2/java/rampart/trunk/modules/documentation/src/site/resources/download/1.6.0/ axis/axis2/java/rampart/trunk/modules/documentation/src/site/resources/download/1.6.1/ Modified: axis/axis2/java/rampart/trunk/modules/documentation/src/site/xdoc/download.xml axis/axis2/java/rampart/trunk/modules/documentation/src/site/xdoc/download/1.5.1/download.xml axis/axis2/java/rampart/trunk/modules/documentation/src/site/xdoc/download/1.6.0/download.xml axis/axis2/java/rampart/trunk/modules/documentation/src/site/xdoc/download/1.6.1/download.xml Modified: axis/axis2/java/rampart/trunk/modules/documentation/src/site/xdoc/download.xml URL: http://svn.apache.org/viewvc/axis/axis2/java/rampart/trunk/modules/documentation/src/site/xdoc/download.xml?rev=1479070&r1=1479069&r2=1479070&view=diff ============================================================================== --- axis/axis2/java/rampart/trunk/modules/documentation/src/site/xdoc/download.xml (original) +++ axis/axis2/java/rampart/trunk/modules/documentation/src/site/xdoc/download.xml Sat May 4 10:13:08 2013 @@ -41,12 +41,12 @@ </tr> <tr> <td> - <a href="download/1.6.1/download.cgi"> + <a href="download/1.6.1/download.html"> <strong>1.6.1</strong> </a> </td> <td>24 Sep 2011</td> - <td>1.6.1 Release (Mirrored)</td> + <td>1.6.1 Release (Archived)</td> </tr> <tr> <td> @@ -59,7 +59,7 @@ </tr> <tr> <td> - <a href="download/1.6.0/download.cgi"> + <a href="download/1.6.0/download.html"> <strong>1.6.0</strong> </a> </td> @@ -68,7 +68,7 @@ </tr> <tr> <td> - <a href="download/1.5.1/download.cgi"> + <a href="download/1.5.1/download.html"> <strong>1.5.1</strong> </a> </td> @@ -77,7 +77,7 @@ </tr> <tr> <td> - <a href="download/1.5/download.cgi"> + <a href="download/1.5/download.html"> <strong>1.5</strong> </a> </td> @@ -86,7 +86,7 @@ </tr> <tr> <td> - <a href="download/1.4/download.cgi"> + <a href="download/1.4/download.html"> <strong>1.4</strong> </a> </td> @@ -95,7 +95,7 @@ </tr> <tr> <td> - <a href="download/1.3/download.cgi"> + <a href="download/1.3/download.html"> <strong>1.3</strong> </a> </td> @@ -104,7 +104,7 @@ </tr> <tr> <td> - <a href="download/1.2/download.cgi"> + <a href="download/1.2/download.html"> <strong>1.2</strong> </a> </td> @@ -113,7 +113,7 @@ </tr> <tr> <td> - <a href="download/1.1/download.cgi"> + <a href="download/1.1/download.html"> <strong>1.1</strong> </a> </td> Modified: axis/axis2/java/rampart/trunk/modules/documentation/src/site/xdoc/download/1.5.1/download.xml URL: http://svn.apache.org/viewvc/axis/axis2/java/rampart/trunk/modules/documentation/src/site/xdoc/download/1.5.1/download.xml?rev=1479070&r1=1479069&r2=1479070&view=diff ============================================================================== --- axis/axis2/java/rampart/trunk/modules/documentation/src/site/xdoc/download/1.5.1/download.xml (original) +++ axis/axis2/java/rampart/trunk/modules/documentation/src/site/xdoc/download/1.5.1/download.xml Sat May 4 10:13:08 2013 @@ -78,38 +78,5 @@ title= </tbody> </table> </div> -<div align="left"><br /> -<p>[if-any logo] <a href="[link]"><img align="right" src="[logo]" -border="0" /></a>[end] The currently selected mirror is -<b>[preferred]</b>. If you encounter a problem with this mirror, -please select another mirror. If all mirrors are failing, there are -<i>backup</i> mirrors (at the end of the mirrors list) that should -be available.</p> -<form action="[location]" method="get" id="SelectMirror" name="SelectMirror"> -Other mirrors: <select name="Preferred"> -[if-any http] - [for http]<option value="[http]">[http]</option>[end] -[end] -[if-any ftp] - [for ftp]<option value="[ftp]">[ftp]</option>[end] -[end] -[if-any backup] - [for backup]<option value="[backup]">[backup] (backup)</option>[end] -[end] -</select><input type="submit" value="Change"/></form><p>You may also consult the <a class="externalLink" href="http://www.apache.org/mirrors/">complete list of mirrors</a> -.</p> -<p><strong>Note:</strong> when downloading from a mirror please -check the <a href= -"http://www.apache.org/dev/release-signing#md5">md5sum</a> and -verify the <a href= -"http://www.apache.org/dev/release-signing#openpgp">OpenPGP</a> -compatible signature from the main Apache site. These can be -downloaded by following the links above. This <a href= -"http://www.apache.org/dist/axis/axis2/java/rampart/KEYS">KEYS</a> file contains -the public keys that can be used for verifying signatures. It is -recommended that (when possible)a <a href= -"http://www.apache.org/dev/release-signing#web-of-trust">Web of -trust</a> is used to confirm the identity of these keys.</p> -</div> </body> </html> Modified: axis/axis2/java/rampart/trunk/modules/documentation/src/site/xdoc/download/1.6.0/download.xml URL: http://svn.apache.org/viewvc/axis/axis2/java/rampart/trunk/modules/documentation/src/site/xdoc/download/1.6.0/download.xml?rev=1479070&r1=1479069&r2=1479070&view=diff ============================================================================== --- axis/axis2/java/rampart/trunk/modules/documentation/src/site/xdoc/download/1.6.0/download.xml (original) +++ axis/axis2/java/rampart/trunk/modules/documentation/src/site/xdoc/download/1.6.0/download.xml Sat May 4 10:13:08 2013 @@ -78,38 +78,5 @@ title= </tbody> </table> </div> -<div align="left"><br /> -<p>[if-any logo] <a href="[link]"><img align="right" src="[logo]" -border="0" /></a>[end] The currently selected mirror is -<b>[preferred]</b>. If you encounter a problem with this mirror, -please select another mirror. If all mirrors are failing, there are -<i>backup</i> mirrors (at the end of the mirrors list) that should -be available.</p> -<form action="[location]" method="get" id="SelectMirror" name="SelectMirror"> -Other mirrors: <select name="Preferred"> -[if-any http] - [for http]<option value="[http]">[http]</option>[end] -[end] -[if-any ftp] - [for ftp]<option value="[ftp]">[ftp]</option>[end] -[end] -[if-any backup] - [for backup]<option value="[backup]">[backup] (backup)</option>[end] -[end] -</select><input type="submit" value="Change"/></form><p>You may also consult the <a class="externalLink" href="http://www.apache.org/mirrors/">complete list of mirrors</a> -.</p> -<p><strong>Note:</strong> when downloading from a mirror please -check the <a href= -"http://www.apache.org/dev/release-signing#md5">md5sum</a> and -verify the <a href= -"http://www.apache.org/dev/release-signing#openpgp">OpenPGP</a> -compatible signature from the main Apache site. These can be -downloaded by following the links above. This <a href= -"http://www.apache.org/dist/axis/axis2/java/rampart/KEYS">KEYS</a> file contains -the public keys that can be used for verifying signatures. It is -recommended that (when possible)a <a href= -"http://www.apache.org/dev/release-signing#web-of-trust">Web of -trust</a> is used to confirm the identity of these keys.</p> -</div> </body> </html> Modified: axis/axis2/java/rampart/trunk/modules/documentation/src/site/xdoc/download/1.6.1/download.xml URL: http://svn.apache.org/viewvc/axis/axis2/java/rampart/trunk/modules/documentation/src/site/xdoc/download/1.6.1/download.xml?rev=1479070&r1=1479069&r2=1479070&view=diff ============================================================================== --- axis/axis2/java/rampart/trunk/modules/documentation/src/site/xdoc/download/1.6.1/download.xml (original) +++ axis/axis2/java/rampart/trunk/modules/documentation/src/site/xdoc/download/1.6.1/download.xml Sat May 4 10:13:08 2013 @@ -51,65 +51,32 @@ urchinTracker(); Distribution</strong></td> <td>This is the complete version of Apache Rampart and will contain samples as well.</td> -<td><a href="[preferred]/axis/axis2/java/rampart/1.6.1/rampart-dist-1.6.1-bin.zip" title= - "[preferred]/axis/axis2/java/rampart/1.6.1/rampart-dist-1.6.1-bin.zip" onClick= +<td><a href="http://archive.apache.org/dist/axis/axis2/java/rampart/1.6.1/rampart-dist-1.6.1-bin.zip" title= + "http://archive.apache.org/dist/axis/axis2/java/rampart/1.6.1/rampart-dist-1.6.1-bin.zip" onClick= "javascript:urchinTracker ('/downloads/rampart-dist-1.6.1-bin.zip');">zip</a> -<a href="http://www.apache.org/dist/axis/axis2/java/rampart/1.6.1/rampart-dist-1.6.1-bin.zip.md5" - title="http://www.apache.org/dist/axis/axis2/java/rampart/1.6.1/rampart-dist-1.6.1-bin.zip.md5">MD5</a> -<a href="http://www.apache.org/dist/axis/axis2/java/rampart/1.6.1/rampart-dist-1.6.1-bin.zip.asc" - title="http://www.apache.org/dist/axis/axis2/java/rampart/1.6.1/rampart-dist-1.6.1-bin.zip.asc">PGP</a></td> +<a href="http://archive.apache.org/dist/axis/axis2/java/rampart/1.6.1/rampart-dist-1.6.1-bin.zip.md5" + title="http://archive.apache.org/dist/axis/axis2/java/rampart/1.6.1/rampart-dist-1.6.1-bin.zip.md5">MD5</a> +<a href="http://archive.apache.org/dist/axis/axis2/java/rampart/1.6.1/rampart-dist-1.6.1-bin.zip.asc" + title="http://archive.apache.org/dist/axis/axis2/java/rampart/1.6.1/rampart-dist-1.6.1-bin.zip.asc">PGP</a></td> </tr> <tr> <td><a name="src" id="src"></a> <strong>Source Distribution</strong></td> <td>This will contain the sources of Apache Rampart distribution.</td> -<td><a href="[preferred]/axis/axis2/java/rampart/1.6.1/rampart-dist-1.6.1-src.zip" title= - "[preferred]/axis/axis2/java/rampart/1.6.1/rampart-dist-1.6.1-src.zip" onClick= +<td><a href="http://archive.apache.org/dist/axis/axis2/java/rampart/1.6.1/rampart-dist-1.6.1-src.zip" title= + "http://archive.apache.org/dist/axis/axis2/java/rampart/1.6.1/rampart-dist-1.6.1-src.zip" onClick= "javascript:urchinTracker ('/downloads/rampart-dist-1.6.1-src.zip');">zip</a> <a href= - "http://www.apache.org/dist/axis/axis2/java/rampart/1.6.1/rampart-dist-1.6.1-src.zip.md5" + "http://archive.apache.org/dist/axis/axis2/java/rampart/1.6.1/rampart-dist-1.6.1-src.zip.md5" title= -"http://www.apache.org/dist/axis/axis2/java/rampart/1.6.1/rampart-dist-1.6.1-src.zip.md5">MD5</a> +"http://archive.apache.org/dist/axis/axis2/java/rampart/1.6.1/rampart-dist-1.6.1-src.zip.md5">MD5</a> <a href= - "http://www.apache.org/dist/axis/axis2/java/rampart/1.6.1/rampart-dist-1.6.1-src.zip.asc" + "http://archive.apache.org/dist/axis/axis2/java/rampart/1.6.1/rampart-dist-1.6.1-src.zip.asc" title= -"http://www.apache.org/dist/axis/axis2/java/rampart/1.6.1/rampart-dist-1.6.1-src.zip.asc">PGP</a></td> +"http://archive.apache.org/dist/axis/axis2/java/rampart/1.6.1/rampart-dist-1.6.1-src.zip.asc">PGP</a></td> </tr> </tbody> </table> </div> -<div align="left"><br /> -<p>[if-any logo] <a href="[link]"><img align="right" src="[logo]" -border="0" /></a>[end] The currently selected mirror is -<b>[preferred]</b>. If you encounter a problem with this mirror, -please select another mirror. If all mirrors are failing, there are -<i>backup</i> mirrors (at the end of the mirrors list) that should -be available.</p> -<form action="[location]" method="get" id="SelectMirror" name="SelectMirror"> -Other mirrors: <select name="Preferred"> -[if-any http] - [for http]<option value="[http]">[http]</option>[end] -[end] -[if-any ftp] - [for ftp]<option value="[ftp]">[ftp]</option>[end] -[end] -[if-any backup] - [for backup]<option value="[backup]">[backup] (backup)</option>[end] -[end] -</select><input type="submit" value="Change"/></form><p>You may also consult the <a class="externalLink" href="http://www.apache.org/mirrors/">complete list of mirrors</a> -.</p> -<p><strong>Note:</strong> when downloading from a mirror please -check the <a href= -"http://www.apache.org/dev/release-signing#md5">md5sum</a> and -verify the <a href= -"http://www.apache.org/dev/release-signing#openpgp">OpenPGP</a> -compatible signature from the main Apache site. These can be -downloaded by following the links above. This <a href= -"http://www.apache.org/dist/axis/axis2/java/rampart/KEYS">KEYS</a> file contains -the public keys that can be used for verifying signatures. It is -recommended that (when possible)a <a href= -"http://www.apache.org/dev/release-signing#web-of-trust">Web of -trust</a> is used to confirm the identity of these keys.</p> -</div> </body> </html>