You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@opennlp.apache.org by bu...@apache.org on 2011/05/03 20:09:36 UTC

svn commit: r789140 - /websites/staging/opennlp/trunk/content/opennlp/download.html

Author: buildbot
Date: Tue May  3 18:09:35 2011
New Revision: 789140

Log:
Staging update by buildbot

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

Modified: websites/staging/opennlp/trunk/content/opennlp/download.html
==============================================================================
--- websites/staging/opennlp/trunk/content/opennlp/download.html (original)
+++ websites/staging/opennlp/trunk/content/opennlp/download.html Tue May  3 18:09:35 2011
@@ -63,35 +63,7 @@
   
   <div id="content">
     <h1 class="title">Download</h1>
-    <h2 id="mirror">Mirror</h2>
-<p>The currently selected mirror is <b>[preferred]</b>.  If you
-encounter a
-problem with this mirror, please select another mirror.  If all
-mirrors are failing, there are <i>backup</i> mirrors (at the
-end of
-the mirrors list) that should be available.</p></p>
-<form action="[location]" method="get" id="SelectMirror">
-Other mirrors: <select name="Preferred">
-[if-any http]
-  [for http]<option value="[http]">[http]</option>[end]
-[end]
-
-[if-any ftp]
-  [for ftp]<option value="[ftp]">[ftp]</option>[end]
-[end]
-[if-any backup]
-  [for backup]<option value="[backup]">[backup]
-  (backup)</option>[end]
-[end]
-</select>
-<input type="submit" value="Change" />
-</form>
-
-<p>You may also consult the <a
-href="http://www.apache.org/mirrors/">complete
-list of mirrors</a>.</p>
-
-<h2 id="last_offical_release">Last Offical Release</h2>
+    <h2 id="last_offical_release">Last Offical Release</h2>
 <p>Apache OpenNLP 1.5.1-incubating is now available for download.</p>
 <table>
 <thead>
@@ -115,7 +87,52 @@ list of mirrors</a>.</p>
 </tr>
 </tbody>
 </table>
+<p>Note: Please note that the tar.gz archive contain file names longer than 100 characters and has
+been created using GNU tar extensions. It must be untarred with a GNU compatible version of tar.</p>
+<h3 id="mirror">Mirror</h3>
+<p>The currently selected mirror is <b>[preferred]</b>.  If you
+encounter a problem with this mirror, please select another mirror.  If all
+mirrors are failing, there are <i>backup</i> mirrors (at the end of
+the mirrors list) that should be available.</p></p>
+<form action="[location]" method="get" id="SelectMirror">
+Other mirrors: <select name="Preferred">
+[if-any http]
+  [for http]<option value="[http]">[http]</option>[end]
+[end]
+
+[if-any ftp]
+  [for ftp]<option value="[ftp]">[ftp]</option>[end]
+[end]
+[if-any backup]
+  [for backup]<option value="[backup]">[backup]
+  (backup)</option>[end]
+[end]
+</select>
+<input type="submit" value="Change" />
+</form>
+
+<p>You may also consult the <a
+href="http://www.apache.org/mirrors/">complete
+list of mirrors</a>.</p>
+
+<h3 id="verifying_signatures">Verifying Signatures</h3>
+<p>The md5, sha1 and asc files are signature files and can be used to verify the integrity of the
+downloaded distribution package.</p>
+<p>Use the following commands to verify the intefrity:</p>
+<ul>
+<li>gpg --print-md MD5 <ReleaseFile></li>
+<li>gpg --print-md SHA1 <ReleaseFile></li>
+<li>gpg --verify <fileName>.asc</li>
+</ul>
+<p>It might be necessary to import the KEYS file to verify the integrity
+of the asc files.</p>
+<p>That can easily be done with:</p>
+<ul>
+<li>gpg --import KEYS</li>
+</ul>
+<h2 id="archive">Archive</h2>
 <p>Historical release can be downloaded from the archived <a href="http://sourceforge.net/projects/opennlp/">SourceForge project</a>.</p>
+<h2 id="models">Models</h2>
 <p>The models over at SourceForge for 1.5.0 can be <a href="http://opennlp.sourceforge.net/models-1.5/">found here</a>
 and are fully compatible with Apache OpenNLP 1.5.1-incubating.</p>
   </div>