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/02 20:48:41 UTC

svn commit: r789079 - in /websites/production/opennlp: ./ cgi-bin/ content/opennlp/ content/opennlp/css/

Author: joern
Date: Mon May  2 18:48:40 2011
New Revision: 789079

Log:
OPENNLP-162 Added download real download page

Modified:
    websites/production/opennlp/   (props changed)
    websites/production/opennlp/cgi-bin/download.cgi
    websites/production/opennlp/content/opennlp/building.html
    websites/production/opennlp/content/opennlp/css/opennlp.css
    websites/production/opennlp/content/opennlp/documentation.html
    websites/production/opennlp/content/opennlp/download.html
    websites/production/opennlp/content/opennlp/index.html
    websites/production/opennlp/content/opennlp/mail-lists.html
    websites/production/opennlp/content/opennlp/news.html
    websites/production/opennlp/content/opennlp/source-code.html
    websites/production/opennlp/content/opennlp/team.html

Propchange: websites/production/opennlp/
------------------------------------------------------------------------------
--- svn:mergeinfo (original)
+++ svn:mergeinfo Mon May  2 18:48:40 2011
@@ -1 +1 @@
-/websites/staging/opennlp/trunk:780063-789068
+/websites/staging/opennlp/trunk:780063-789078

Modified: websites/production/opennlp/cgi-bin/download.cgi
==============================================================================
--- websites/production/opennlp/cgi-bin/download.cgi (original)
+++ websites/production/opennlp/cgi-bin/download.cgi Mon May  2 18:48:40 2011
@@ -1,4 +1,20 @@
 #!/bin/sh
+
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements.  See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You under the Apache License, Version 2.0
+# (the "License"); you may not use this file except in compliance with
+# the License.  You may obtain a copy of the License at
+#
+#     http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
 # Wrapper script around mirrors.cgi script
 # (we must change to that directory in order for python to pick up the
 #  python includes correctly)

Modified: websites/production/opennlp/content/opennlp/building.html
==============================================================================
--- websites/production/opennlp/content/opennlp/building.html (original)
+++ websites/production/opennlp/content/opennlp/building.html Mon May  2 18:48:40 2011
@@ -39,7 +39,7 @@
     <h1 id="general">General</h1>
 <ul>
 <li><a href="index.html">Home</a></li>
-<li><a href="download.html">Download</a></li>
+<li><a href="download.cgi">Download</a></li>
 <li><a href="http://www.apache.org/licenses/" class="externalLink">License</a></li>
 <li><a href="documentation.html">Documentation</a></li>
 <li><a href="news.html">News</a></li>

Modified: websites/production/opennlp/content/opennlp/css/opennlp.css
==============================================================================
--- websites/production/opennlp/content/opennlp/css/opennlp.css (original)
+++ websites/production/opennlp/content/opennlp/css/opennlp.css Mon May  2 18:48:40 2011
@@ -56,7 +56,7 @@ div.clear {
  font-size: 12pt;
 }
 
-#content h1, #content h2, #content h3, #content h4 {
+#content h1, #content h2, #content h3, #content h4, #content th {
  color: #006699;
 }
 
@@ -80,6 +80,16 @@ div.clear {
  text-align: right;
 }
 
+#content th{
+ font-size: 12pt;
+ font-weight: bold;
+ text-align: left;
+}
+
+#content td{
+ padding-right: 20px;
+}
+
 #content pre {
 	font-size: 12px;
 	padding: 0;

Modified: websites/production/opennlp/content/opennlp/documentation.html
==============================================================================
--- websites/production/opennlp/content/opennlp/documentation.html (original)
+++ websites/production/opennlp/content/opennlp/documentation.html Mon May  2 18:48:40 2011
@@ -39,7 +39,7 @@
     <h1 id="general">General</h1>
 <ul>
 <li><a href="index.html">Home</a></li>
-<li><a href="download.html">Download</a></li>
+<li><a href="download.cgi">Download</a></li>
 <li><a href="http://www.apache.org/licenses/" class="externalLink">License</a></li>
 <li><a href="documentation.html">Documentation</a></li>
 <li><a href="news.html">News</a></li>

Modified: websites/production/opennlp/content/opennlp/download.html
==============================================================================
--- websites/production/opennlp/content/opennlp/download.html (original)
+++ websites/production/opennlp/content/opennlp/download.html Mon May  2 18:48:40 2011
@@ -39,7 +39,7 @@
     <h1 id="general">General</h1>
 <ul>
 <li><a href="index.html">Home</a></li>
-<li><a href="download.html">Download</a></li>
+<li><a href="download.cgi">Download</a></li>
 <li><a href="http://www.apache.org/licenses/" class="externalLink">License</a></li>
 <li><a href="documentation.html">Documentation</a></li>
 <li><a href="news.html">News</a></li>
@@ -63,10 +63,32 @@
   
   <div id="content">
     <h1 class="title">Download</h1>
-    <p>We still have to release the first Apache OpenNLP version, until then
-get the last release which can be found over in our
-<a href="http://sourceforge.net/projects/opennlp/">SourceForge project</a>.</p>
-<p>The models over at SourceForge for 1.5.0 can be <a href="http://opennlp.sourceforge.net/models-1.5/">found here</a>.</p>
+    <p>Apache OpenNLP 1.5.1-incubating is now available for download.</p>
+<table>
+<thead>
+<tr>
+<th>File</th>
+<th>Signatures</th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td><a href="[preferred]/incubator/opennlp/apache-opennlp-1.5.1-incubating-bin.tar.gz">apache-opennlp-1.5.1-incubating-bin.tar.gz</a></td>
+<td><a href="http://www.apache.org/dist/incubator/opennlp/apache-opennlp-1.5.1-incubating-bin.tar.gz.md5">md5</a>  <a href="http://www.apache.org/dist/incubator/opennlp/apache-opennlp-1.5.1-incubating-bin.tar.gz.sha1">sha1</a> <a href="http://www.apache.org/dist/incubator/opennlp/apache-opennlp-1.5.1-incubating-bin.tar.gz.asc">asc</a></td>
+</tr>
+<tr>
+<td><a href="[preferred]/incubator/opennlp/apache-opennlp-1.5.1-incubating-bin.zip">apache-opennlp-1.5.1-incubating-bin.zip</a></td>
+<td><a href="http://www.apache.org/dist/incubator/opennlp/apache-opennlp-1.5.1-incubating-bin.zip.md5">md5</a>  <a href="http://www.apache.org/dist/incubator/opennlp/apache-opennlp-1.5.1-incubating-bin.zip.sha1">sha1</a> <a href="http://www.apache.org/dist/incubator/opennlp/apache-opennlp-1.5.1-incubating-bin.zip.asc">asc</a></td>
+</tr>
+<tr>
+<td><a href="[preferred]/incubator/opennlp/apache-opennlp-1.5.1-incubating-src.zip">apache-opennlp-1.5.1-incubating-src.zip</a></td>
+<td><a href="http://www.apache.org/dist/incubator/opennlp/apache-opennlp-1.5.1-incubating-src.zip.md5">md5</a>  <a href="http://www.apache.org/dist/incubator/opennlp/apache-opennlp-1.5.1-incubating-src.zip.sha1">sha1</a> <a href="http://www.apache.org/dist/incubator/opennlp/apache-opennlp-1.5.1-incubating-src.zip.asc">asc</a></td>
+</tr>
+</tbody>
+</table>
+<p>Historical release can be downloaded from the archived <a href="http://sourceforge.net/projects/opennlp/">SourceForge project</a>.</p>
+<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>
   
   <div class="clear">

Modified: websites/production/opennlp/content/opennlp/index.html
==============================================================================
--- websites/production/opennlp/content/opennlp/index.html (original)
+++ websites/production/opennlp/content/opennlp/index.html Mon May  2 18:48:40 2011
@@ -39,7 +39,7 @@
     <h1 id="general">General</h1>
 <ul>
 <li><a href="index.html">Home</a></li>
-<li><a href="download.html">Download</a></li>
+<li><a href="download.cgi">Download</a></li>
 <li><a href="http://www.apache.org/licenses/" class="externalLink">License</a></li>
 <li><a href="documentation.html">Documentation</a></li>
 <li><a href="news.html">News</a></li>

Modified: websites/production/opennlp/content/opennlp/mail-lists.html
==============================================================================
--- websites/production/opennlp/content/opennlp/mail-lists.html (original)
+++ websites/production/opennlp/content/opennlp/mail-lists.html Mon May  2 18:48:40 2011
@@ -39,7 +39,7 @@
     <h1 id="general">General</h1>
 <ul>
 <li><a href="index.html">Home</a></li>
-<li><a href="download.html">Download</a></li>
+<li><a href="download.cgi">Download</a></li>
 <li><a href="http://www.apache.org/licenses/" class="externalLink">License</a></li>
 <li><a href="documentation.html">Documentation</a></li>
 <li><a href="news.html">News</a></li>

Modified: websites/production/opennlp/content/opennlp/news.html
==============================================================================
--- websites/production/opennlp/content/opennlp/news.html (original)
+++ websites/production/opennlp/content/opennlp/news.html Mon May  2 18:48:40 2011
@@ -39,7 +39,7 @@
     <h1 id="general">General</h1>
 <ul>
 <li><a href="index.html">Home</a></li>
-<li><a href="download.html">Download</a></li>
+<li><a href="download.cgi">Download</a></li>
 <li><a href="http://www.apache.org/licenses/" class="externalLink">License</a></li>
 <li><a href="documentation.html">Documentation</a></li>
 <li><a href="news.html">News</a></li>

Modified: websites/production/opennlp/content/opennlp/source-code.html
==============================================================================
--- websites/production/opennlp/content/opennlp/source-code.html (original)
+++ websites/production/opennlp/content/opennlp/source-code.html Mon May  2 18:48:40 2011
@@ -39,7 +39,7 @@
     <h1 id="general">General</h1>
 <ul>
 <li><a href="index.html">Home</a></li>
-<li><a href="download.html">Download</a></li>
+<li><a href="download.cgi">Download</a></li>
 <li><a href="http://www.apache.org/licenses/" class="externalLink">License</a></li>
 <li><a href="documentation.html">Documentation</a></li>
 <li><a href="news.html">News</a></li>

Modified: websites/production/opennlp/content/opennlp/team.html
==============================================================================
--- websites/production/opennlp/content/opennlp/team.html (original)
+++ websites/production/opennlp/content/opennlp/team.html Mon May  2 18:48:40 2011
@@ -39,7 +39,7 @@
     <h1 id="general">General</h1>
 <ul>
 <li><a href="index.html">Home</a></li>
-<li><a href="download.html">Download</a></li>
+<li><a href="download.cgi">Download</a></li>
 <li><a href="http://www.apache.org/licenses/" class="externalLink">License</a></li>
 <li><a href="documentation.html">Documentation</a></li>
 <li><a href="news.html">News</a></li>