|
Author: jacopoc
Date: Tue Apr 13 12:31:30 2010 New Revision: 933581 URL: http://svn.apache.org/viewvc?rev=933581&view=rev Log: Greatly simplified the download page; the information I have removed is available in the Apache Download Mirror page to which our links point. Modified: ofbiz/site/download.html Modified: ofbiz/site/download.html URL: http://svn.apache.org/viewvc/ofbiz/site/download.html?rev=933581&r1=933580&r2=933581&view=diff ============================================================================== --- ofbiz/site/download.html (original) +++ ofbiz/site/download.html Tue Apr 13 12:31:30 2010 @@ -59,15 +59,16 @@ <h2>Download Apache OFBiz</h2> -<p>Use the links below to download the Apache OFBiz releases from one of -our mirrors. It is important that you <a href="#verify">verify the -integrity</a> of the downloaded files using signatures downloaded from -our main distribution directory.</p> +<p>Use the links below to download the Apache OFBiz releases from the "Apache Download Mirrors" page. +It is important that you verify the integrity of the +downloaded files using the signatures (PGP, MD5, SHA1) downloaded from +our main distribution directory (see links below): you'll find instructions in the "Apache Download Mirrors" page.</p> <p>Only current recommended releases are available on the main distribution site and its mirrors. Older releases are available from the <a href="http://archive.apache.org/dist/ofbiz/">archive download -site.</a> You can also get snapshots from <a href="http://ci.apache.org/projects/ofbiz/snapshots/">this page</a>.</p> +site.</a><br /> +You can also get nightly builds from the <a href="http://ci.apache.org/projects/ofbiz/snapshots/">snapshots</a> page.</p> <p>Current Releases: <ul> @@ -86,43 +87,6 @@ released in April 2010: [<a href="http://www.apache.org/dist/ofbiz/apache-ofbiz-09.04.zip.sha">SHA1</a>] </p> -<a name="verify"><h3>Verify the integrity of the files</h3></a> - -<p>It is important 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 <a href="http://www.apache.org/dist/ofbiz/KEYS">KEYS</a> -as well as the asc signature file for the relevant -distribution. Make sure you get these files from the <a -href="http://www.apache.org/dist/ofbiz/">main distribution -directory</a>, rather than from a mirror. Then verify the signatures -using -<code> -% pgpk -a KEYS<br /> -% pgpv apache-ofbiz-09.04.zip.asc<br /> -</code> -<em>or</em><br /> -<code> -% pgp -ka KEYS<br /> -% pgp apache-ofbiz-09.04.zip.asc<br /> -</code> -<em>or</em><br /> -<code> -% gpg --import KEYS<br /> -% gpg --verify apache-ofbiz-09.04.zip.asc -</code> -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 -<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>. An MD5 signature -consists of 32 hex characters, and a SHA1 signature consists of 40 -hex characters. Ensure your generated signature string matches the -signature string published in the files above.</p> - </div> <!-- main ends --> |
| Free forum by Nabble | Edit this page |
