This is an automated email from the ASF dual-hosted git repository.

lewismc pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/any23.git


The following commit(s) were added to refs/heads/master by this push:
     new 8e3201d  Update download page
8e3201d is described below

commit 8e3201db284f7f01207b5b3ef6b9f44907eb0d2c
Author: Lewis John McGibbney <[email protected]>
AuthorDate: Tue Oct 6 20:41:00 2020 -0700

    Update download page
---
 src/site/xdoc/download.xml.vm | 15 ++++++++++-----
 1 file changed, 10 insertions(+), 5 deletions(-)

diff --git a/src/site/xdoc/download.xml.vm b/src/site/xdoc/download.xml.vm
index af8ea25..4c22a46 100644
--- a/src/site/xdoc/download.xml.vm
+++ b/src/site/xdoc/download.xml.vm
@@ -97,7 +97,12 @@
     </section>
 
     <section name="Apache Any23 Plugins">
-      <subsection name="Apache Any23 Basic Crawler">
+      <subsection name="plugins">
+        <p>Various plugins were made available for Any23 releases prior to 
2.4. As of 2.4, this is not longer the case. Reasoning behind this relates to 
the size of the artifcts post introduction of the <a 
href="https://github.com/apache/any23-plugins/tree/master/openie";>Open 
Information Extraction (Open IE) module</a>. This grew the artifacts to ~1GB 
which became too large to distribute across the Apache global mirror 
network.</p>
+        <p>Any23 plugins can be obtained by <a 
href="https://github.com/apache/any23-plugins/tree/master/openie";>downloading 
and building from source</a>.</p>
+        <p>Plugin artifacts prior to 2.4 can be found in the <a 
href="http://archive.apache.org/dist/any23/";>Apache Any23 Artifact 
Archive</a>.</p>
+      </subsection>
+      <!--subsection name="Apache Any23 Basic Crawler">
         <table>
           <thead>
             <tr>
@@ -172,17 +177,17 @@
               <td>Apache Any23 Office Scraper ${latestStableRelease} (Binary 
zip)</td>
               <td><a 
href="https://www.apache.org/dyn/closer.lua/any23/${latestStableRelease}/apache-any23-office-scraper-${latestStableRelease}.zip";>
 apache-any23-office-scraper-${latestStableRelease}.zip</a></td>
               <td><a 
href="https://www.apache.org/dist/any23/${latestStableRelease}/apache-any23-office-scraper-${latestStableRelease}.zip.asc";>
 apache-any23-office-scraper-${latestStableRelease}.zip.asc</a></td>
-              <td><a 
href="https://www.apache.org/dist/any23/${latestStableRelease}/apache-any23-office-scraper-${latest.stable.released}.zip.sha512";>
 apache-any23-office-scraper-${latest.stable.released}.zip.sha512</a></td>
+              <td><a 
href="https://www.apache.org/dist/any23/${latestStableRelease}/apache-any23-office-scraper-${latestStableRelease}.zip.sha512";>
 apache-any23-office-scraper-${latest.stable.released}.zip.sha512</a></td>
             </tr>
           </tbody>
         </table>
-      </subsection>
+      </subsection-->
     </section>
 
     <section name="Apache Any23 Service">
       <subsection name="WAR packages">
-        <p>Various WAR artifacts were made available for Any23 releases prior 
to 2.2. Post 2.2, this is not longer the case. Reasoning behind this relates to 
the size of the WAR artifcts post introduction of the <a 
href="https://github.com/apache/any23/tree/master/plugins/openie";>Open 
Information Extraction (Open IE) module</a>. This grew the artifacts to ~1GB 
which became too large to distribute across the Apache global mirror 
network.</p>
-        <p>Release Any23 WAR artifacts can be generated by downloading one of 
the <a href="#Apache_Any23_Sources">Sources Artifacts</a> and then building the 
WAR artifacts from there.</p>
+        <p>Various WAR artifacts were made available for Any23 releases prior 
to 2.2. Post 2.2, this is not longer the case. Reasoning behind this relates to 
the size of the WAR artifcts post introduction of the <a 
href="https://github.com/apache/any23-plugins/tree/master/openie";>Open 
Information Extraction (Open IE) module</a>. This grew the artifacts to ~1GB 
which became too large to distribute across the Apache global mirror 
network.</p>
+        <p>The Any23 WAR artifact can be obtained by <a 
href="https://github.com/apache/any23-server";>downloading ans building from 
source</a>.</p>
         <p>WAR artifacts prior to 2.2 can be found in the <a 
href="http://archive.apache.org/dist/any23/";>Apache Any23 Artifact 
Archive</a>.</p>
         <p>For users merely wanting to see what the Any23 Service looks like 
and does, visit <b><a href="http://any23.org";></a></b>.</p>
       </subsection>

Reply via email to