Updated download page template to match deployed site.

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1426998 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Phil Steitz 2012-12-30 21:51:11 +00:00
parent 60510d27f5
commit 6c8aaf0318
1 changed files with 16 additions and 16 deletions

View File

@ -54,7 +54,7 @@ limitations under the License.
<p>
We recommend you use a mirror to download our release
builds, but you <strong>must</strong> verify the integrity of
the downloaded files using signatures downloaded from our main
the downloaded files using signatures downloaded from our main
distribution directories. Recent releases (48 hours) may not yet
be available from the mirrors.
</p>
@ -71,7 +71,7 @@ limitations under the License.
<form action="[location]" method="get" id="SelectMirror">
<p>
Other mirrors:
Other mirrors:
<select name="Preferred">
[if-any http]
[for http]<option value="[http]">[http]</option>[end]
@ -90,37 +90,37 @@ limitations under the License.
<p>
The <a href="http://www.apache.org/dist/commons/KEYS">KEYS</a>
link links to the code signing keys used to sign the product.
The <code>PGP</code> link downloads the OpenPGP compatible signature from our main site.
The <code>PGP</code> link downloads the OpenPGP compatible signature from our main site.
The <code>MD5</code> link downloads the checksum from the main site.
</p>
</subsection>
</section>
<section name="Commons Math 3.0 (requires Java 1.5+; not compatible with 2.2)">
<section name="Commons Math 3.1 (requires Java 1.5+)">
<subsection name="Binaries">
<table>
<tr>
<td><a href="[preferred]/commons/math/binaries/commons-math3-3.0-bin.tar.gz">commons-math3-3.0-bin.tar.gz</a></td>
<td><a href="http://www.apache.org/dist/commons/math/binaries/commons-math3-3.0-bin.tar.gz.md5">md5</a></td>
<td><a href="http://www.apache.org/dist/commons/math/binaries/commons-math3-3.0-bin.tar.gz.asc">pgp</a></td>
<td><a href="[preferred]/commons/math/binaries/commons-math3-3.1-bin.tar.gz">commons-math3-3.1-bin.tar.gz</a></td>
<td><a href="http://www.apache.org/dist/commons/math/binaries/commons-math3-3.1-bin.tar.gz.md5">md5</a></td>
<td><a href="http://www.apache.org/dist/commons/math/binaries/commons-math3-3.1-bin.tar.gz.asc">pgp</a></td>
</tr>
<tr>
<td><a href="[preferred]/commons/math/binaries/commons-math3-3.0-bin.zip">commons-math3-3.0-bin.zip</a></td>
<td><a href="http://www.apache.org/dist/commons/math/binaries/commons-math3-3.0-bin.zip.md5">md5</a></td>
<td><a href="http://www.apache.org/dist/commons/math/binaries/commons-math3-3.0-bin.zip.asc">pgp</a></td>
<td><a href="[preferred]/commons/math/binaries/commons-math3-3.1-bin.zip">commons-math3-3.1-bin.zip</a></td>
<td><a href="http://www.apache.org/dist/commons/math/binaries/commons-math3-3.1-bin.zip.md5">md5</a></td>
<td><a href="http://www.apache.org/dist/commons/math/binaries/commons-math3-3.1-bin.zip.asc">pgp</a></td>
</tr>
</table>
</subsection>
<subsection name="Source">
<table>
<tr>
<td><a href="[preferred]/commons/math/source/commons-math3-3.0-src.tar.gz">commons-math3-3.0-src.tar.gz</a></td>
<td><a href="http://www.apache.org/dist/commons/math/source/commons-math3-3.0-src.tar.gz.md5">md5</a></td>
<td><a href="http://www.apache.org/dist/commons/math/source/commons-math3-3.0-src.tar.gz.asc">pgp</a></td>
<td><a href="[preferred]/commons/math/source/commons-math3-3.1-src.tar.gz">commons-math3-3.1-src.tar.gz</a></td>
<td><a href="http://www.apache.org/dist/commons/math/source/commons-math3-3.1-src.tar.gz.md5">md5</a></td>
<td><a href="http://www.apache.org/dist/commons/math/source/commons-math3-3.1-src.tar.gz.asc">pgp</a></td>
</tr>
<tr>
<td><a href="[preferred]/commons/math/source/commons-math3-3.0-src.zip">commons-math3-3.0-src.zip</a></td>
<td><a href="http://www.apache.org/dist/commons/math/source/commons-math3-3.0-src.zip.md5">md5</a></td>
<td><a href="http://www.apache.org/dist/commons/math/source/commons-math3-3.0-src.zip.asc">pgp</a></td>
<td><a href="[preferred]/commons/math/source/commons-math3-3.1-src.zip">commons-math3-3.1-src.zip</a></td>
<td><a href="http://www.apache.org/dist/commons/math/source/commons-math3-3.1-src.zip.md5">md5</a></td>
<td><a href="http://www.apache.org/dist/commons/math/source/commons-math3-3.1-src.zip.asc">pgp</a></td>
</tr>
</table>
</subsection>