git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@273631 13f79535-47bb-0310-9956-ffa450edef68master
| @@ -0,0 +1,235 @@ | |||||
| <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> | |||||
| <!-- Content Stylesheet for Site --> | |||||
| <!-- start the processing --> | |||||
| <html> | |||||
| <!-- GENERATED FILE, DO NOT EDIT, EDIT THE XML FILE IN xdocs INSTEAD! --> | |||||
| <head> | |||||
| <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/> | |||||
| <title>Apache Ant - Downloading Ant - Binary Distribution</title> | |||||
| </head> | |||||
| <body bgcolor="#ffffff" text="#000000" link="#525D76"> | |||||
| <table border="0" width="100%" cellspacing="0"> | |||||
| <!-- TOP IMAGE --> | |||||
| <tr> | |||||
| <td colspan="2"> | |||||
| <a href="http://ant.apache.org/"><img src="./images/ant_logo_large.gif" alt="Apache Ant" border="0"/></a> | |||||
| </td> | |||||
| </tr> | |||||
| </table> | |||||
| <table border="0" width="100%" cellspacing="4"> | |||||
| <tr><td colspan="2"> | |||||
| <hr noshade="" size="1"/> | |||||
| </td></tr> | |||||
| <tr> | |||||
| <!-- LEFT SIDE NAVIGATION --> | |||||
| <td valign="top" nowrap="true"> | |||||
| <p><strong>Apache Ant</strong></p> | |||||
| <ul> | |||||
| <li> <a href="./index.html">Front Page</a> | |||||
| </li> | |||||
| <li> <a href="./LICENSE">License</a> | |||||
| </li> | |||||
| <li> <a href="./antnews.html">News</a> | |||||
| </li> | |||||
| </ul> | |||||
| <p><strong>Documentation</strong></p> | |||||
| <ul> | |||||
| <li> <a href="./manual/index.html">Manual</a> | |||||
| </li> | |||||
| <li> <a href="./projects.html">Related Projects</a> | |||||
| </li> | |||||
| <li> <a href="./external.html">External Tools and Tasks</a> | |||||
| </li> | |||||
| <li> <a href="./resources.html">Resources</a> | |||||
| </li> | |||||
| <li> <a href="./faq.html">Ant FAQ</a> | |||||
| </li> | |||||
| <li> <a href="./problems.html">Having Problems?</a> | |||||
| </li> | |||||
| </ul> | |||||
| <p><strong>Get Involved</strong></p> | |||||
| <ul> | |||||
| <li> <a href="./mail.html">Mailing Lists</a> | |||||
| </li> | |||||
| <li> <a href="./cvs.html">CVS Repositories</a> | |||||
| </li> | |||||
| <li> <a href="http://nagoya.apache.org/bugzilla/enter_bug.cgi?product=Ant">Bug Database</a> | |||||
| </li> | |||||
| <li> <a href="http://nagoya.apache.org/bugzilla/enter_bug.cgi?product=Ant&bug_severity=Enhancement">Enhancement Requests</a> | |||||
| </li> | |||||
| </ul> | |||||
| <p><strong>Project Managment</strong></p> | |||||
| <ul> | |||||
| <li> <a href="./contributors.html">Contributors</a> | |||||
| </li> | |||||
| <li> <a href="./mission.html">Mission</a> | |||||
| </li> | |||||
| <li> <a href="./guidelines.html">Guidelines Notes</a> | |||||
| </li> | |||||
| <li> <a href="./legal.html">Legal</a> | |||||
| </li> | |||||
| </ul> | |||||
| </td> | |||||
| <td align="left" valign="top"> | |||||
| <table border="0" cellspacing="0" cellpadding="2" width="100%"> | |||||
| <tr><td bgcolor="#525D76"> | |||||
| <font color="#ffffff" face="arial,helvetica,sanserif"> | |||||
| <a name="Downloading Ant"><strong>Downloading Ant</strong></a> | |||||
| </font> | |||||
| </td></tr> | |||||
| <tr><td> | |||||
| <blockquote> | |||||
| <p>Use the links below to download a binary distribution of Ant from | |||||
| one of our mirrors. You <strong>must</strong> <a href="#Verify Releases">verify the integrity</a> of the downloaded files using | |||||
| signatures downloaded from our main distribution directory.</p> | |||||
| <p>Ant is distributed as <code>zip</code>, <code>tar.gz</code> and | |||||
| <code>tar.bz2</code> archives - the contents are the same. Please | |||||
| note that the <code>tar.*</code> 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 | |||||
| <code>tar</code>.</p> | |||||
| <p>In addition we provide RPMs created and maintained by the <a href="http://www.jpackage.org">JPackage team</a>, see the <a href="[preferred]/ant/binaries/rpms/">distribution directory</a>.</p> | |||||
| <p>If you do not see the file you need in the links below, please see | |||||
| the <a href="http://www.apache.org/dist/ant/">master distribution | |||||
| directory</a> or, preferably, its <a href="[preferred]/ant/">mirror</a>.</p> | |||||
| </blockquote> | |||||
| </td></tr> | |||||
| </table> | |||||
| <table border="0" cellspacing="0" cellpadding="2" width="100%"> | |||||
| <tr><td bgcolor="#525D76"> | |||||
| <font color="#ffffff" face="arial,helvetica,sanserif"> | |||||
| <a name="Mirror"><strong>Mirror</strong></a> | |||||
| </font> | |||||
| </td></tr> | |||||
| <tr><td> | |||||
| <blockquote> | |||||
| <p>You are currently using <b>[preferred]</b>. If you encounter a | |||||
| problem with this mirror, please select another mirror. If all | |||||
| mirrors are failing, there are <i>backup</i> mirrors (at the end of | |||||
| the mirrors list) that should be available.</p> | |||||
| <form action="[location]" method="get" id="SelectMirror"> | |||||
| Other mirrors: <select name="Preferred"> | |||||
| [if-any http] | |||||
| [for http]<option value="[http]">[http]</option>[end] | |||||
| [end] | |||||
| [if-any ftp] | |||||
| [for ftp]<option value="[ftp]">[ftp]</option>[end] | |||||
| [end] | |||||
| [if-any backup] | |||||
| [for backup]<option value="[backup]">[backup] (backup)</option>[end] | |||||
| [end] | |||||
| </select> | |||||
| <input type="submit" value="Change" /> | |||||
| </form> | |||||
| </blockquote> | |||||
| </td></tr> | |||||
| </table> | |||||
| <table border="0" cellspacing="0" cellpadding="2" width="100%"> | |||||
| <tr><td bgcolor="#525D76"> | |||||
| <font color="#ffffff" face="arial,helvetica,sanserif"> | |||||
| <a name="Current Release of Ant"><strong>Current Release of Ant</strong></a> | |||||
| </font> | |||||
| </td></tr> | |||||
| <tr><td> | |||||
| <blockquote> | |||||
| <p>Currently, Apache Ant 1.5.1 is the best available version.</p> | |||||
| <ul> | |||||
| <li><code>.zip</code> archive: | |||||
| <a href="[preferred]/ant/binaries/jakarta-ant-1.5.1-bin.zip">jakarta-ant-1.5.1-bin.zip</a> | |||||
| [<a href="http://www.apache.org/dist/ant/binaries/jakarta-ant-1.5.1-bin.zip.asc">PGP</a>] | |||||
| [<a href="http://www.apache.org/dist/ant/binaries/jakarta-ant-1.5.1-bin.zip.md5">MD5</a>]</li> | |||||
| <li><code>.tar.gz</code> archive: | |||||
| <a href="[preferred]/ant/binaries/jakarta-ant-1.5.1-bin.tar.gz">jakarta-ant-1.5.1-bin.tar.gz</a> | |||||
| [<a href="http://www.apache.org/dist/ant/binaries/jakarta-ant-1.5.1-bin.tar.gz.asc">PGP</a>] | |||||
| [<a href="http://www.apache.org/dist/ant/binaries/jakarta-ant-1.5.1-bin.tar.gz.md5">MD5</a>]</li> | |||||
| <li><code>.tar.bz2</code> archive: | |||||
| <a href="[preferred]/ant/binaries/jakarta-ant-1.5.1-bin.tar.bz2">jakarta-ant-1.5.1-bin.tar.bz2</a> | |||||
| [<a href="http://www.apache.org/dist/ant/binaries/jakarta-ant-1.5.1-bin.tar.bz2.asc">PGP</a>] | |||||
| [<a href="http://www.apache.org/dist/ant/binaries/jakarta-ant-1.5.1-bin.tar.bz2.md5">MD5</a>]</li> | |||||
| </ul> | |||||
| </blockquote> | |||||
| </td></tr> | |||||
| </table> | |||||
| <table border="0" cellspacing="0" cellpadding="2" width="100%"> | |||||
| <tr><td bgcolor="#525D76"> | |||||
| <font color="#ffffff" face="arial,helvetica,sanserif"> | |||||
| <a name="Nightly Builds"><strong>Nightly Builds</strong></a> | |||||
| </font> | |||||
| </td></tr> | |||||
| <tr><td> | |||||
| <blockquote> | |||||
| <p>If you wish to use the latest Ant features, you can try downloading a | |||||
| <a href="http://cvs.apache.org/builds/jakarta-ant/nightly/">nightly build</a>. | |||||
| </p> | |||||
| </blockquote> | |||||
| </td></tr> | |||||
| </table> | |||||
| <table border="0" cellspacing="0" cellpadding="2" width="100%"> | |||||
| <tr><td bgcolor="#525D76"> | |||||
| <font color="#ffffff" face="arial,helvetica,sanserif"> | |||||
| <a name="Verify Releases"><strong>Verify Releases</strong></a> | |||||
| </font> | |||||
| </td></tr> | |||||
| <tr><td> | |||||
| <blockquote> | |||||
| <p>It is essential that you verify the integrity of the downloaded | |||||
| files using the PGP or MD5 signatures.</p> | |||||
| <p>The PGP signatures can be verified using PGP or GPG. First | |||||
| download the <a href="http://www.apache.org/dist/ant/KEYS">KEYS</a> | |||||
| as well as the <code>asc</code> signature file for the particular | |||||
| distribution. Make sure you get these files from the <a href="http://www.apache.org/dist/ant/">main distribution | |||||
| directory</a>, rather than from a mirror. Then verify the signatures | |||||
| using</p> | |||||
| <p><code> | |||||
| % pgpk -a KEYS<br /> | |||||
| % pgpv jakarta-ant-bin-1.5.1.tar.gz.asc<br /> | |||||
| </code> | |||||
| <em>or</em><br /> | |||||
| <code> | |||||
| % pgp -ka KEYS<br /> | |||||
| % pgp jakarta-ant-bin-1.5.1.tar.gz.asc<br /> | |||||
| </code> | |||||
| <em>or</em><br /> | |||||
| <code> | |||||
| % gpg -import KEYS<br /> | |||||
| % gpg -verify jakarta-ant-bin-1.5.1.tar.gz.asc | |||||
| </code></p> | |||||
| <p>Alternatively, you can verify the MD5 signature on the files. A | |||||
| unix program called <code>md5</code> or <code>md5sum</code> is | |||||
| included in many unix distributions. It is also available as part of | |||||
| <a href="http://www.gnu.org/software/textutils/textutils.html">GNU | |||||
| Textutils</a>. Windows users can get binary md5 programs from <a href="http://www.fourmilab.ch/md5/">here</a>, <a href="http://www.pc-tools.net/win32/freeware/console/">here</a>, or | |||||
| <a href="http://www.slavasoft.com/fsum/">here</a>.</p> | |||||
| <p>We highly recommend to verify the PGP signature, though.</p> | |||||
| </blockquote> | |||||
| </td></tr> | |||||
| </table> | |||||
| </td> | |||||
| </tr> | |||||
| <!-- FOOTER --> | |||||
| <tr><td colspan="2"> | |||||
| <hr noshade="" size="1"/> | |||||
| </td></tr> | |||||
| <tr><td colspan="2"> | |||||
| <div align="center"><font color="#525D76" size="-1"><em> | |||||
| Copyright © 2000-2002, Apache Software Foundation | |||||
| </em></font></div> | |||||
| </td></tr> | |||||
| </table> | |||||
| </body> | |||||
| </html> | |||||
| <!-- end the processing --> | |||||
| @@ -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 $* | |||||
| @@ -10,7 +10,7 @@ | |||||
| <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/> | <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/> | ||||
| <title>Apache Ant - Downloading Ant</title> | |||||
| <title>Apache Ant - Downloading Ant - Source Distribution</title> | |||||
| </head> | </head> | ||||
| <body bgcolor="#ffffff" text="#000000" link="#525D76"> | <body bgcolor="#ffffff" text="#000000" link="#525D76"> | ||||
| @@ -86,10 +86,15 @@ | |||||
| </td></tr> | </td></tr> | ||||
| <tr><td> | <tr><td> | ||||
| <blockquote> | <blockquote> | ||||
| <p>Use the links below to download the Ant from one of our mirrors. | |||||
| You <strong>must</strong> <a href="#Verify Releases">verify the integrity</a> of | |||||
| the downloaded files using signatures downloaded from our main | |||||
| distribution directory.</p> | |||||
| <p>Use the links below to download a source distribution of Ant from | |||||
| one of our mirrors. You <strong>must</strong> <a href="#Verify Releases">verify the integrity</a> of the downloaded files using | |||||
| signatures downloaded from our main distribution directory.</p> | |||||
| <p>Ant is distributed as <code>zip</code>, <code>tar.gz</code> and | |||||
| <code>tar.bz2</code> archives - the contents are the same. Please | |||||
| note that the <code>tar.*</code> 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 | |||||
| <code>tar</code>.</p> | |||||
| <p>If you do not see the file you need in the links below, please see | <p>If you do not see the file you need in the links below, please see | ||||
| the <a href="http://www.apache.org/dist/ant/">master distribution | the <a href="http://www.apache.org/dist/ant/">master distribution | ||||
| directory</a> or, preferably, its <a href="[preferred]/ant/">mirror</a>.</p> | directory</a> or, preferably, its <a href="[preferred]/ant/">mirror</a>.</p> | ||||
| @@ -135,28 +140,20 @@ Other mirrors: <select name="Preferred"> | |||||
| <blockquote> | <blockquote> | ||||
| <p>Currently, Apache Ant 1.5.1 is the best available version.</p> | <p>Currently, Apache Ant 1.5.1 is the best available version.</p> | ||||
| <ul> | <ul> | ||||
| <li>Source: <a href="[preferred]/ant/ant-current-src.zip">ant-current-src.zip</a> [<a href="http://www.apache.org/dist/ant/ant-current-src.zip.asc">PGP</a>] | |||||
| [<a href="http://www.apache.org/dist/ant/ant-current-src.zip.md5">MD5</a>]</li> | |||||
| <li><code>.zip</code> archive: | |||||
| <a href="[preferred]/ant/source/jakarta-ant-1.5.1-src.zip">jakarta-ant-1.5.1-src.zip</a> | |||||
| [<a href="http://www.apache.org/dist/ant/source/jakarta-ant-1.5.1-src.zip.asc">PGP</a>] | |||||
| [<a href="http://www.apache.org/dist/ant/source/jakarta-ant-1.5.1-src.zip.md5">MD5</a>]</li> | |||||
| <li>Binaries: <a href="[preferred]/ant/ant-current-bin.zip">ant-current-bin.zip</a> [<a href="http://www.apache.org/dist/ant/ant-current-bin.zip.asc">PGP</a>] | |||||
| [<a href="http://www.apache.org/dist/ant/ant-current-bin.zip.md5">MD5</a>]</li> | |||||
| </ul> | |||||
| </blockquote> | |||||
| </td></tr> | |||||
| </table> | |||||
| <table border="0" cellspacing="0" cellpadding="2" width="100%"> | |||||
| <tr><td bgcolor="#525D76"> | |||||
| <font color="#ffffff" face="arial,helvetica,sanserif"> | |||||
| <a name="Other Formats"><strong>Other Formats</strong></a> | |||||
| </font> | |||||
| </td></tr> | |||||
| <tr><td> | |||||
| <blockquote> | |||||
| <p>We also provide other packaging formats that may be of interest.</p> | |||||
| <ul> | |||||
| <li><a href="[preferred]/ant/binaries/">Other Binaries</a></li> | |||||
| <li><a href="[preferred]/ant/source/">Other Sources</a></li> | |||||
| <li><a href="[preferred]/ant/binaries/rpms/">RPMs</a></li> | |||||
| <li><code>.tar.gz</code> archive: | |||||
| <a href="[preferred]/ant/source/jakarta-ant-1.5.1-src.tar.gz">jakarta-ant-1.5.1-src.tar.gz</a> | |||||
| [<a href="http://www.apache.org/dist/ant/source/jakarta-ant-1.5.1-src.tar.gz.asc">PGP</a>] | |||||
| [<a href="http://www.apache.org/dist/ant/source/jakarta-ant-1.5.1-src.tar.gz.md5">MD5</a>]</li> | |||||
| <li><code>.tar.bz2</code> archive: | |||||
| <a href="[preferred]/ant/source/jakarta-ant-1.5.1-src.tar.bz2">jakarta-ant-1.5.1-src.tar.bz2</a> | |||||
| [<a href="http://www.apache.org/dist/ant/source/jakarta-ant-1.5.1-src.tar.bz2.asc">PGP</a>] | |||||
| [<a href="http://www.apache.org/dist/ant/source/jakarta-ant-1.5.1-src.tar.bz2.md5">MD5</a>]</li> | |||||
| </ul> | </ul> | ||||
| </blockquote> | </blockquote> | ||||
| </td></tr> | </td></tr> | ||||
| @@ -193,17 +190,17 @@ directory</a>, rather than from a mirror. Then verify the signatures | |||||
| using</p> | using</p> | ||||
| <p><code> | <p><code> | ||||
| % pgpk -a KEYS<br /> | % pgpk -a KEYS<br /> | ||||
| % pgpv jakarta-ant-bin-1.5.1.tar.gz.asc<br /> | |||||
| % pgpv jakarta-ant-src-1.5.1.tar.gz.asc<br /> | |||||
| </code> | </code> | ||||
| <em>or</em><br /> | <em>or</em><br /> | ||||
| <code> | <code> | ||||
| % pgp -ka KEYS<br /> | % pgp -ka KEYS<br /> | ||||
| % pgp jakarta-ant-bin-1.5.1.tar.gz.asc<br /> | |||||
| % pgp jakarta-ant-src-1.5.1.tar.gz.asc<br /> | |||||
| </code> | </code> | ||||
| <em>or</em><br /> | <em>or</em><br /> | ||||
| <code> | <code> | ||||
| % gpg -import KEYS<br /> | % gpg -import KEYS<br /> | ||||
| % gpg -verify jakarta-ant-bin-1.5.1.tar.gz.asc | |||||
| % gpg -verify jakarta-ant-src-1.5.1.tar.gz.asc | |||||
| </code></p> | </code></p> | ||||
| <p>Alternatively, you can verify the MD5 signature on the files. A | <p>Alternatively, you can verify the MD5 signature on the files. A | ||||
| unix program called <code>md5</code> or <code>md5sum</code> is | unix program called <code>md5</code> or <code>md5sum</code> is | ||||
| @@ -1,128 +0,0 @@ | |||||
| <?xml version="1.0"?> | |||||
| <document> | |||||
| <properties> | |||||
| <title>Downloading Ant</title> | |||||
| </properties> | |||||
| <body> | |||||
| <section name="Downloading Ant"> | |||||
| <p>Use the links below to download the Ant from one of our mirrors. | |||||
| You <strong>must</strong> <a href="#Verify Releases">verify the integrity</a> of | |||||
| the downloaded files using signatures downloaded from our main | |||||
| distribution directory.</p> | |||||
| <p>If you do not see the file you need in the links below, please see | |||||
| the <a href="http://www.apache.org/dist/ant/">master distribution | |||||
| directory</a> or, preferably, its <a href="[preferred]/ant/">mirror</a>.</p> | |||||
| </section> | |||||
| <section name="Mirror"> | |||||
| <p>You are currently using <b>[preferred]</b>. If you encounter a | |||||
| problem with this mirror, please select another mirror. If all | |||||
| mirrors are failing, there are <i>backup</i> mirrors (at the end of | |||||
| the mirrors list) that should be available.</p> | |||||
| <form action="[location]" method="get" id="SelectMirror"> | |||||
| Other mirrors: <select name="Preferred"> | |||||
| [if-any http] | |||||
| [for http]<option value="[http]">[http]</option>[end] | |||||
| [end] | |||||
| [if-any ftp] | |||||
| [for ftp]<option value="[ftp]">[ftp]</option>[end] | |||||
| [end] | |||||
| [if-any backup] | |||||
| [for backup]<option value="[backup]">[backup] (backup)</option>[end] | |||||
| [end] | |||||
| </select> | |||||
| <input type="submit" value="Change" /> | |||||
| </form> | |||||
| </section> | |||||
| <section name="Current Release of Ant"> | |||||
| <p>Currently, Apache Ant 1.5.1 is the best available version.</p> | |||||
| <ul> | |||||
| <li>Source: <a | |||||
| href="[preferred]/ant/ant-current-src.zip">ant-current-src.zip</a> [<a | |||||
| href="http://www.apache.org/dist/ant/ant-current-src.zip.asc">PGP</a>] | |||||
| [<a | |||||
| href="http://www.apache.org/dist/ant/ant-current-src.zip.md5">MD5</a>]</li> | |||||
| <li>Binaries: <a | |||||
| href="[preferred]/ant/ant-current-bin.zip">ant-current-bin.zip</a> [<a | |||||
| href="http://www.apache.org/dist/ant/ant-current-bin.zip.asc">PGP</a>] | |||||
| [<a | |||||
| href="http://www.apache.org/dist/ant/ant-current-bin.zip.md5">MD5</a>]</li> | |||||
| </ul> | |||||
| </section> | |||||
| <section name="Other Formats"> | |||||
| <p>We also provide other packaging formats that may be of interest.</p> | |||||
| <ul> | |||||
| <li><a href="[preferred]/ant/binaries/">Other Binaries</a></li> | |||||
| <li><a href="[preferred]/ant/source/">Other Sources</a></li> | |||||
| <li><a href="[preferred]/ant/binaries/rpms/">RPMs</a></li> | |||||
| </ul> | |||||
| </section> | |||||
| <section name="Nightly Builds"> | |||||
| <p>If you wish to use the latest Ant features, you can try downloading a | |||||
| <a href="http://cvs.apache.org/builds/jakarta-ant/nightly/">nightly build</a>. | |||||
| </p> | |||||
| </section> | |||||
| <section name="Verify Releases"> | |||||
| <p>It is essential that you verify the integrity of the downloaded | |||||
| files using the PGP or MD5 signatures.</p> | |||||
| <p>The PGP signatures can be verified using PGP or GPG. First | |||||
| download the <a href="http://www.apache.org/dist/ant/KEYS">KEYS</a> | |||||
| as well as the <code>asc</code> signature file for the particular | |||||
| distribution. Make sure you get these files from the <a | |||||
| href="http://www.apache.org/dist/ant/">main distribution | |||||
| directory</a>, rather than from a mirror. Then verify the signatures | |||||
| using</p> | |||||
| <p><code> | |||||
| % pgpk -a KEYS<br /> | |||||
| % pgpv jakarta-ant-bin-1.5.1.tar.gz.asc<br /> | |||||
| </code> | |||||
| <em>or</em><br /> | |||||
| <code> | |||||
| % pgp -ka KEYS<br /> | |||||
| % pgp jakarta-ant-bin-1.5.1.tar.gz.asc<br /> | |||||
| </code> | |||||
| <em>or</em><br /> | |||||
| <code> | |||||
| % gpg -import KEYS<br /> | |||||
| % gpg -verify jakarta-ant-bin-1.5.1.tar.gz.asc | |||||
| </code></p> | |||||
| <p>Alternatively, you can verify the MD5 signature on the files. A | |||||
| unix program called <code>md5</code> or <code>md5sum</code> is | |||||
| included in many unix distributions. It is also available as part of | |||||
| <a href="http://www.gnu.org/software/textutils/textutils.html">GNU | |||||
| Textutils</a>. Windows users can get binary md5 programs from <a | |||||
| href="http://www.fourmilab.ch/md5/">here</a>, <a | |||||
| href="http://www.pc-tools.net/win32/freeware/console/">here</a>, or | |||||
| <a href="http://www.slavasoft.com/fsum/">here</a>.</p> | |||||
| <p>We highly recommend to verify the PGP signature, though.</p> | |||||
| </section> | |||||
| </body> | |||||
| </document> | |||||