You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@river.apache.org by bu...@apache.org on 2010/11/10 17:10:11 UTC

svn commit: r779049 - /websites/staging/river/trunk/content/downloads.html

Author: buildbot
Date: Wed Nov 10 16:10:11 2010
New Revision: 779049

URL: http://svn.apache.org/viewvc?rev=779049&view=rev
Log:
Staging update by buildbot

Modified:
    websites/staging/river/trunk/content/downloads.html

Modified: websites/staging/river/trunk/content/downloads.html
URL: http://svn.apache.org/viewvc/websites/staging/river/trunk/content/downloads.html?rev=779049&r1=779048&r2=779049&view=diff
==============================================================================
--- websites/staging/river/trunk/content/downloads.html (original)
+++ websites/staging/river/trunk/content/downloads.html Wed Nov 10 16:10:11 2010
@@ -81,20 +81,23 @@
 <h2 id="pgp_signatures">PGP Signatures</h2>
 <p>All of the release distribution packages have been digitally signed (using PGP or GPG) by the Apache Group members that constructed them. There will be an accompanying distribution.asc file in the same directory as the distribution. The PGP keys can be found in the MIT key repository (hkp://pgp.mit.edu), the OpenPGP Public Key repository (hkp://subkeys.pgp.net), and within this project's KEYS file, which is located within each download directory.</p>
 <p>Always use the signature files to verify the authenticity of the distribution, e.g.,</p>
-<p>{code}
-% pgpk -a KEYS
-% pgpv filename.zip.asc
-{code}</p>
+<div class="codehilite"><pre><span class="c">% pgpk -a KEYS</span>
+<span class="c">% pgpv filename.zip.asc</span>
+</pre></div>
+
+
 <p>or,</p>
-<p>{code}
-% pgp -ka KEYS
-% pgp filename.zip.asc
-{code}</p>
+<div class="codehilite"><pre><span class="c">% pgp -ka KEYS</span>
+<span class="c">% pgp filename.zip.asc</span>
+</pre></div>
+
+
 <p>or,</p>
-<p>{code}
-% gpg --import KEYS
-% gpg --verify filename.zip.asc
-{code}</p>
+<div class="codehilite"><pre><span class="c">% gpg --import KEYS</span>
+<span class="c">% gpg --verify filename.zip.asc</span>
+</pre></div>
+
+
 <p>We offer MD5 hashes as an alternative to validate the integrity of the downloaded 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/coreutils">GNU Core Utilities package</a>.</p>
           </div>
         </td>