From 54ded1b8093a142c6d42c9417159da3a4d6d0ee5 Mon Sep 17 00:00:00 2001 From: Stefan Bodewig Date: Fri, 6 Dec 2002 13:06:14 +0000 Subject: [PATCH] merge mirror stuff from site git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@273614 13f79535-47bb-0310-9956-ffa450edef68 --- proposal/ant-site/anakia/docs/download.cgi | 6 + proposal/ant-site/anakia/docs/index.html | 9 +- proposal/ant-site/anakia/xdocs/download.xml | 128 ++++++++++++++++++++ proposal/ant-site/anakia/xdocs/index.xml | 9 +- 4 files changed, 146 insertions(+), 6 deletions(-) create mode 100755 proposal/ant-site/anakia/docs/download.cgi create mode 100644 proposal/ant-site/anakia/xdocs/download.xml diff --git a/proposal/ant-site/anakia/docs/download.cgi b/proposal/ant-site/anakia/docs/download.cgi new file mode 100755 index 000000000..06a42f201 --- /dev/null +++ b/proposal/ant-site/anakia/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/proposal/ant-site/anakia/docs/index.html b/proposal/ant-site/anakia/docs/index.html index 35176101f..1a27ed7fa 100644 --- a/proposal/ant-site/anakia/docs/index.html +++ b/proposal/ant-site/anakia/docs/index.html @@ -178,11 +178,14 @@ Comprehensive documentation is included in the source and binary distributions.

diff --git a/proposal/ant-site/anakia/xdocs/download.xml b/proposal/ant-site/anakia/xdocs/download.xml new file mode 100644 index 000000000..b425af28d --- /dev/null +++ b/proposal/ant-site/anakia/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.

+ +
+ + +
diff --git a/proposal/ant-site/anakia/xdocs/index.xml b/proposal/ant-site/anakia/xdocs/index.xml index d13469831..9548fdf40 100644 --- a/proposal/ant-site/anakia/xdocs/index.xml +++ b/proposal/ant-site/anakia/xdocs/index.xml @@ -83,11 +83,14 @@ Comprehensive documentation is included in the source and binary distributions.