You are viewing a plain text version of this content. The canonical link for it is here.
Posted to svn@forrest.apache.org by cr...@apache.org on 2004/09/27 06:52:17 UTC

svn commit: rev 47273 - forrest/trunk/src/documentation/content/xdocs

Author: crossley
Date: Sun Sep 26 21:52:17 2004
New Revision: 47273

Modified:
   forrest/trunk/src/documentation/content/xdocs/mirrors.ihtml
Log:
Fix broken display of PGP verification instructions.
Use full name "Apache Forrest".


Modified: forrest/trunk/src/documentation/content/xdocs/mirrors.ihtml
==============================================================================
--- forrest/trunk/src/documentation/content/xdocs/mirrors.ihtml	(original)
+++ forrest/trunk/src/documentation/content/xdocs/mirrors.ihtml	Sun Sep 26 21:52:17 2004
@@ -18,16 +18,16 @@
 -->
 <html>
   <head>
-    <title>Obtain the Forrest distribution</title>
+    <title>Obtain the Apache Forrest distribution</title>
   </head>
   <body>
 <h1><a name="how" />How to download</h1>
-<p>Use the links below to download a distribution of Forrest from
+<p>Use the links below to download a distribution of Apache Forrest from
 one of our mirrors. It is good practice to 
 <a href="[location]#verify">verify the integrity</a>
 of the distribution files.</p>
 
-<p>Forrest is distributed as a <code>zip</code> archive (for Windows) and
+<p>Apache Forrest is distributed as a <code>zip</code> archive (for Windows) and
 as a <code>tar.gz</code> archive (for UNIX) - the contents are the same.
 </p>
 
@@ -82,7 +82,7 @@
 
 <h1><a name="svn" />Snapshots of current development and head SVN repository</h1>
 
-<p>If you want to use the latest Forrest features, the source code is under
+<p>If you want to use the latest Apache Forrest features, the source code is under
 version control with Subversion (read how to
 <a href="site:getting-involved/build">obtain</a> your working copy). There are
 also compressed source 
@@ -108,27 +108,27 @@
 <p>The PGP signatures can be verified using
 <a href="http://www.pgpi.org/">PGP</a> or
 <a href="http://www.gnupg.org/">GPG</a>.
-First download the Forrest
+First download the Apache Forrest
 <a href="http://svn.apache.org/repos/asf/forrest/trunk/KEYS">KEYS</a>
 as well as the <code>asc</code> signature file for the particular
 distribution. It is important that you get these files from the ultimate
 trusted source - the main ASF distribution site, rather than from a mirror.
 Then verify the signatures using ...</p>
 
-<p><code>
-% pgpk -a KEYS<br />
-% pgpv apache-forrest-0.5.1-src.tar.gz.asc<br />
-</code>
-<em>or</em><br />
-<code>
-% pgp -ka KEYS<br />
-% pgp apache-forrest-0.5.1-src.tar.gz.asc<br />
-</code>
-<em>or</em><br />
-<code>
-% gpg --import KEYS<br />
-% gpg --verify apache-forrest-0.5.1-src.tar.gz.asc
-</code></p>
+<pre>
+% pgpk -a KEYS
+% pgpv apache-forrest-X.Y.tar.gz.asc
+
+<em>or</em>
+
+% pgp -ka KEYS
+% pgp apache-forrest-X.Y.tar.gz.asc
+
+<em>or</em>
+
+% gpg --import KEYS
+% gpg --verify apache-forrest-X.Y.tar.gz.asc
+</pre>
 
 <p>To verify the MD5 signature on the files, you need to use a program
 called <code>md5</code> or <code>md5sum</code>, which is