diff --git a/docs/antlibs/bindownload.cgi b/docs/antlibs/bindownload.cgi new file mode 100755 index 000000000..06a42f201 --- /dev/null +++ b/docs/antlibs/bindownload.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/antlibs/bindownload.html b/docs/antlibs/bindownload.html new file mode 100644 index 000000000..4d3bec252 --- /dev/null +++ b/docs/antlibs/bindownload.html @@ -0,0 +1,245 @@ + + + + + + + + Apache Ant - Binary Distributions + + + + + + +
+ + + + + + +
Apache Ant siteApache Ant logo +
+ + + + + + + + + + + + + + +
+ + + + +
+ the Apache Ant site +
+
+
+
+ +
+ + + + + +
+ + + + +
Home
+
+ + + + +
Projects
+
+
+ +
+ + +
 
+
+
+

Binary Distributions

+

+ + Downloading Antlibs +

+

Use the links below to download a binary distribution of Antlibs from +one of our mirrors. It is good practice to +verify the integrity +of the distribution files, especially if you are using one of our +mirror sites. In order to do this you must use the signatures from +our main distribution +directory.

+

Antlibs are 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.

+

+ + Verify Releases +

+

It is essential that you verify the integrity of the downloaded +files using the PGP signature or the SHA1 or MD5 checksums. The +checksums are not as strong indicators as the PGP signature.

+

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 apache-ant-1.6.5-bin.tar.gz.asc
+
+or
+ +% pgp -ka KEYS
+% pgp apache-ant-1.6.5-bin.tar.gz.asc
+
+or
+ +% gpg --import KEYS
+% gpg --verify apache-ant-1.6.5-bin.tar.gz.asc +

+

Alternatively, you can verify the checksums on the files. Unix +programs called md5/sha1 or +md5sum/sha1sum are included in many unix +distributions. *sum is also available as part of GNU +Textutils. Windows users can get binary md5 programs from here, here. fsum supports MD5 and +SHA1.

+

We highly recommend to verify the PGP signature, though.

+ +
+
+ + + + + + + + + + + + + + + diff --git a/docs/antlibs/srcdownload.cgi b/docs/antlibs/srcdownload.cgi new file mode 100755 index 000000000..06a42f201 --- /dev/null +++ b/docs/antlibs/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/antlibs/srcdownload.html b/docs/antlibs/srcdownload.html new file mode 100644 index 000000000..31370a211 --- /dev/null +++ b/docs/antlibs/srcdownload.html @@ -0,0 +1,245 @@ + + + + + + + + Apache Ant - Source Distributions + + + + + + +
+ + + + + + +
Apache Ant siteApache Ant logo +
+ + + + + + + + + + + + + + +
+ + + + +
+ the Apache Ant site +
+
+
+
+ +
+ + + + + +
+ + + + +
Home
+
+ + + + +
Projects
+
+
+ +
+ + +
 
+
+
+

Source Distributions

+

+ + Downloading Antlibs +

+

Use the links below to download a source distribution of Antlibs from +one of our mirrors. It is good practice to +verify the integrity +of the distribution files, especially if you are using one of our +mirror sites. In order to do this you must use the signatures from +our main distribution +directory.

+

Antlibs are 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.

+

+ + Verify Releases +

+

It is essential that you verify the integrity of the downloaded +files using the PGP signature or the SHA1 or MD5 checksums. The +checksums are not as strong indicators as the PGP signature.

+

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 apache-ant-1.6.5-src.tar.gz.asc
+
+or
+ +% pgp -ka KEYS
+% pgp apache-ant-1.6.5-src.tar.gz.asc
+
+or
+ +% gpg --import KEYS
+% gpg --verify apache-ant-1.6.5-src.tar.gz.asc +

+

Alternatively, you can verify the checksums on the files. Unix +programs called md5/sha1 or +md5sum/sha1sum are included in many unix +distributions. *sum is also available as part of GNU +Textutils. Windows users can get binary md5 programs from here, here. fsum supports MD5 and +SHA1.

+

We highly recommend to verify the PGP signature, though.

+ +
+
+ + + + + + + + + + + + + + + diff --git a/xdocs/antlibs/bindownload.xml b/xdocs/antlibs/bindownload.xml new file mode 100644 index 000000000..fac20e333 --- /dev/null +++ b/xdocs/antlibs/bindownload.xml @@ -0,0 +1,172 @@ + + + + + + Binary Distributions + + + + + +
+ +

Use the links below to download a binary distribution of Antlibs from +one of our mirrors. It is good practice to +verify the integrity +of the distribution files, especially if you are using one of our +mirror sites. In order to do this you must use the signatures from +our main distribution +directory.

+ +

Antlibs are 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.

+ +
+ + + +
+ +

It is essential that you verify the integrity of the downloaded +files using the PGP signature or the SHA1 or MD5 checksums. The +checksums are not as strong indicators as the PGP signature.

+ +

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 apache-ant-1.6.5-bin.tar.gz.asc
+
+or
+ +% pgp -ka KEYS
+% pgp apache-ant-1.6.5-bin.tar.gz.asc
+
+or
+ +% gpg --import KEYS
+% gpg --verify apache-ant-1.6.5-bin.tar.gz.asc +

+ +

Alternatively, you can verify the checksums on the files. Unix +programs called md5/sha1 or +md5sum/sha1sum are included in many unix +distributions. *sum is also available as part of GNU +Textutils. Windows users can get binary md5 programs from here, here. fsum supports MD5 and +SHA1.

+ +

We highly recommend to verify the PGP signature, though.

+ +
+ + +
diff --git a/xdocs/antlibs/srcdownload.xml b/xdocs/antlibs/srcdownload.xml new file mode 100644 index 000000000..d0c3b27e9 --- /dev/null +++ b/xdocs/antlibs/srcdownload.xml @@ -0,0 +1,172 @@ + + + + + + Source Distributions + + + + + +
+ +

Use the links below to download a source distribution of Antlibs from +one of our mirrors. It is good practice to +verify the integrity +of the distribution files, especially if you are using one of our +mirror sites. In order to do this you must use the signatures from +our main distribution +directory.

+ +

Antlibs are 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.

+ +
+ + + +
+ +

It is essential that you verify the integrity of the downloaded +files using the PGP signature or the SHA1 or MD5 checksums. The +checksums are not as strong indicators as the PGP signature.

+ +

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 apache-ant-1.6.5-src.tar.gz.asc
+
+or
+ +% pgp -ka KEYS
+% pgp apache-ant-1.6.5-src.tar.gz.asc
+
+or
+ +% gpg --import KEYS
+% gpg --verify apache-ant-1.6.5-src.tar.gz.asc +

+ +

Alternatively, you can verify the checksums on the files. Unix +programs called md5/sha1 or +md5sum/sha1sum are included in many unix +distributions. *sum is also available as part of GNU +Textutils. Windows users can get binary md5 programs from here, here. fsum supports MD5 and +SHA1.

+ +

We highly recommend to verify the PGP signature, though.

+ +
+ + +