From 96da25e2bbdb9c001b16d213c33e06bf6abe9f05 Mon Sep 17 00:00:00 2001 From: Stefan Bodewig Date: Thu, 5 Dec 2002 15:30:19 +0000 Subject: [PATCH] Add download page by Justin Erenkrantz git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@273613 13f79535-47bb-0310-9956-ffa450edef68 --- docs/download.cgi | 6 ++ docs/download.html | 248 +++++++++++++++++++++++++++++++++++++++++++++ xdocs/download.xml | 128 +++++++++++++++++++++++ 3 files changed, 382 insertions(+) create mode 100755 docs/download.cgi create mode 100644 docs/download.html create mode 100644 xdocs/download.xml diff --git a/docs/download.cgi b/docs/download.cgi new file mode 100755 index 000000000..06a42f201 --- /dev/null +++ b/docs/download.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/download.html new file mode 100644 index 000000000..e439ffb2c --- /dev/null +++ b/docs/download.html @@ -0,0 +1,248 @@ + + + + + + + + + + + + + Apache Ant - Downloading Ant + + + + + + + + + +
+ + + Apache Ant +
+ + + + + + + + + + + + +
+
+
+

Apache Ant

+ +

Download

+ +

Jakarta

+ +

Get Involved

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

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.

+

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.

+ +
+
+ + + +
+ + Other Formats + +
+
+

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

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

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

+
+
+ + + +
+ + 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/xdocs/download.xml b/xdocs/download.xml new file mode 100644 index 000000000..b425af28d --- /dev/null +++ b/xdocs/download.xml @@ -0,0 +1,128 @@ + + + + + Downloading Ant + + + + +
+ +

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.

+ +

If you do not see the file you need in the links below, please see +the master distribution +directory or, preferably, its 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: + +
+
+ +
+ +

Currently, Apache Ant 1.5.1 is the best available version.

+ + + +
+ +
+ +

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. +

+ +
+ +
+ +

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.

+ +
+ + +