diff --git a/docs/ant15_todo.html b/docs/ant15_todo.html index b2af3eb2c..be5213326 100644 --- a/docs/ant15_todo.html +++ b/docs/ant15_todo.html @@ -56,9 +56,9 @@

Download

Jakarta

diff --git a/docs/antnews.html b/docs/antnews.html index 6d61cf47c..e486de336 100644 --- a/docs/antnews.html +++ b/docs/antnews.html @@ -60,9 +60,9 @@

Download

Jakarta

diff --git a/docs/download.cgi b/docs/bindownload.cgi similarity index 100% rename from docs/download.cgi rename to docs/bindownload.cgi diff --git a/docs/bindownload.html b/docs/bindownload.html new file mode 100644 index 000000000..1b78b9fef --- /dev/null +++ b/docs/bindownload.html @@ -0,0 +1,262 @@ + + + + + + + + + + + + + Apache Ant - Downloading Ant - Binary Distribution + + + + + + + + + +
+ + + Apache Ant +
+ + + + + + + + + + + + +
+
+
+

Apache Ant

+ +

Download

+ +

Jakarta

+ +

Get Involved

+ +
+ + + +
+ + Downloading Ant + +
+
+

Use the links below to download a binary distribution of Ant from +one of our mirrors. You must verify the integrity of the downloaded files using +signatures downloaded from our main distribution directory.

+

Ant is distributed as zip, tar.gz and +tar.bz2 archives - the contents are the same. Please +note that the tar.* archives contain file names longer +than 100 characters and have been created using GNU tar extensions. +Thus they must be untarred with a GNU compatible version of +tar.

+

In addition we provide RPMs created and maintained by the JPackage team, see the distribution directory.

+

If you do not see the file you need in the links below, please see +the master distribution +directory or, preferably, its mirror.

+
+
+ + + +
+ + Mirror + +
+
+

You are currently using [preferred]. If you encounter a +problem with this mirror, please select another mirror. If all +mirrors are failing, there are backup mirrors (at the end of +the mirrors list) that should be available.

+
+Other mirrors: + +
+
+
+ + + +
+ + Current Release of Ant + +
+
+

Currently, Apache Ant 1.5.1 is the best available version, see the +release notes.

+ +
+
+ + + +
+ + Nightly Builds + +
+
+

If you wish to use the latest Ant features, you can try downloading a +nightly build. +

+
+
+ + + +
+ + Old Ant Releases + +
+
+

Older releases of Ant can be found here. Those +releases are only provided as zip archives that can be +extracted by jar xf archive.zip - we highly +recommend to not use those releases but upgrade to Ant's latest release.

+
+
+ + + +
+ + Verify Releases + +
+
+

It is essential that you verify the integrity of the downloaded +files using the PGP or MD5 signatures.

+

The PGP signatures can be verified using PGP or GPG. First +download the KEYS +as well as the asc signature file for the particular +distribution. Make sure you get these files from the main distribution +directory, rather than from a mirror. Then verify the signatures +using

+

+% pgpk -a KEYS
+% pgpv jakarta-ant-bin-1.5.1.tar.gz.asc
+
+or
+ +% pgp -ka KEYS
+% pgp jakarta-ant-bin-1.5.1.tar.gz.asc
+
+or
+ +% gpg -import KEYS
+% gpg -verify jakarta-ant-bin-1.5.1.tar.gz.asc +

+

Alternatively, you can verify the MD5 signature on the files. A +unix program called md5 or md5sum is +included in many unix distributions. It is also available as part of +GNU +Textutils. Windows users can get binary md5 programs from here, here, or +here.

+

We highly recommend to verify the PGP signature, though.

+
+
+
+
+
+
+ Copyright © 2000-2002, Apache Software Foundation +
+
+ + + + + + + diff --git a/docs/external.html b/docs/external.html index 6a4a3ee0a..2956f060e 100644 --- a/docs/external.html +++ b/docs/external.html @@ -56,9 +56,9 @@

Download

Jakarta

diff --git a/docs/faq.html b/docs/faq.html index 504077f52..31116bdd5 100644 --- a/docs/faq.html +++ b/docs/faq.html @@ -56,9 +56,9 @@

Download

Jakarta

diff --git a/docs/index.html b/docs/index.html index c0d962204..4cdf1447f 100644 --- a/docs/index.html +++ b/docs/index.html @@ -58,9 +58,9 @@

Download

Jakarta

@@ -175,31 +175,6 @@ Comprehensive documentation is included in the source and binary distributions.

- - - -
- - Latest Release - -
-
-

- You can download the latest release: -

- -
-
@@ -158,31 +173,29 @@ Other mirrors:
diff --git a/docs/problems.html b/docs/problems.html index ff552a049..c9ee63660 100644 --- a/docs/problems.html +++ b/docs/problems.html @@ -56,9 +56,9 @@

Download

Jakarta

diff --git a/docs/projects.html b/docs/projects.html index 9477a364a..cb5ed28a3 100644 --- a/docs/projects.html +++ b/docs/projects.html @@ -56,9 +56,9 @@

Download

Jakarta

diff --git a/docs/resources.html b/docs/resources.html index fd59a6211..38a3f7cc8 100644 --- a/docs/resources.html +++ b/docs/resources.html @@ -56,9 +56,9 @@

Download

Jakarta

diff --git a/docs/srcdownload.cgi b/docs/srcdownload.cgi new file mode 100755 index 000000000..06a42f201 --- /dev/null +++ b/docs/srcdownload.cgi @@ -0,0 +1,6 @@ +#!/bin/sh +# Wrapper script around mirrors.cgi script +# (we must change to that directory in order for python to pick up the +# python includes correctly) +cd /www/www.apache.org/dyn/mirrors +/www/www.apache.org/dyn/mirrors/mirrors.cgi $* diff --git a/docs/download.html b/docs/srcdownload.html similarity index 77% rename from docs/download.html rename to docs/srcdownload.html index e439ffb2c..67e3cbde2 100644 --- a/docs/download.html +++ b/docs/srcdownload.html @@ -10,7 +10,7 @@ - Apache Ant - Downloading Ant + Apache Ant - Downloading Ant - Source Distribution @@ -54,9 +54,9 @@

Download

Jakarta

@@ -97,10 +97,15 @@
-

Use the links below to download the Ant from one of our mirrors. -You must verify the integrity of -the downloaded files using signatures downloaded from our main -distribution directory.

+

Use the links below to download a source distribution of Ant from +one of our mirrors. You must verify the integrity of the downloaded files using +signatures downloaded from our main distribution directory.

+

Ant is distributed as zip, tar.gz and +tar.bz2 archives - the contents are the same. Please +note that the tar.* archives contain file names longer +than 100 characters and have been created using GNU tar extensions. +Thus they must be untarred with a GNU compatible version of +tar.

If you do not see the file you need in the links below, please see the master distribution directory or, preferably, its mirror.

@@ -144,13 +149,23 @@ Other mirrors:
-

Currently, Apache Ant 1.5.1 is the best available version.

+

Currently, Apache Ant 1.5.1 is the best available version, see the +release notes.

- Other Formats + Nightly Builds
-

We also provide other packaging formats that may be of interest.

- +

If you wish to use the latest Ant features, you can try downloading a +nightly build. +

- Nightly Builds + Old Ant Releases
-

If you wish to use the latest Ant features, you can try downloading a -nightly build. -

+

Older releases of Ant can be found here. Those +releases are only provided as zip archives that can be +extracted by jar xf archive.zip - we highly +recommend to not use those releases but upgrade to Ant's latest release.

@@ -204,17 +217,17 @@ directory, rather than from a mirror. Then verify the signatures using

% pgpk -a KEYS
-% pgpv jakarta-ant-bin-1.5.1.tar.gz.asc
+% pgpv jakarta-ant-src-1.5.1.tar.gz.asc
or
% pgp -ka KEYS
-% pgp jakarta-ant-bin-1.5.1.tar.gz.asc
+% pgp jakarta-ant-src-1.5.1.tar.gz.asc
or
% gpg -import KEYS
-% gpg -verify jakarta-ant-bin-1.5.1.tar.gz.asc +% gpg -verify jakarta-ant-src-1.5.1.tar.gz.asc

Alternatively, you can verify the MD5 signature on the files. A unix program called md5 or md5sum is diff --git a/xdocs/download.xml b/xdocs/bindownload.xml similarity index 53% rename from xdocs/download.xml rename to xdocs/bindownload.xml index b425af28d..f3cde98cd 100644 --- a/xdocs/download.xml +++ b/xdocs/bindownload.xml @@ -2,17 +2,28 @@ - Downloading Ant + Downloading Ant - Binary Distribution

-

Use the links below to download the Ant from one of our mirrors. -You must verify the integrity of -the downloaded files using signatures downloaded from our main -distribution directory.

+

Use the links below to download a binary distribution of Ant from +one of our mirrors. You must verify the integrity of the downloaded files using +signatures downloaded from our main distribution directory.

+ +

Ant is distributed as zip, tar.gz and +tar.bz2 archives - the contents are the same. Please +note that the tar.* archives contain file names longer +than 100 characters and have been created using GNU tar extensions. +Thus they must be untarred with a GNU compatible version of +tar.

+ +

In addition we provide RPMs created and maintained by the JPackage team, see the distribution directory.

If you do not see the file you need in the links below, please see the master distribution @@ -45,36 +56,27 @@ Other mirrors: +[if-any http] + [for http][end] +[end] +[if-any ftp] + [for ftp][end] +[end] +[if-any backup] + [for backup][end] +[end] + + + +

+ +
+ +

Currently, Apache Ant 1.5.1 is the best available version, see the +release notes.

+ + +
+ +
+ +

If you wish to use the latest Ant features, you can try downloading a +nightly build. +

+ +
+ +
+ +

Older releases of Ant can be found here. Those +releases are only provided as zip archives that can be +extracted by jar xf archive.zip - we highly +recommend to not use those releases but upgrade to Ant's latest release.

+ +
+ +
+ +

It is essential that you verify the integrity of the downloaded +files using the PGP or MD5 signatures.

+ +

The PGP signatures can be verified using PGP or GPG. First +download the KEYS +as well as the asc signature file for the particular +distribution. Make sure you get these files from the main distribution +directory, rather than from a mirror. Then verify the signatures +using

+ +

+% pgpk -a KEYS
+% pgpv jakarta-ant-src-1.5.1.tar.gz.asc
+
+or
+ +% pgp -ka KEYS
+% pgp jakarta-ant-src-1.5.1.tar.gz.asc
+
+or
+ +% gpg -import KEYS
+% gpg -verify jakarta-ant-src-1.5.1.tar.gz.asc +

+ +

Alternatively, you can verify the MD5 signature on the files. A +unix program called md5 or md5sum is +included in many unix distributions. It is also available as part of +GNU +Textutils. Windows users can get binary md5 programs from here, here, or +here.

+ +

We highly recommend to verify the PGP signature, though.

+ +
+ + + diff --git a/xdocs/stylesheets/project.xml b/xdocs/stylesheets/project.xml index 4759edadb..42c31ac34 100644 --- a/xdocs/stylesheets/project.xml +++ b/xdocs/stylesheets/project.xml @@ -26,8 +26,8 @@ - - + +