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

svn commit: r789148 - in /websites/production/opennlp: ./ content/opennlp/download.html

Author: joern
Date: Tue May  3 18:26:14 2011
New Revision: 789148

Log:
OPENNLP-162 Publish extended download page

Modified:
    websites/production/opennlp/   (props changed)
    websites/production/opennlp/content/opennlp/download.html

Propchange: websites/production/opennlp/
------------------------------------------------------------------------------
--- svn:mergeinfo (original)
+++ svn:mergeinfo Tue May  3 18:26:14 2011
@@ -1 +1 @@
-/websites/staging/opennlp/trunk:780063-789134
+/websites/staging/opennlp/trunk:780063-789147

Modified: websites/production/opennlp/content/opennlp/download.html
==============================================================================
--- websites/production/opennlp/content/opennlp/download.html (original)
+++ websites/production/opennlp/content/opennlp/download.html Tue May  3 18:26:14 2011
@@ -63,7 +63,8 @@
   
   <div id="content">
     <h1 class="title">Download</h1>
-    <p>Apache OpenNLP 1.5.1-incubating is now available for download.</p>
+    <h2 id="last_offical_release">Last Offical Release</h2>
+<p>Apache OpenNLP 1.5.1-incubating is now available for download.</p>
 <table>
 <thead>
 <tr>
@@ -86,9 +87,56 @@
 </tr>
 </tbody>
 </table>
-<p>Historical release can be downloaded from the archived <a href="http://sourceforge.net/projects/opennlp/">SourceForge project</a>.</p>
+<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 integrity:</p>
+<ul>
+<li>gpg --print-md MD5 fileName.zip</li>
+<li>gpg --print-md SHA1 fileName.tar.gz</li>
+<li>gpg --verify fileName.tar.gz.asc</li>
+</ul>
+<p>It might be necessary to import the <a href="http://www.apache.org/dist/incubator/opennlp/KEYS">KEYS file</a> to verify the integrity
+of the asc files.</p>
+<p>That can easily be done with:</p>
+<ul>
+<li>gpg --import KEYS</li>
+</ul>
+<p>More information about release signing and verifying signatures can 
+be found <a href="http://www.apache.org/dev/release-signing.html">here</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>
+<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>
   </div>
   
   <div class="clear">