Author: tfischer
Date: Thu Dec 31 17:18:08 2009
New Revision: 894893

URL: http://svn.apache.org/viewvc?rev=894893&view=rev
Log:
TORQUE-132: Download page does not have link to KEYS file

Modified:
    db/torque/site/trunk/xdocs/download.xml

Modified: db/torque/site/trunk/xdocs/download.xml
URL: 
http://svn.apache.org/viewvc/db/torque/site/trunk/xdocs/download.xml?rev=894893&r1=894892&r2=894893&view=diff
==============================================================================
--- db/torque/site/trunk/xdocs/download.xml (original)
+++ db/torque/site/trunk/xdocs/download.xml Thu Dec 31 17:18:08 2009
@@ -33,7 +33,7 @@
 
 <section name="Download released versions">
 <p>
-These are the currently released versions of Torque:<br/>
+The currently released versions of Torque are listed below.
 </p>
 
 <subsection name="Binary versions">
@@ -57,7 +57,7 @@
           <a 
href="http://www.apache.org/dist/db/torque/torque-3.3/binaries/torque-3.3.tar.gz.md5";>MD5</a></td>
 
       <td><a 
href="http://www.apache.org/dyn/closer.cgi/db/torque/torque-3.3/binaries/torque-gen-3.3.tar.gz";>TAR</a>&nbsp;
-          <a 
href="http://www.apache.org/dist/db/torque/torque-3.3/binaries/torque-gen-3.3.tar.gz.asc";>Signature</a>&nbsp;
+          <a 
href="http://www.apache.org/dist/db/torque/torque-3.3/binaries/torque-gen-3.3.tar.gz.asc";>Sig.</a>&nbsp;
           <a 
href="http://www.apache.org/dist/db/torque/torque-3.3/binaries/torque-gen-3.3.tar.gz.md5";>MD5</a></td>
 
       <td><a 
href="http://www.apache.org/dyn/closer.cgi/db/torque/torque-3.3/binaries/village-3.3.tar.gz";>TAR</a>&nbsp;
@@ -137,7 +137,7 @@
       <td rowspan="2"><a 
href="http://www.apache.org/dyn/closer.cgi/db/torque/torque-3.3/";>Torque 
3.3</a></td>
 
       <td><a 
href="http://www.apache.org/dyn/closer.cgi/db/torque/torque-3.3/source/torque-3.3-src.tar.gz";>TAR</a>&nbsp;
-          <a 
href="http://www.apache.org/dist/db/torque/torque-3.3/source/torque-3.3-src.tar.gz.asc";>Signature</a>&nbsp;
+          <a 
href="http://www.apache.org/dist/db/torque/torque-3.3/source/torque-3.3-src.tar.gz.asc";>Sig.</a>&nbsp;
           <a 
href="http://www.apache.org/dist/db/torque/torque-3.3/source/torque-3.3-src.tar.gz.md5";>MD5</a></td>
 
       <td><a 
href="http://www.apache.org/dyn/closer.cgi/db/torque/torque-3.3/source/torque-gen-3.3-src.tar.gz";>TAR</a>&nbsp;
@@ -207,6 +207,29 @@
 
   </table>
 </p>
+<p>
+  Please check the integrity of the download using the 
+  <a href="http://www.apache.org/dist/db/torque/KEYS";>KEYS</a> file
+  and the signature files
+</p>
+<p> 
+  The PGP signatures can be verified using PGP or GPG. 
+  First download the KEYS as well as the asc signature file for the
+  relevant distribution. Make sure you get these files from the main
+  distribution directory, rather than from a mirror. Then verify the
+  signatures using e.g.
+</p>
+<source>
+% pgpk -a KEYS
+% pgpv torque-3.3.tar.gz.asc
+or
+% pgp -ka KEYS
+% pgp torque-3.3.tar.gz.asc
+or
+% gpg --import KEYS
+% gpg --verify torque-3.3.tar.gz.asc <br/>
+</source>
+
 </subsection>
 <subsection name="Older versions">
 <p>



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to