You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucy.apache.org by bu...@apache.org on 2011/06/02 03:52:34 UTC

[lucy-commits] svn commit: r790361 - /websites/staging/lucy/trunk/content/lucy/download.html

Author: buildbot
Date: Thu Jun  2 01:52:34 2011
New Revision: 790361

Log:
Staging update by buildbot

Modified:
    websites/staging/lucy/trunk/content/lucy/download.html

Modified: websites/staging/lucy/trunk/content/lucy/download.html
==============================================================================
--- websites/staging/lucy/trunk/content/lucy/download.html (original)
+++ websites/staging/lucy/trunk/content/lucy/download.html Thu Jun  2 01:52:34 2011
@@ -2,7 +2,7 @@
 <html lang="en">
   <head>
     <meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
-    <title>Apache Lucy Releases</title>
+    <title>Apache Lucy Downloads</title>
     <link rel="stylesheet" type="text/css" media="screen" href="http://incubator.apache.org/lucy/css/lucy.css">
   </head>
 
@@ -67,14 +67,52 @@
         </div> <!-- lucy-left_nav_box -->
 
         <div id="lucy-main_content_box" class="grid_9">
-          <h4>Releases</h4>
+          <h4>Release 0.1.0</h4>
 
-<p>Lucy has no official releases as of yet.</p>
+<ul>
+<li><a href="http://www.apache.org/dyn/closer.cgi?path=/incubator/lucy/apache-lucy-incubating-0.1.0.tar.gz">apache-lucy-incubating-0.1.0.tar.gz</a></li>
+<li><a href="http://www.apache.org/dist/incubator/lucy/apache-lucy-incubating-0.1.0.tar.gz.asc">[OpenPGP]</a></li>
+<li><a href="http://www.apache.org/dist/incubator/lucy/apache-lucy-incubating-0.1.0.tar.gz.md5">[MD5]</a></li>
+<li><a href="http://www.apache.org/dist/incubator/lucy/apache-lucy-incubating-0.1.0.tar.gz.sha1">[SHA1]</a></li>
+<li><a href="http://www.apache.org/dyn/closer.cgi?path=/incubator/lucy/CHANGES-0.1.0.txt">CHANGES</a></li>
+<li><a href="http://www.apache.org/dist/incubator/lucy/KEYS-0.1.0.txt">KEYS</a></li>
+</ul>
 
-<h4>Development code</h4>
+<h4>Verifying downloaded files</h4>
 
-<p>Development code, which comes with all of the necessary caveats, can be
-obtained <a href="/lucy/version_control.html">here</a>.</p>
+<p>After downloading release files from a mirror, please check the MD5 and SHA
+checksums as well as verifying the OpenPGP compatible signature available from
+the main Apache download site. The KEYS file contains the public keys used for
+signing release. It is recommended that a web of trust is used to confirm the
+identity of these keys.</p>
+
+<p>To verify the OpenPGP signature:</p>
+
+<pre><code>    $ pgpk -a KEYS
+    $ pgpv apache-lucy-incubating-X.Y.Z.tar.gz.asc
+</code></pre>
+
+<p><em>or</em></p>
+
+<pre><code>    $ pgp -ka KEYS
+    $ pgp apache-lucy-incubating-X.Y.Z.tar.gz.asc
+</code></pre>
+
+<p><em>or</em></p>
+
+<pre><code>    $ gpg --import KEYS
+    $ gpg --verify apache-lucy-incubating-X.Y.Z.tar.gz.asc
+</code></pre>
+
+<p>To verify the MD5 checksum:</p>
+
+<pre><code>    $ md5sum --check apache-lucy-*.tar.gz.md5
+</code></pre>
+
+<p>To verify the SHA1 checksum:</p>
+
+<pre><code>    $ sha1sum --check apache-lucy-*.tar.gz.sha1
+</code></pre>
 
         </div> <!-- lucy-main_content_box --> 
         <div class="clear"></div>