Repository: any23
Updated Branches:
  refs/heads/master dfcccad05 -> f810dd144


Website updates as published to production


Project: http://git-wip-us.apache.org/repos/asf/any23/repo
Commit: http://git-wip-us.apache.org/repos/asf/any23/commit/f810dd14
Tree: http://git-wip-us.apache.org/repos/asf/any23/tree/f810dd14
Diff: http://git-wip-us.apache.org/repos/asf/any23/diff/f810dd14

Branch: refs/heads/master
Commit: f810dd144260ce49fc390cb39c8908f1a783c446
Parents: dfcccad
Author: Lewis John McGibbney <[email protected]>
Authored: Tue Nov 14 20:57:25 2017 -0800
Committer: Lewis John McGibbney <[email protected]>
Committed: Tue Nov 14 20:57:25 2017 -0800

----------------------------------------------------------------------
 pom.xml                          |   7 ++
 src/site/apt/getting-started.apt |   2 +
 src/site/apt/index.apt           |   2 +
 src/site/site.xml                |  11 +--
 src/site/xdoc/download.xml.vm    | 154 +++++++++++++++++++---------------
 5 files changed, 103 insertions(+), 73 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/any23/blob/f810dd14/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 3966997..6f13430 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1075,6 +1075,13 @@
             <groupId>org.apache.maven.plugins</groupId>
             <artifactId>maven-site-plugin</artifactId>
             <version>${maven-site-plugin.version}</version>
+            <dependencies>
+              <dependency>
+                <groupId>org.apache.velocity</groupId>
+                <artifactId>velocity</artifactId>
+                <version>1.5</version>
+              </dependency>
+            </dependencies>
             <configuration>
               <locales>en</locales>
               <reportPlugins>

http://git-wip-us.apache.org/repos/asf/any23/blob/f810dd14/src/site/apt/getting-started.apt
----------------------------------------------------------------------
diff --git a/src/site/apt/getting-started.apt b/src/site/apt/getting-started.apt
index 34e61f5..c339788 100644
--- a/src/site/apt/getting-started.apt
+++ b/src/site/apt/getting-started.apt
@@ -50,6 +50,8 @@ Getting started with <<Apache Any23>>
 
       * <<<plugins/>>>   The core additional plugins.
 
+      * <<<openie/>>>   Additional extractor logic for the 
{{{https://github.com/allenai/openie-standalone}Open Information Extraction 
(Open IE) system}}.
+
 * Use the <<Apache Any23>> CLI
 
    The command-line tools support is provided by the <<cli>> module.

http://git-wip-us.apache.org/repos/asf/any23/blob/f810dd14/src/site/apt/index.apt
----------------------------------------------------------------------
diff --git a/src/site/apt/index.apt b/src/site/apt/index.apt
index 8068ec7..cd110e6 100644
--- a/src/site/apt/index.apt
+++ b/src/site/apt/index.apt
@@ -42,6 +42,8 @@ Introduction to Apache Any23
 
      * {{{http://www.yaml.org/}YAML}}: human friendly data serialization 
standard for all programming languages.
 
+     * Additionally, as of 2.1 Any23 provides functionality to extract triples 
using the {{{https://github.com/allenai/openie-standalone}Open Information 
Extraction (Open IE) system}}. The Open IE system runs over sentences and 
creates extractions that represent relations in text, in the case of Any23, 
this results in triples.
+
 
     A detailed description of available extractors is 
{{{./extractors.html}here}}.
 

http://git-wip-us.apache.org/repos/asf/any23/blob/f810dd14/src/site/site.xml
----------------------------------------------------------------------
diff --git a/src/site/site.xml b/src/site/site.xml
index 90af3da..7eaa5c4 100644
--- a/src/site/site.xml
+++ b/src/site/site.xml
@@ -15,9 +15,9 @@
   See the License for the specific language governing permissions and
   limitations under the License.
 -->
-<project xmlns="http://maven.apache.org/DECORATION/1.1.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
-  xsi:schemaLocation="http://maven.apache.org/DECORATION/1.1.0 
http://maven.apache.org/xsd/decoration-1.1.0.xsd";
-  name="${project.name}">
+<project xmlns="http://maven.apache.org/DECORATION/1.7.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
+    xsi:schemaLocation="http://maven.apache.org/DECORATION/1.7.0 
http://maven.apache.org/xsd/decoration-1.7.0.xsd";
+    name="${project.name}">
 
   <publishDate position="left"/>
   <version position="left"/>
@@ -90,9 +90,10 @@
     </menu>
 
     <footer>
-      <div class="row span16">Apache Any23, Apache, the Apache feather logo, 
and the Apache Any23 project logos are trademarks of The Apache Software 
Foundation.
-      All other marks mentioned may be trademarks or registered trademarks of 
their respective owners.</div>
+      <![CDATA[<div class="row span16">Apache Any23, Apache, the Apache 
feather logo, and the Apache Any23 project logos are trademarks of The Apache 
Software Foundation. All other marks mentioned may be trademarks or registered 
trademarks of their respective owners.
+      </div>]]>
     </footer>
+
   </body>
 
 </project>

http://git-wip-us.apache.org/repos/asf/any23/blob/f810dd14/src/site/xdoc/download.xml.vm
----------------------------------------------------------------------
diff --git a/src/site/xdoc/download.xml.vm b/src/site/xdoc/download.xml.vm
index 60f704b..6ea622d 100644
--- a/src/site/xdoc/download.xml.vm
+++ b/src/site/xdoc/download.xml.vm
@@ -16,18 +16,20 @@
   limitations under the License.
 -->
 <document xmlns="http://maven.apache.org/XDOC/2.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
-          xsi:schemaLocation="http://maven.apache.org/XDOC/2.0 
http://maven.apache.org/xsd/xdoc-2.0.xsd";>
+          xsi:schemaLocation="http://maven.apache.org/XDOC/2.0
+           http://maven.apache.org/xsd/xdoc-2.0.xsd";>
 
   <properties>
     <title>Apache Any23 - Download</title>
-    <author email="[email protected]">Apache Any23 Team</author>
+    <author email="[email protected]">Apache Any23 Team</author>
   </properties>
 
   <body>
     <section name="Download Apache Any23">
       <p>Apache Any23 is distributed in several formats for your convenience. 
Use a source archive if you intend to build
    Apache Any23 yourself. Otherwise, simply pick a ready-made binary 
distribution and follow the installation
-   instructions given inside the archives.</p>
+   instructions given inside the archives. Additionally, you can use Any23 as 
a dependency, see the most recent release
+   artifacts on <a 
href="http://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.any23%22";>Maven
 Central</a>.</p>
 
       <p>You will be prompted for a mirror - if the file is not found on 
yours, please be patient, as it may take 24
    hours to reach all mirrors.</p>
@@ -51,22 +53,24 @@
           </thead>
           <tbody>
             <tr>
-              <td>Apache Any23 2.0 (Source tar.gz)</td>
-              <td><a 
href="http://www.apache.org/dyn/closer.cgi/any23/2.0/any23/apache-any23-2.0-src.tar.gz";>
 apache-any23-2.0-src.tar.gz</a></td>
-              <td><a 
href="http://www.apache.org/dyn/closer.cgi/any23/2.0/any23/apache-any23-2.0-src.tar.gz.md5";>
 apache-any23-2.0-src.tar.gz.md5</a></td>
-              <td><a 
href="http://www.apache.org/dyn/closer.cgi/any23/2.0/any23/apache-any23-2.0-src.tar.gz.asc";>
 apache-any23-2.0-src.tar.gz.asc</a></td>
+              <td>Apache Any23 2.1 (Source tar.gz)</td>
+              <td><a 
href="http://www.apache.org/dyn/closer.lua/any23/2.1/apache-any23-2.1-src.tar.gz";>
 apache-any23-2.1-src.tar.gz</a></td>
+              <td><a 
href="http://www.apache.org/dyn/closer.lua/any23/2.1/apache-any23-2.1-src.tar.gz.md5";>
 apache-any23-2.1-src.tar.gz.md5</a></td>
+              <td><a 
href="http://www.apache.org/dyn/closer.lua/any23/2.1/apache-any23-2.1-src.tar.gz.asc";>
 apache-any23-2.1-src.tar.gz.asc</a></td>
+              <td><a 
href="http://www.apache.org/dyn/closer.lua/any23/2.1/apache-any23-2.1-src.tar.gz.sha512";>
 apache-any23-2.1-src.tar.gz.sha512</a></td>
             </tr>
             <tr>
-              <td>Apache Any23 2.0 (Source zip)</td>
-              <td><a 
href="http://www.apache.org/dyn/closer.cgi/any23/2.0/any23/apache-any23-2.0-src.zip";>
 apache-any23-2.0-src.zip</a></td>
-              <td><a 
href="http://www.apache.org/dyn/closer.cgi/any23/2.0/any23/apache-any23-2.0-src.zip.md5";>
 apache-any23-2.0-src.zip.md5</a></td>
-              <td><a 
href="http://www.apache.org/dyn/closer.cgi/any23/2.0/any23/apache-any23-2.0-src.zip.asc";>
 apache-any23-2.0-src.zip.asc</a></td>
+              <td>Apache Any23 2.1 (Source zip)</td>
+              <td><a 
href="http://www.apache.org/dyn/closer.lua/any23/2.1/apache-any23-2.1-src.zip";> 
apache-any23-2.1-src.zip</a></td>
+              <td><a 
href="http://www.apache.org/dyn/closer.lua/any23/2.1/apache-any23-2.1-src.zip.md5";>
 apache-any23-2.1-src.zip.md5</a></td>
+              <td><a 
href="http://www.apache.org/dyn/closer.lua/any23/2.1/apache-any23-2.1-src.zip.asc";>
 apache-any23-2.1-src.zip.asc</a></td>
+              <td><a 
href="http://www.apache.org/dyn/closer.lua/any23/2.1/apache-any23-2.1-src.zip.sha512";>
 apache-any23-2.1-src.zip.sha512</a></td>
             </tr>
           </tbody>
         </table>
       </subsection>
 
-      <subsection name="Apache Any23 Core">
+      <subsection name="Apache Any23 Command Line Interface">
         <table>
           <thead>
             <tr>
@@ -78,16 +82,18 @@
           </thead>
           <tbody>
             <tr>
-              <td>Apache Any23 2.0 (Binary tar.gz)</td>
-              <td><a 
href="http://www.apache.org/dyn/closer.cgi/any23/2.0/any23/apache-any23-core-2.0.tar.gz";>
 apache-any23-core-2.0.tar.gz</a></td>
-              <td><a 
href="http://www.apache.org/dyn/closer.cgi/any23/2.0/any23/apache-any23-core-2.0.tar.gz.md5";>
 apache-any23-core-2.0.tar.gz.md5</a></td>
-              <td><a 
href="http://www.apache.org/dyn/closer.cgi/any23/2.0/any23/apache-any23-core-2.0.tar.gz.asc";>
 apache-any23-core-2.0.tar.gz.asc</a></td>
+              <td>Apache Any23 2.1 CLI (Binary tar.gz)</td>
+              <td><a 
href="http://www.apache.org/dyn/closer.lua/any23/2.1/apache-any23-cli-2.1.tar.gz";>
 apache-any23-cli-2.1.tar.gz</a></td>
+              <td><a 
href="http://www.apache.org/dyn/closer.lua/any23/2.1/apache-any23-cli-2.1.tar.gz.md5";>
 apache-any23-cli-2.1.tar.gz.md5</a></td>
+              <td><a 
href="http://www.apache.org/dyn/closer.lua/any23/2.1/apache-any23-cli-2.1.tar.gz.asc";>
 apache-any23-cli-2.1.tar.gz.asc</a></td>
+              <td><a 
href="http://www.apache.org/dyn/closer.lua/any23/2.1/apache-any23-cli-2.1.tar.gz.sha512";>
 apache-any23-cli-2.1.tar.gz.sha512</a></td>
             </tr>
             <tr>
-              <td>Apache Any23 2.0 (Binary zip)</td>
-              <td><a 
href="http://www.apache.org/dyn/closer.cgi/any23/2.0/any23/apache-any23-core-2.0.zip";>
 apache-any23-core-2.0.zip</a></td>
-              <td><a 
href="http://www.apache.org/dyn/closer.cgi/any23/2.0/any23/apache-any23-core-2.0.zip.md5";>
 apache-any23-core-2.0.zip.md5</a></td>
-              <td><a 
href="http://www.apache.org/dyn/closer.cgi/any23/2.0/any23/apache-any23-core-2.0.zip.asc";>
 apache-any23-core-2.0.zip.asc</a></td>
+              <td>Apache Any23 2.1 CLI (Binary zip)</td>
+              <td><a 
href="http://www.apache.org/dyn/closer.lua/any23/2.1/apache-any23-cli-2.1.zip";> 
apache-any23-cli-2.1.zip</a></td>
+              <td><a 
href="http://www.apache.org/dyn/closer.lua/any23/2.1/apache-any23-cli-2.1.zip.md5";>
 apache-any23-cli-2.1.zip.md5</a></td>
+              <td><a 
href="http://www.apache.org/dyn/closer.lua/any23/2.1/apache-any23-cli-2.1.zip.asc";>
 apache-any23-cli-2.1.zip.asc</a></td>
+              <td><a 
href="http://www.apache.org/dyn/closer.lua/any23/2.1/apache-any23-cli-2.1.zip.sha512";>
 apache-any23-cli-2.1.zip.sha512</a></td>
             </tr>
           </tbody>
         </table>
@@ -107,16 +113,18 @@
           </thead>
           <tbody>
             <tr>
-              <td>Apache Any23 Basic Crawler 2.0 (Binary tar.gz)</td>
-              <td><a 
href="http://www.apache.org/dyn/closer.cgi/any23/2.0/any23/apache-any23-basic-crawler-2.0.tar.gz";>
 apache-any23-basic-crawler-2.0.tar.gz</a></td>
-              <td><a 
href="http://www.apache.org/dyn/closer.cgi/any23/2.0/any23/apache-any23-basic-crawler-2.0.tar.gz.md5";>
 apache-any23-basic-crawler-2.0.tar.gz.md5</a></td>
-              <td><a 
href="http://www.apache.org/dyn/closer.cgi/any23/2.0/any23/apache-any23-basic-crawler-2.0.tar.gz.asc";>
 apache-any23-basic-crawler-2.0.tar.gz.asc</a></td>
+              <td>Apache Any23 Basic Crawler 2.1 (Binary tar.gz)</td>
+              <td><a 
href="http://www.apache.org/dyn/closer.lua/any23/2.1/apache-any23-basic-crawler-2.1.tar.gz";>
 apache-any23-basic-crawler-2.1.tar.gz</a></td>
+              <td><a 
href="http://www.apache.org/dyn/closer.lua/any23/2.1/apache-any23-basic-crawler-2.1.tar.gz.md5";>
 apache-any23-basic-crawler-2.1.tar.gz.md5</a></td>
+              <td><a 
href="http://www.apache.org/dyn/closer.lua/any23/2.1/apache-any23-basic-crawler-2.1.tar.gz.asc";>
 apache-any23-basic-crawler-2.1.tar.gz.asc</a></td>
+              <td><a 
href="http://www.apache.org/dyn/closer.lua/any23/2.1/apache-any23-basic-crawler-2.1.tar.gz.sha512";>
 apache-any23-basic-crawler-2.1.tar.gz.sha512</a></td>
             </tr>
             <tr>
-              <td>Apache Any23 Basic Crawler 2.0 (Binary zip)</td>
-              <td><a 
href="http://www.apache.org/dyn/closer.cgi/any23/2.0/any23/apache-any23-basic-crawler-2.0.zip";>
 apache-any23-basic-crawler-2.0.zip</a></td>
-              <td><a 
href="http://www.apache.org/dyn/closer.cgi/any23/2.0/any23/apache-any23-basic-crawler-2.0.zip.md5";>
 apache-any23-basic-crawler-2.0.zip.md5</a></td>
-              <td><a 
href="http://www.apache.org/dyn/closer.cgi/any23/2.0/any23/apache-any23-basic-crawler-2.0.zip.asc";>
 apache-any23-basic-crawler-2.0.tar.gz.asc</a></td>
+              <td>Apache Any23 Basic Crawler 2.1 (Binary zip)</td>
+              <td><a 
href="http://www.apache.org/dyn/closer.lua/any23/2.1/apache-any23-basic-crawler-2.1.zip";>
 apache-any23-basic-crawler-2.1.zip</a></td>
+              <td><a 
href="http://www.apache.org/dyn/closer.lua/any23/2.1/apache-any23-basic-crawler-2.1.zip.md5";>
 apache-any23-basic-crawler-2.1.zip.md5</a></td>
+              <td><a 
href="http://www.apache.org/dyn/closer.lua/any23/2.1/apache-any23-basic-crawler-2.1.zip.asc";>
 apache-any23-basic-crawler-2.1.tar.gz.asc</a></td>
+              <td><a 
href="http://www.apache.org/dyn/closer.lua/any23/2.1/apache-any23-basic-crawler-2.1.zip.sha512";>
 apache-any23-basic-crawler-2.1.tar.gz.sha512</a></td>
             </tr>
           </tbody>
         </table>
@@ -134,16 +142,18 @@
           </thead>
           <tbody>
             <tr>
-              <td>Apache Any23 HTML Scraper 2.0 (Binary tar.gz)</td>
-              <td><a 
href="http://www.apache.org/dyn/closer.cgi/any23/2.0/any23/apache-any23-html-scraper-2.0.tar.gz";>
 apache-any23-html-scraper-2.0.tar.gz</a></td>
-              <td><a 
href="http://www.apache.org/dyn/closer.cgi/any23/2.0/any23/apache-any23-html-scraper-2.0.tar.gz.md5";>
 apache-any23-html-scraper-2.0.tar.gz.md5</a></td>
-              <td><a 
href="http://www.apache.org/dyn/closer.cgi/any23/2.0/any23/apache-any23-html-scraper-2.0.tar.gz.asc";>
 apache-any23-html-scraper-2.0.tar.gz.asc</a></td>
+              <td>Apache Any23 HTML Scraper 2.1 (Binary tar.gz)</td>
+              <td><a 
href="http://www.apache.org/dyn/closer.lua/any23/2.1/apache-any23-html-scraper-2.1.tar.gz";>
 apache-any23-html-scraper-2.1.tar.gz</a></td>
+              <td><a 
href="http://www.apache.org/dyn/closer.lua/any23/2.1/apache-any23-html-scraper-2.1.tar.gz.md5";>
 apache-any23-html-scraper-2.1.tar.gz.md5</a></td>
+              <td><a 
href="http://www.apache.org/dyn/closer.lua/any23/2.1/apache-any23-html-scraper-2.1.tar.gz.asc";>
 apache-any23-html-scraper-2.1.tar.gz.asc</a></td>
+              <td><a 
href="http://www.apache.org/dyn/closer.lua/any23/2.1/apache-any23-html-scraper-2.1.tar.gz.sha512";>
 apache-any23-html-scraper-2.1.tar.gz.sha512</a></td>
             </tr>
             <tr>
-              <td>Apache Any23 HTML Scraper 2.0 (Binary zip)</td>
-              <td><a 
href="http://www.apache.org/dyn/closer.cgi/any23/2.0/any23/apache-any23-html-scraper-2.0.zip";>
 apache-any23-html-scraper-2.0.zip</a></td>
-              <td><a 
href="http://www.apache.org/dyn/closer.cgi/any23/2.0/any23/apache-any23-html-scraper-2.0.zip.md5";>
 apache-any23-html-scraper-2.0.zip.md5</a></td>
-              <td><a 
href="http://www.apache.org/dyn/closer.cgi/any23/2.0/any23/apache-any23-html-scraper-2.0.zip.asc";>
 apache-any23-html-scraper-2.0.zip.asc</a></td>
+              <td>Apache Any23 HTML Scraper 2.1 (Binary zip)</td>
+              <td><a 
href="http://www.apache.org/dyn/closer.lua/any23/2.1/apache-any23-html-scraper-2.1.zip";>
 apache-any23-html-scraper-2.1.zip</a></td>
+              <td><a 
href="http://www.apache.org/dyn/closer.lua/any23/2.1/apache-any23-html-scraper-2.1.zip.md5";>
 apache-any23-html-scraper-2.1.zip.md5</a></td>
+              <td><a 
href="http://www.apache.org/dyn/closer.lua/any23/2.1/apache-any23-html-scraper-2.1.zip.asc";>
 apache-any23-html-scraper-2.1.zip.asc</a></td>
+              <td><a 
href="http://www.apache.org/dyn/closer.lua/any23/2.1/apache-any23-html-scraper-2.1.zip.sha512";>
 apache-any23-html-scraper-2.1.zip.sha512</a></td>
             </tr>
           </tbody>
         </table>
@@ -161,16 +171,18 @@
           </thead>
           <tbody>
             <tr>
-              <td>Apache Any23 Office Scraper 2.0 (Binary tar.gz)</td>
-              <td><a 
href="http://www.apache.org/dyn/closer.cgi/any23/2.0/any23/apache-any23-office-scraper-2.0.tar.gz";>
 apache-any23-office-scraper-2.0.tar.gz</a></td>
-              <td><a 
href="http://www.apache.org/dyn/closer.cgi/any23/2.0/any23/apache-any23-office-scraper-2.0.tar.gz.md5";>
 apache-any23-office-scraper-2.0.tar.gz.md5</a></td>
-              <td><a 
href="http://www.apache.org/dyn/closer.cgi/any23/2.0/any23/apache-any23-office-scraper-2.0.tar.gz.asc";>
 apache-any23-office-scraper-2.0.tar.gz.asc</a></td>
+              <td>Apache Any23 Office Scraper 2.1 (Binary tar.gz)</td>
+              <td><a 
href="http://www.apache.org/dyn/closer.lua/any23/2.1/apache-any23-office-scraper-2.1.tar.gz";>
 apache-any23-office-scraper-2.1.tar.gz</a></td>
+              <td><a 
href="http://www.apache.org/dyn/closer.lua/any23/2.1/apache-any23-office-scraper-2.1.tar.gz.md5";>
 apache-any23-office-scraper-2.1.tar.gz.md5</a></td>
+              <td><a 
href="http://www.apache.org/dyn/closer.lua/any23/2.1/apache-any23-office-scraper-2.1.tar.gz.asc";>
 apache-any23-office-scraper-2.1.tar.gz.asc</a></td>
+              <td><a 
href="http://www.apache.org/dyn/closer.lua/any23/2.1/apache-any23-office-scraper-2.1.tar.gz.sha512";>
 apache-any23-office-scraper-2.1.tar.gz.sha512</a></td>
             </tr>
             <tr>
-              <td>Apache Any23 Office Scraper 2.0 (Binary zip)</td>
-              <td><a 
href="http://www.apache.org/dyn/closer.cgi/any23/2.0/any23/apache-any23-office-scraper-2.0.zip";>
 apache-any23-office-scraper-2.0.zip</a></td>
-              <td><a 
href="http://www.apache.org/dyn/closer.cgi/any23/2.0/any23/apache-any23-office-scraper-2.0.zip.md5";>
 apache-any23-office-scraper-2.0.zip.md5</a></td>
-              <td><a 
href="http://www.apache.org/dyn/closer.cgi/any23/2.0/any23/apache-any23-office-scraper-2.0.zip.asc";>
 apache-any23-office-scraper-2.0.zip.asc</a></td>
+              <td>Apache Any23 Office Scraper 2.1 (Binary zip)</td>
+              <td><a 
href="http://www.apache.org/dyn/closer.lua/any23/2.1/apache-any23-office-scraper-2.1.zip";>
 apache-any23-office-scraper-2.1.zip</a></td>
+              <td><a 
href="http://www.apache.org/dyn/closer.lua/any23/2.1/apache-any23-office-scraper-2.1.zip.md5";>
 apache-any23-office-scraper-2.1.zip.md5</a></td>
+              <td><a 
href="http://www.apache.org/dyn/closer.lua/any23/2.1/apache-any23-office-scraper-2.1.zip.asc";>
 apache-any23-office-scraper-2.1.zip.asc</a></td>
+              <td><a 
href="http://www.apache.org/dyn/closer.lua/any23/2.1/apache-any23-office-scraper-2.1.zip.sha512";>
 apache-any23-office-scraper-2.1.zip.sha512</a></td>
             </tr>
           </tbody>
         </table>
@@ -190,16 +202,18 @@
           </thead>
           <tbody>
             <tr>
-              <td>Apache Any23 Service 2.0 (Binary tar.gz)</td>
-              <td><a 
href="http://www.apache.org/dyn/closer.cgi/any23/2.0/any23/apache-any23-service-2.0-with-deps.tar.gz";>
 apache-any23-service-2.0-with-deps.tar.gz</a></td>
-              <td><a 
href="http://www.apache.org/dyn/closer.cgi/any23/2.0/any23/apache-any23-service-2.0-with-deps.tar.gz.md5";>
 apache-any23-service-2.0-with-deps.tar.gz.md5</a></td>
-              <td><a 
href="http://www.apache.org/dyn/closer.cgi/any23/2.0/any23/apache-any23-service-2.0-with-deps.tar.gz.asc";>
 apache-any23-service-2.0-with-deps.tar.gz.asc</a></td>
+              <td>Apache Any23 Service 2.1 (Binary tar.gz)</td>
+              <td><a 
href="http://www.apache.org/dyn/closer.lua/any23/2.1/apache-any23-service-2.1-with-deps.tar.gz";>
 apache-any23-service-2.1-with-deps.tar.gz</a></td>
+              <td><a 
href="http://www.apache.org/dyn/closer.lua/any23/2.1/apache-any23-service-2.1-with-deps.tar.gz.md5";>
 apache-any23-service-2.1-with-deps.tar.gz.md5</a></td>
+              <td><a 
href="http://www.apache.org/dyn/closer.lua/any23/2.1/apache-any23-service-2.1-with-deps.tar.gz.asc";>
 apache-any23-service-2.1-with-deps.tar.gz.asc</a></td>
+              <td><a 
href="http://www.apache.org/dyn/closer.lua/any23/2.1/apache-any23-service-2.1-with-deps.tar.gz.sha512";>
 apache-any23-service-2.1-with-deps.tar.gz.sha512</a></td>
             </tr>
             <tr>
-              <td>Apache Any23 Service 2.0 (Binary zip)</td>
-              <td><a 
href="http://www.apache.org/dyn/closer.cgi/any23/2.0/any23/apache-any23-service-2.0-with-deps.zip";>
 apache-any23-service-2.0-with-deps.zip</a></td>
-              <td><a 
href="http://www.apache.org/dyn/closer.cgi/any23/2.0/any23/apache-any23-service-2.0-with-deps.zip.md5";>
 apache-any23-service-2.0-with-deps.zip.md5</a></td>
-              <td><a 
href="http://www.apache.org/dyn/closer.cgi/any23/2.0/any23/apache-any23-service-2.0-with-deps.zip.asc";>
 apache-any23-service-2.0.zip.asc</a></td>
+              <td>Apache Any23 Service 2.1 (Binary zip)</td>
+              <td><a 
href="http://www.apache.org/dyn/closer.lua/any23/2.1/apache-any23-service-2.1-with-deps.zip";>
 apache-any23-service-2.1-with-deps.zip</a></td>
+              <td><a 
href="http://www.apache.org/dyn/closer.lua/any23/2.1/apache-any23-service-2.1-with-deps.zip.md5";>
 apache-any23-service-2.1-with-deps.zip.md5</a></td>
+              <td><a 
href="http://www.apache.org/dyn/closer.lua/any23/2.1/apache-any23-service-2.1-with-deps.zip.asc";>
 apache-any23-service-2.1.zip.asc</a></td>
+              <td><a 
href="http://www.apache.org/dyn/closer.lua/any23/2.1/apache-any23-service-2.1-with-deps.zip.sha512";>
 apache-any23-service-2.1.zip.sha512</a></td>
             </tr>
           </tbody>
         </table>
@@ -217,16 +231,18 @@
           </thead>
           <tbody>
             <tr>
-              <td>Apache Any23 Service (No deps) 2.0 (Binary tar.gz)</td>
-              <td><a 
href="http://www.apache.org/dyn/closer.cgi/any23/2.0/any23/apache-any23-service-2.0-without-deps.tar.gz";>
 apache-any23-service-2.0-without-deps.tar.gz</a></td>
-              <td><a 
href="http://www.apache.org/dyn/closer.cgi/any23/2.0/any23/apache-any23-service-2.0-without-deps.tar.gz.md5";>
 apache-any23-service-2.0-without-deps.tar.gz.md5</a></td>
-              <td><a 
href="http://www.apache.org/dyn/closer.cgi/any23/2.0/any23/apache-any23-service-2.0-without-deps.tar.gz.asc";>
 apache-any23-service-2.0-without-deps.tar.gz.asc</a></td>
+              <td>Apache Any23 Service (No deps) 2.1 (Binary tar.gz)</td>
+              <td><a 
href="http://www.apache.org/dyn/closer.lua/any23/2.1/apache-any23-service-2.1-without-deps.tar.gz";>
 apache-any23-service-2.1-without-deps.tar.gz</a></td>
+              <td><a 
href="http://www.apache.org/dyn/closer.lua/any23/2.1/apache-any23-service-2.1-without-deps.tar.gz.md5";>
 apache-any23-service-2.1-without-deps.tar.gz.md5</a></td>
+              <td><a 
href="http://www.apache.org/dyn/closer.lua/any23/2.1/apache-any23-service-2.1-without-deps.tar.gz.asc";>
 apache-any23-service-2.1-without-deps.tar.gz.asc</a></td>
+              <td><a 
href="http://www.apache.org/dyn/closer.lua/any23/2.1/apache-any23-service-2.1-without-deps.tar.gz.sha512";>
 apache-any23-service-2.1-without-deps.tar.gz.sha512</a></td>
             </tr>
             <tr>
-              <td>Apache Any23 Service (No deps) 2.0 (Binary zip)</td>
-              <td><a 
href="http://www.apache.org/dyn/closer.cgi/any23/2.0/any23/apache-any23-service-2.0-without-deps.zip";>
 apache-any23-service-2.0-without-deps.zip</a></td>
-              <td><a 
href="http://www.apache.org/dyn/closer.cgi/any23/2.0/any23/apache-any23-service-2.0-without-deps.zip.md5";>
 apache-any23-service-2.0-without-deps.zip.md5</a></td>
-              <td><a 
href="http://www.apache.org/dyn/closer.cgi/any23/2.0/any23/apache-any23-service-2.0-without-deps.zip.asc";>
 apache-any23-service-2.0-without-deps.zip.asc</a></td>
+              <td>Apache Any23 Service (No deps) 2.1 (Binary zip)</td>
+              <td><a 
href="http://www.apache.org/dyn/closer.lua/any23/2.1/apache-any23-service-2.1-without-deps.zip";>
 apache-any23-service-2.1-without-deps.zip</a></td>
+              <td><a 
href="http://www.apache.org/dyn/closer.lua/any23/2.1/apache-any23-service-2.1-without-deps.zip.md5";>
 apache-any23-service-2.1-without-deps.zip.md5</a></td>
+              <td><a 
href="http://www.apache.org/dyn/closer.lua/any23/2.1/apache-any23-service-2.1-without-deps.zip.asc";>
 apache-any23-service-2.1-without-deps.zip.asc</a></td>
+              <td><a 
href="http://www.apache.org/dyn/closer.lua/any23/2.1/apache-any23-service-2.1-without-deps.zip.sha512";>
 apache-any23-service-2.1-without-deps.zip.sha512</a></td>
             </tr>
           </tbody>
         </table>
@@ -244,16 +260,18 @@
           </thead>
           <tbody>
             <tr>
-              <td>Apache Any23 Service (Standalone server embedded) 2.0 
(Binary tar.gz)</td>
-              <td><a 
href="http://www.apache.org/dyn/closer.cgi/any23/2.0/any23/apache-any23-service-2.0-server-embedded.tar.gz";>
 apache-any23-service-2.0-server-embedded.tar.gz</a></td>
-              <td><a 
href="http://www.apache.org/dyn/closer.cgi/any23/2.0/any23/apache-any23-service-2.0-server-embedded.tar.gz.md5";>
 apache-any23-service-2.0-server-embedded.tar.gz.md5</a></td>
-              <td><a 
href="http://www.apache.org/dyn/closer.cgi/any23/2.0/any23/apache-any23-service-2.0-server-embedded.tar.gz.asc";>
 apache-any23-service-2.0-server-embedded.tar.gz.asc</a></td>
+              <td>Apache Any23 Service (Standalone server embedded) 2.1 
(Binary tar.gz)</td>
+              <td><a 
href="http://www.apache.org/dyn/closer.lua/any23/2.1/apache-any23-service-2.1-server-embedded.tar.gz";>
 apache-any23-service-2.1-server-embedded.tar.gz</a></td>
+              <td><a 
href="http://www.apache.org/dyn/closer.lua/any23/2.1/apache-any23-service-2.1-server-embedded.tar.gz.md5";>
 apache-any23-service-2.1-server-embedded.tar.gz.md5</a></td>
+              <td><a 
href="http://www.apache.org/dyn/closer.lua/any23/2.1/apache-any23-service-2.1-server-embedded.tar.gz.asc";>
 apache-any23-service-2.1-server-embedded.tar.gz.asc</a></td>
+              <td><a 
href="http://www.apache.org/dyn/closer.lua/any23/2.1/apache-any23-service-2.1-server-embedded.tar.gz.sha512";>
 apache-any23-service-2.1-server-embedded.tar.gz.sha512</a></td>
             </tr>
             <tr>
-              <td>Apache Any23 Service (Standalone server embedded) 2.0 
(Binary zip)</td>
-              <td><a 
href="http://www.apache.org/dyn/closer.cgi/any23/2.0/any23/apache-any23-service-2.0-server-embedded.zip";>
 apache-any23-service-2.0-server-embedded.zip</a></td>
-              <td><a 
href="http://www.apache.org/dyn/closer.cgi/any23/2.0/any23/apache-any23-service-2.0-server-embedded.zip.md5";>
 apache-any23-service-2.0-server-embedded.zip.md5</a></td>
-              <td><a 
href="http://www.apache.org/dyn/closer.cgi/any23/2.0/any23/apache-any23-service-2.0-server-embedded.zip.asc";>
 apache-any23-service-2.0-server-embedded.zip.asc</a></td>
+              <td>Apache Any23 Service (Standalone server embedded) 2.1 
(Binary zip)</td>
+              <td><a 
href="http://www.apache.org/dyn/closer.lua/any23/2.1/apache-any23-service-2.1-server-embedded.zip";>
 apache-any23-service-2.1-server-embedded.zip</a></td>
+              <td><a 
href="http://www.apache.org/dyn/closer.lua/any23/2.1/apache-any23-service-2.1-server-embedded.zip.md5";>
 apache-any23-service-2.1-server-embedded.zip.md5</a></td>
+              <td><a 
href="http://www.apache.org/dyn/closer.lua/any23/2.1/apache-any23-service-2.1-server-embedded.zip.asc";>
 apache-any23-service-2.1-server-embedded.zip.asc</a></td>
+              <td><a 
href="http://www.apache.org/dyn/closer.lua/any23/2.1/apache-any23-service-2.1-server-embedded.zip.sha512";>
 apache-any23-service-2.1-server-embedded.zip.sha512</a></td>
             </tr>
           </tbody>
         </table>

Reply via email to