leosimons    2003/10/29 08:16:16

  Modified:    site     download.html
  Log:
  start improvements...
  
  Revision  Changes    Path
  1.5       +58 -6     avalon-site/site/download.html
  
  Index: download.html
  ===================================================================
  RCS file: /home/cvs/avalon-site/site/download.html,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- download.html     29 Oct 2003 16:00:47 -0000      1.4
  +++ download.html     29 Oct 2003 16:16:16 -0000      1.5
  @@ -1,5 +1,4 @@
  -    <!DOCTYPE html PUBLIC "-//CollabNet//DTD XHTML 1.0 Transitional//EN" 
"http://www.collabnet.com/dtds/collabnet_transitional_10.dtd";>
  -
  +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" 
"http://www.w3.org/TR/html4/loose.dtd";>
       <html>
         <head>
             <title>Apache Avalon - Apache Avalon Downloads</title>
  @@ -107,10 +106,10 @@
       <div>
        <!-- START DOWNLOAD PAGE CONTENT -->
   
  -      <h3>Download Notes</h3>
  +<a name="Download Notes"></a><h3>Verify Releases</h3>
   
         <p>Use the links below to download a binary distribution of
  -      Avalon from one of our mirrors.  You <strong>must</strong>
  +      Avalon from one of our mirrors.  It's a good idea to
         <a href="[location]#Verify Releases">verify the integrity</a>
         of the downloaded files using signatures downloaded from our
         main distribution directory.</p>
  @@ -126,7 +125,7 @@
         distribution directory</a> or, preferably, its
         <a href="[preferred]/avalon/">mirror</a>.</p>
   
  -      <h3>Miror</h3>
  +<a name="Mirror"></a><h3>Mirror</h3>
         <p>You are currently using the <strong>[preferred]</strong>.
         If you encounter a problem with this mirror, please select another
         mirror.  If all mirrors are failing, there are <em>backup</em>
  @@ -146,8 +145,61 @@
           </select>
           <input type="submit" value="Change">
         </form>
  -     <!-- END DOWNLOAD PAGE CONTENT -->
   
  +<a name="Projects"></a><h3>Projects</h3>
  +
  +<p>Here's a list of the most commonly requested distributions. You can
  +<a href="[preferred]/avalon/">browse</a> the repository for a full
  +range of our various distributions, including older versions.</p>
  +
  +<p>Please note: we're still filling up this list; its incomplete
  +at the moment.</p>
  +
  +<table border="1" width="100%" cellspacing="2" cellpadding="3">
  +    <tr class="a">
  +      <th>Product</th>
  +      <th>Binary</th>
  +      <th>Source</th>
  +    </tr>
  +    <tr class="b">
  +<td><a href="/framework/">Avalon-Framework</a></td>
  +<td><a href="[preferred]/avalon/framework/binaries">browse</a></td>
  +<td><a href="[preferred]/avalon/framework/source">browse</a></td>
  +   </tr>
  +    <tr class="a">
  +<td><a href="/framework/">Avalon-Merlin</a></td>
  +<td><a href="[preferred]/avalon/merlin/binaries">browse</a></td>
  +<td><a href="[preferred]/avalon/merlin/source">browe</a></td>
  +   </tr>
  +</table>
  +
  +<a name="Verify Releases"></a><h3>Verify Releases</h3>
  +
  +<p>It is essential that you verify the integrity of the downloaded
  +files using the PGP or MD5 signatures.</p>
  +<p>The PGP signatures can be verified using PGP or GPG.  First
  +download the <a href="http://www.apache.org/dist/avalon/KEYS";>KEYS</a>
  +as well as the <code>asc</code> signature file for the particular
  +distribution.  Make sure you get these files from the
  +<a href="http://www.apache.org/dist/avalon/";>main distribution
  +directory</a>, rather than from a mirror. Then verify the signatures
  +using</p>
  +<p><code>
  +% pgpk -a KEYS<br />
  +% pgpv name-of-distributed-file.tar.gz.asc<br />
  +</code>
  +<em>or</em><br />
  +<code>
  +% pgp -ka KEYS<br />
  +% pgp name-of-distributed-file.tar.gz.asc<br />
  +</code>
  +<em>or</em><br />
  +<code>
  +% gpg --import KEYS<br />
  +% gpg --verify name-of-distributed-file.tar.gz.asc
  +</code></p>
  +
  +     <!-- END DOWNLOAD PAGE CONTENT -->
       </div>
   
       </div>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to