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

svn commit: r1033557 - /incubator/river/site/trunk/content/downloads.mdtext

Author: thobbs
Date: Wed Nov 10 16:09:46 2010
New Revision: 1033557

URL: http://svn.apache.org/viewvc?rev=1033557&view=rev
Log:
Fixed code tags around the key stuff

Modified:
    incubator/river/site/trunk/content/downloads.mdtext

Modified: incubator/river/site/trunk/content/downloads.mdtext
URL: http://svn.apache.org/viewvc/incubator/river/site/trunk/content/downloads.mdtext?rev=1033557&r1=1033556&r2=1033557&view=diff
==============================================================================
--- incubator/river/site/trunk/content/downloads.mdtext (original)
+++ incubator/river/site/trunk/content/downloads.mdtext Wed Nov 10 16:09:46 2010
@@ -32,23 +32,17 @@ All of the release distribution packages
 
 Always use the signature files to verify the authenticity of the distribution, e.g.,
 
-{code}
-% pgpk -a KEYS
-% pgpv filename.zip.asc
-{code}
+    % pgpk -a KEYS
+    % pgpv filename.zip.asc
 
 or,
 
-{code}
-% pgp -ka KEYS
-% pgp filename.zip.asc
-{code}
+    % pgp -ka KEYS
+    % pgp filename.zip.asc
 
 or,
 
-{code}
-% gpg --import KEYS
-% gpg --verify filename.zip.asc
-{code}
+    % gpg --import KEYS
+    % gpg --verify filename.zip.asc
 
 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 [GNU Core Utilities package](http://www.gnu.org/software/coreutils).
\ No newline at end of file