You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@any23.apache.org by le...@apache.org on 2012/03/22 19:36:58 UTC

svn commit: r1303963 [1/2] - in /incubator/any23/site: any23-plugins.html developers.html download.html getting-started.html index.html install.html wiki.html

Author: lewismc
Date: Thu Mar 22 18:36:58 2012
New Revision: 1303963

URL: http://svn.apache.org/viewvc?rev=1303963&view=rev
Log:
commit to address ANY23-48

Added:
    incubator/any23/site/wiki.html
Modified:
    incubator/any23/site/any23-plugins.html
    incubator/any23/site/developers.html
    incubator/any23/site/download.html
    incubator/any23/site/getting-started.html
    incubator/any23/site/index.html
    incubator/any23/site/install.html

Modified: incubator/any23/site/any23-plugins.html
URL: http://svn.apache.org/viewvc/incubator/any23/site/any23-plugins.html?rev=1303963&r1=1303962&r2=1303963&view=diff
==============================================================================
--- incubator/any23/site/any23-plugins.html (original)
+++ incubator/any23/site/any23-plugins.html Thu Mar 22 18:36:58 2012
@@ -144,7 +144,7 @@
       <div id="bodyColumn" class="content">
         <div id="contentBox">
                               
-          <!-- 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. --><div class="section"><h2>Apache Any23 Plugins<a name="Apache_Any23_Plugins"></a></h2><div class="section"><h3>Introd
 uction<a name="Introduction"></a></h3><p>This section describes the <i>Apache Any23</i> plugins support.</p><p><i>Apache Any23</i> comes with a set of predefined plugins. Such plugins are located under the <i>any23-root</i>/<b>plugins</b> dir.</p><p>A plugin is a standard <i>Maven3</i> module containing any implementation of</p><ul><li><a href="./xref/org/apache/any23/plugin/ExtractorPlugin.html">ExtractorPlugin</a></li><li><a href="./xref/org/apache/any23/cli/Tool.html">Tool</a></li></ul></div><div class="section"><h3>How to Register a Plugin<a name="How_to_Register_a_Plugin"></a></h3><p>A plugin can be added to <i>Apache Any23</i> by:</p><ul><li>adding its <i>JAR</i> to the <i>Apache Any23</i> <i>JVM classpath</i>;</li><li>adding its <i>JAR</i> to the <i>$HOME/.any23/plugins</i> directory.<p>TODO: plugin support in CLI</p><p>TODO: plugin support in library</p><p>TODO: plugin support in Apache Any23 Service</p><p>Any implementation of <i>ExtractorPlugin</i> will automatical
 ly registered to the <a href="./xref/org/apache/any23/extractor/ExtractorRegistry.html">ExtractorRegistry</a>.</p><p>Any detected implementation of <i>Tool</i> will be listed by the <i>ToolRunner</i> command-line tool in <i>any23-root/</i><b>bin/any23tools</b> .</p></li></ul></div><div class="section"><h3>How to Build a Plugin<a name="How_to_Build_a_Plugin"></a></h3><p><i>Apache Any23</i> takes care to <i>test</i> and <i>package</i> plugins when distributed from its reactor <i>POM</i>. It is aways possible to rebuild a plugin using the command:</p><div class="source"><pre class="prettyprint">&lt;plugin-dir&gt;$ mvn clean assembly:assembly</pre></div></div><div class="section"><h3>How to Write an Extractor Plugin<a name="How_to_Write_an_Extractor_Plugin"></a></h3><p>An <i>Extractor Plugin</i> is a class:</p><ul><li>implementing the <a href="./xref/org/apache/any23/plugin/ExtractorPlugin.html">ExtractorPlugin</a> interface;</li><li>packaged under <b>org.apache.any23.plugin</b>
  .<p>An example of plugin is defined below.</p><div class="source"><pre class="prettyprint">@Author(name=&quot;Michele Mostarda (mostarda@fbk.eu)&quot;)
+          <!-- 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. --><div class="section"><h2>Apache Any23 Plugins<a name="Apache_Any23_Plugins"></a></h2><div class="section"><h3>Introd
 uction<a name="Introduction"></a></h3><p>This section describes the <i>Apache Any23</i> plugins support.</p><p><i>Apache Any23</i> comes with a set of predefined plugins. Such plugins are located under the <i>$ANY23_HOME</i>/<b>plugins</b> directory.</p><p>A plugin is a standard <i>Maven3</i> module containing any implementation of</p><ul><li><a href="./xref/org/apache/any23/plugin/ExtractorPlugin.html">ExtractorPlugin</a></li><li><a href="./xref/org/apache/any23/cli/Tool.html">Tool</a></li></ul></div><div class="section"><h3>How to Register a Plugin<a name="How_to_Register_a_Plugin"></a></h3><p>A plugin can be added to <i>Apache Any23</i> by:</p><ul><li>adding its <i>JAR</i> to the <i>Apache Any23</i> <i>JVM classpath</i>;</li><li>adding its <i>JAR</i> to the <i>$HOME/.any23/plugins</i> directory.<p>TODO: plugin support in CLI</p><p>TODO: plugin support in library</p><p>TODO: plugin support in Apache Any23 Service</p><p>Any implementation of <i>ExtractorPlugin</i> will auto
 matically registered to the <a href="./xref/org/apache/any23/extractor/ExtractorRegistry.html">ExtractorRegistry</a>.</p><p>Any detected implementation of <i>Tool</i> will be listed by the <i>ToolRunner</i> command-line tool. This can be invoked via the <i>any23tools</i> bash script, and can be found in <i>$ANY23_HOME/core/target/apache-any23-${version}/<b>bin</b></i>, once you've generated the directories with maven.</p></li></ul></div><div class="section"><h3>How to Build a Plugin<a name="How_to_Build_a_Plugin"></a></h3><p><i>Apache Any23</i> takes care to <i>test</i> and <i>package</i> plugins when distributed from its reactor <i>POM</i>. It is aways possible to rebuild a plugin using the command:</p><div class="source"><pre class="prettyprint">&lt;plugin-dir&gt;$ mvn clean assembly:assembly</pre></div></div><div class="section"><h3>How to Write an Extractor Plugin<a name="How_to_Write_an_Extractor_Plugin"></a></h3><p>An <i>Extractor Plugin</i> is a class:</p><ul><li>impl
 ementing the <a href="./xref/org/apache/any23/plugin/ExtractorPlugin.html">ExtractorPlugin</a> interface;</li><li>packaged under <b>org.apache.any23.plugin</b> .<p>An example of plugin is defined below.</p><div class="source"><pre class="prettyprint">@Author(name=&quot;Michele Mostarda (mostarda@fbk.eu)&quot;)
 public class HTMLScraperPlugin implements ExtractorPlugin {
 
     private static final Logger logger = LoggerFactory.getLogger(HTMLScraperPlugin.class);
@@ -181,7 +181,7 @@ public class Version implements Tool {
         return 0;
     }
 
-}</pre></div></li></ul></div><div class="section"><h3>Available Extractor Plugins<a name="Available_Extractor_Plugins"></a></h3><ul><li>HTML Scraper Plugin<p>The <i>HTMLScraperPlugin</i> is able to scrape plain text content from any HTML page and transform it into statement literals.</p><p>This plugin is documented <a href="./plugin-html-scraper.html">here</a>.</p></li><li>Office Scraper Plugins<p>The <i>Office Scraper Plugins</i> allow to extract semantic content from several <i>Microsoft Office</i> document formats.</p><p>These plugins are documented <a href="./plugin-office-scraper.html">here</a>.</p></li></ul></div><div class="section"><h3>Available CLI Tool Plugins<a name="Available_CLI_Tool_Plugins"></a></h3><ul><li>Crawler CLI Tool<p>The <a href="./xref/org/apache/any23/cli/Crawler.html">Crawler CLI Tool</a> is an extension of the <a href="./xref/org/apache/any23/cli/Rover.html">Rover CLI Tool</a> to add site crawling basic capabilities. More information about the <i>
 CLI</i> can be found at <a href="./getting-started.html#crawler-tool">Getting Started - Crawler Tool</a> section.</p></li></ul></div></div>
+}</pre></div></li></ul></div><div class="section"><h3>Available Extractor Plugins<a name="Available_Extractor_Plugins"></a></h3><ul><li><b>HTML Scraper Plugin</b><p>The <i>HTMLScraperPlugin</i> is able to scrape plain text content from any HTML page and transform it into statement literals.</p><p>This plugin is documented <a href="./plugin-html-scraper.html">here</a>.</p></li><li><b>Office Scraper Plugin</b><p>The <i>Office Scraper Plugin</i> allows us to extract semantic content from several <i>Microsoft Office</i> document formats.</p><p>This plugin is documented <a href="./plugin-office-scraper.html">here</a>.</p></li></ul></div><div class="section"><h3>Available CLI Tool Plugins<a name="Available_CLI_Tool_Plugins"></a></h3><ul><li><b>Basic-Crawler CLI Tool</b><p>The <a href="./xref/org/apache/any23/cli/Crawler.html">Crawler CLI Tool</a> is an extension of the <a href="./xref/org/apache/any23/cli/Rover.html">Rover CLI Tool</a>, which extends Any23 capabilities, adding bas
 ic site crawling  capabilities. More information about the <i>CLI</i> can be found at <a href="./getting-started.html#crawler-tool">Getting Started - Crawler Tool</a> section.</p></li></ul></div></div>
                   </div>
       </div>
     </div>

Modified: incubator/any23/site/developers.html
URL: http://svn.apache.org/viewvc/incubator/any23/site/developers.html?rev=1303963&r1=1303962&r2=1303963&view=diff
==============================================================================
--- incubator/any23/site/developers.html (original)
+++ incubator/any23/site/developers.html Thu Mar 22 18:36:58 2012
@@ -170,7 +170,7 @@
       <div id="bodyColumn" class="content">
         <div id="contentBox">
                               
-          <!-- 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. --><div class="section"><h2>Developers Guide<a name="Developers_Guide"></a></h2><p>This section introduces some <b>Apac
 he Any23</b> programming fundamentals.</p><div class="section"><h3><a href="./dev-data-extraction.html">Data Extraction</a><a name="Data_Extraction"></a></h3><p>Explains how to extract RDF data from HTTP resources with <b>Apache Any23</b>.</p></div><div class="section"><h3><a href="./dev-data-conversion.html">Data Conversion</a><a name="Data_Conversion"></a></h3><p>Shows how to perform RDF data conversion with <b>Apache Any23</b>.</p></div><div class="section"><h3><a href="./dev-validation-fix.html">Validation and Fixing</a><a name="Validation_and_Fixing"></a></h3><p>Demonstrates how to define validation and correction rules for HTML content with <b>Apache Any23</b>.</p></div><div class="section"><h3><a href="./dev-xpath-extractor.html">XPath Extractor</a><a name="XPath_Extractor"></a></h3><p>Explains how to write custom scraping rules for extracting RDF data from any HTML content with <b>Apache Any23</b>.</p></div><div class="section"><h3><a href="./dev-microformat-extracto
 rs.html">Microformat Extractors</a><a name="Microformat_Extractors"></a></h3><p>Explains how to write new Microformat extractors with <b>Apache Any23</b> and also report interesting notes on microformat nesting representation.</p></div><div class="section"><h3><a href="./dev-microdata-extractor.html">Microdata Extractor</a><a name="Microdata_Extractor"></a></h3><p>Explains how it works the Microdata Extractor embedded in <b>Apache Any23</b>.</p></div><div class="section"><h3><a href="./dev-csv-extractor.html">CSV Extractor</a><a name="CSV_Extractor"></a></h3><p>Explains how it works the CSV Extractor embedded in <b>Apache Any23</b>.</p></div></div>
+          <!-- 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. --><div class="section"><h2>Developers Guide<a name="Developers_Guide"></a></h2><p>This section introduces some <b>Apac
 he Any23</b> programming fundamentals.</p><div class="section"><h3><a href="./dev-data-extraction.html">Data Extraction</a><a name="Data_Extraction"></a></h3><p>Explains how to extract RDF data from HTTP resources with <b>Apache Any23</b>.</p></div><div class="section"><h3><a href="./dev-data-conversion.html">Data Conversion</a><a name="Data_Conversion"></a></h3><p>Shows how to perform RDF data conversion with <b>Apache Any23</b>.</p></div><div class="section"><h3><a href="./dev-validation-fix.html">Validation and Fixing</a><a name="Validation_and_Fixing"></a></h3><p>Demonstrates how to define validation and correction rules for HTML content with <b>Apache Any23</b>.</p></div><div class="section"><h3><a href="./dev-xpath-extractor.html">XPath Extractor</a><a name="XPath_Extractor"></a></h3><p>Explains how to write custom scraping rules for extracting RDF data from any HTML content with <b>Apache Any23</b>.</p></div><div class="section"><h3><a href="./dev-microformat-extracto
 rs.html">Microformat Extractors</a><a name="Microformat_Extractors"></a></h3><p>Explains how to write new Microformat extractors with <b>Apache Any23</b> and also report interesting notes on microformat nesting representation.</p></div><div class="section"><h3><a href="./dev-microdata-extractor.html">Microdata Extractor</a><a name="Microdata_Extractor"></a></h3><p>Explains how the Microdata Extractor embedded in <b>Apache Any23</b> works.</p></div><div class="section"><h3><a href="./dev-csv-extractor.html">CSV Extractor</a><a name="CSV_Extractor"></a></h3><p>Explains how the CSV Extractor embedded in <b>Apache Any23</b> works.</p></div></div>
                   </div>
       </div>
     </div>

Modified: incubator/any23/site/download.html
URL: http://svn.apache.org/viewvc/incubator/any23/site/download.html?rev=1303963&r1=1303962&r2=1303963&view=diff
==============================================================================
--- incubator/any23/site/download.html (original)
+++ incubator/any23/site/download.html Thu Mar 22 18:36:58 2012
@@ -66,7 +66,7 @@
                           <a href="download.html#Basic_Crawler" title="Basic Crawler">Basic Crawler</a>
             </li>
                       <li class="none">
-                          <a href="download.html#HTML_Scarper" title="HTML Scarper">HTML Scarper</a>
+                          <a href="download.html#HTML_Scraper" title="HTML Scraper">HTML Scraper</a>
             </li>
                       <li class="none">
                           <a href="download.html#Office_Scraper" title="Office Scraper">Office Scraper</a>
@@ -164,7 +164,7 @@
       <div id="bodyColumn" class="content">
         <div id="contentBox">
                               
-          <!-- 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. --><div class="section"><h2>Download Apache Any23<a name="Download_Apache_Any23"></a></h2><p>Apache Any23 is distribute
 d 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><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><p>In order to guard against corrupted downloads/installations, it is highly recommended to <a class="externalLink" href="http://www.apache.org/dev/release-signing#verifying-signature">verify the signature</a> of the release bundles against the public <a class="externalLink" href="http://www.apache.org/dist/any23/KEYS">KEYS</a> used by the Apache Any23 developers.</p><p>Apache Any23 is distributed under the <a class="externalLink" href="http://any23.apache.org/license.html"> Apache License, version 2.0</a>.</p><div class="section"><h3>Apache Any23 Sources<a name="Apache_Any23_Sources"></a></h3><table bo
 rder="1" class="zebra-striped"><tr class="a"><td align="left"></td><td align="left">Mirrors</td><td align="left">Checksum</td><td align="left">Signature</td></tr><tr class="b"><td align="left">Apache Any23 0.7.0-incubating (Source tar.gz)</td><td align="left"><a class="externalLink" href="http://www.apache.org/dyn/closer.cgi/any23/source/apache-any23-0.7.0-incubating-src.tar.gz"> apache-any23-0.7.0-incubating-src.tar.gz</a></td><td align="left"><a class="externalLink" href="http://www.apache.org/dist/any23/source/apache-any23-0.7.0-incubating-src.tar.gz.md5"> apache-any23-0.7.0-incubating-src.tar.gz.md5</a></td><td align="left"><a class="externalLink" href="http://www.apache.org/dist/any23/source/apache-any23-0.7.0-incubating-src.tar.gz.asc"> apache-any23-0.7.0-incubating-src.tar.gz.asc</a></td></tr><tr class="a"><td align="left">Apache Any23 0.7.0-incubating (Source zip)</td><td align="left"><a class="externalLink" href="http://www.apache.org/dyn/closer.cgi/any23/source/apa
 che-any23-0.7.0-incubating-src.zip"> apache-any23-0.7.0-incubating-src.zip</a></td><td align="left"><a class="externalLink" href="http://www.apache.org/dist/any23/source/apache-any23-0.7.0-incubating-src.zip.md5"> apache-any23-0.7.0-incubating-src.zip.md5</a></td><td align="left"><a class="externalLink" href="http://www.apache.org/dist/any23/source/apache-any23-0.7.0-incubating-src.zip.asc"> apache-any23-0.7.0-incubating-src.zip.asc</a></td></tr></table></div><div class="section"><h3>Apache Any23 Core<a name="Apache_Any23_Core"></a></h3><table border="1" class="zebra-striped"><tr class="a"><td align="left"></td><td align="left">Mirrors</td><td align="left">Checksum</td><td align="left">Signature</td></tr><tr class="b"><td align="left">Apache Any23 0.7.0-incubating (Binary tar.gz)</td><td align="left"><a class="externalLink" href="http://www.apache.org/dyn/closer.cgi/any23/binaries/apache-any23-0.7.0-incubating-bin.tar.gz"> apache-any23-0.7.0-incubating-bin.tar.gz</a></td><td
  align="left"><a class="externalLink" href="http://www.apache.org/dist/any23/binaries/apache-any23-0.7.0-incubating-bin.tar.gz.md5"> apache-any23-0.7.0-incubating-bin.tar.gz.md5</a></td><td align="left"><a class="externalLink" href="http://www.apache.org/dist/any23/binaries/apache-any23-0.7.0-incubating-bin.tar.gz.asc"> apache-any23-0.7.0-incubating-bin.tar.gz.asc</a></td></tr><tr class="a"><td align="left">Apache Any23 0.7.0-incubating (Binary zip)</td><td align="left"><a class="externalLink" href="http://www.apache.org/dyn/closer.cgi/any23/binaries/apache-any23-0.7.0-incubating-bin.zip"> apache-any23-0.7.0-incubating-bin.zip</a></td><td align="left"><a class="externalLink" href="http://www.apache.org/dist/any23/binaries/apache-any23-0.7.0-incubating-bin.zip.md5"> apache-any23-0.7.0-incubating-bin.zip.md5</a></td><td align="left"><a class="externalLink" href="http://www.apache.org/dist/any23/binaries/apache-any23-0.7.0-incubating-bin.zip.asc"> apache-any23-0.7.0-incubating-
 bin.zip.asc</a></td></tr></table></div><div class="section"><h3>Apache Any23 Plugins<a name="Apache_Any23_Plugins"></a></h3><div class="section"><h4>Basic Crawler<a name="Basic_Crawler"></a></h4><table border="1" class="zebra-striped"><tr class="a"><td align="left"></td><td align="left">Mirrors</td><td align="left">Checksum</td><td align="left">Signature</td></tr><tr class="b"><td align="left">Apache Any23 Basic Crawler 1.0.0-incubating (Binary tar.gz)</td><td align="left"><a class="externalLink" href="http://www.apache.org/dyn/closer.cgi/any23/binaries/apache-any23-basic-crawler-1.0.0-incubating-bin.tar.gz"> apache-any23-basic-crawler-1.0.0-incubating-bin.tar.gz</a></td><td align="left"><a class="externalLink" href="http://www.apache.org/dist/any23/binaries/apache-any23-basic-crawler-1.0.0-incubating-bin.tar.gz.md5"> apache-any23-basic-crawler-1.0.0-incubating-bin.tar.gz.md5</a></td><td align="left"><a class="externalLink" href="http://www.apache.org/dist/any23/binaries/apa
 che-any23-basic-crawler-1.0.0-incubating-bin.tar.gz.asc"> apache-any23-basic-crawler-1.0.0-incubating-bin.tar.gz.asc</a></td></tr><tr class="a"><td align="left">Apache Any23 Basic Crawler 1.0.0-incubating (Binary zip)</td><td align="left"><a class="externalLink" href="http://www.apache.org/dyn/closer.cgi/any23/binaries/apache-any23-basic-crawler-1.0.0-incubating-bin.zip"> apache-any23-basic-crawler-1.0.0-incubating-bin.zip</a></td><td align="left"><a class="externalLink" href="http://www.apache.org/dist/any23/binaries/apache-any23-basic-crawler-1.0.0-incubating-bin.zip.md5"> apache-any23-basic-crawler-1.0.0-incubating-bin.zip.md5</a></td><td align="left"><a class="externalLink" href="http://www.apache.org/dist/any23/binaries/apache-any23-basic-crawler-1.0.0-incubating-bin.zip.asc"> apache-any23-basic-crawler-1.0.0-incubating-bin.zip.asc</a></td></tr></table></div><div class="section"><h4>HTML Scarper<a name="HTML_Scarper"></a></h4><table border="1" class="zebra-striped"><tr 
 class="a"><td align="left"></td><td align="left">Mirrors</td><td align="left">Checksum</td><td align="left">Signature</td></tr><tr class="b"><td align="left">Apache Any23 HTML Scraper 1.0.1-incubating (Binary tar.gz)</td><td align="left"><a class="externalLink" href="http://www.apache.org/dyn/closer.cgi/any23/binaries/apache-any23-html-scraper-1.0.1-incubating-bin.tar.gz"> apache-any23-html-scraper-1.0.1-incubating-bin.tar.gz</a></td><td align="left"><a class="externalLink" href="http://www.apache.org/dist/any23/binaries/apache-any23-html-scraper-1.0.1-incubating-bin.tar.gz.md5"> apache-any23-html-scraper-1.0.1-incubating-bin.tar.gz.md5</a></td><td align="left"><a class="externalLink" href="http://www.apache.org/dist/any23/binaries/apache-any23-html-scraper-1.0.1-incubating-bin.tar.gz.asc"> apache-any23-html-scraper-1.0.1-incubating-bin.tar.gz.asc</a></td></tr><tr class="a"><td align="left">Apache Any23 HTML Scraper 1.0.1-incubating (Binary zip)</td><td align="left"><a class
 ="externalLink" href="http://www.apache.org/dyn/closer.cgi/any23/binaries/apache-any23-html-scraper-1.0.1-incubating-bin.zip"> apache-any23-html-scraper-1.0.1-incubating-bin.zip</a></td><td align="left"><a class="externalLink" href="http://www.apache.org/dist/any23/binaries/apache-any23-html-scraper-1.0.1-incubating-bin.zip.md5"> apache-any23-html-scraper-1.0.1-incubating-bin.zip.md5</a></td><td align="left"><a class="externalLink" href="http://www.apache.org/dist/any23/binaries/apache-any23-html-scraper-1.0.1-incubating-bin.zip.asc"> apache-any23-html-scraper-1.0.1-incubating-bin.zip.asc</a></td></tr></table></div><div class="section"><h4>Office Scraper<a name="Office_Scraper"></a></h4><table border="1" class="zebra-striped"><tr class="a"><td align="left"></td><td align="left">Mirrors</td><td align="left">Checksum</td><td align="left">Signature</td></tr><tr class="b"><td align="left">Apache Any23 Office Scraper 1.0.0-incubating (Binary tar.gz)</td><td align="left"><a class=
 "externalLink" href="http://www.apache.org/dyn/closer.cgi/any23/binaries/apache-any23-office-scraper-1.0.0-incubating-bin.tar.gz"> apache-any23-office-scraper-1.0.0-incubating-bin.tar.gz</a></td><td align="left"><a class="externalLink" href="http://www.apache.org/dist/any23/binaries/apache-any23-office-scraper-1.0.0-incubating-bin.tar.gz.md5"> apache-any23-office-scraper-1.0.0-incubating-bin.tar.gz.md5</a></td><td align="left"><a class="externalLink" href="http://www.apache.org/dist/any23/binaries/apache-any23-office-scraper-1.0.0-incubating-bin.tar.gz.asc"> apache-any23-office-scraper-1.0.0-incubating-bin.tar.gz.asc</a></td></tr><tr class="a"><td align="left">Apache Any23 Office Scraper 1.0.0-incubating (Binary zip)</td><td align="left"><a class="externalLink" href="http://www.apache.org/dyn/closer.cgi/any23/binaries/apache-any23-office-scraper-1.0.0-incubating-bin.zip"> apache-any23-office-scraper-1.0.0-incubating-bin.zip</a></td><td align="left"><a class="externalLink" hr
 ef="http://www.apache.org/dist/any23/binaries/apache-any23-office-scraper-1.0.0-incubating-bin.zip.md5"> apache-any23-office-scraper-1.0.0-incubating-bin.zip.md5</a></td><td align="left"><a class="externalLink" href="http://www.apache.org/dist/any23/binaries/apache-any23-office-scraper-1.0.0-incubating-bin.zip.asc"> apache-any23-office-scraper-1.0.0-incubating-bin.zip.asc</a></td></tr></table></div></div><div class="section"><h3>Apache Any23 Service<a name="Apache_Any23_Service"></a></h3><div class="section"><h4>WAR package with dependencies<a name="WAR_package_with_dependencies"></a></h4><table border="1" class="zebra-striped"><tr class="a"><td align="left"></td><td align="left">Mirrors</td><td align="left">Checksum</td><td align="left">Signature</td></tr><tr class="b"><td align="left">Apache Any23 Service 0.7.0-incubating (Binary tar.gz)</td><td align="left"><a class="externalLink" href="http://www.apache.org/dyn/closer.cgi/any23/binaries/apache-any23-service-0.7.0-incubat
 ing-bin.tar.gz"> apache-any23-service-0.7.0-incubating-bin.tar.gz</a></td><td align="left"><a class="externalLink" href="http://www.apache.org/dist/any23/binaries/apache-any23-service-0.7.0-incubating-bin.tar.gz.md5"> apache-any23-service-0.7.0-incubating-bin.tar.gz.md5</a></td><td align="left"><a class="externalLink" href="http://www.apache.org/dist/any23/binaries/apache-any23-service-0.7.0-incubating-bin.tar.gz.asc"> apache-any23-service-0.7.0-incubating-bin.tar.gz.asc</a></td></tr><tr class="a"><td align="left">Apache Any23 Service 0.7.0-incubating (Binary zip)</td><td align="left"><a class="externalLink" href="http://www.apache.org/dyn/closer.cgi/any23/binaries/apache-any23-service-0.7.0-incubating-bin.zip"> apache-any23-service-0.7.0-incubating-bin.zip</a></td><td align="left"><a class="externalLink" href="http://www.apache.org/dist/any23/binaries/apache-any23-service-0.7.0-incubating-bin.zip.md5"> apache-any23-service-0.7.0-incubating-bin.zip.md5</a></td><td align="lef
 t"><a class="externalLink" href="http://www.apache.org/dist/any23/binaries/apache-any23-service-0.7.0-incubating-bin.zip.asc"> apache-any23-service-0.7.0-incubating-bin.zip.asc</a></td></tr></table></div><div class="section"><h4>WAR package without dependencies<a name="WAR_package_without_dependencies"></a></h4><table border="1" class="zebra-striped"><tr class="a"><td align="left"></td><td align="left">Mirrors</td><td align="left">Checksum</td><td align="left">Signature</td></tr><tr class="b"><td align="left">Apache Any23 Service (No deps) 0.7.0-incubating (Binary tar.gz)</td><td align="left"><a class="externalLink" href="http://www.apache.org/dyn/closer.cgi/any23/binaries/apache-any23-service-0.7.0-incubating-bin-without-deps.tar.gz"> apache-any23-service-0.7.0-incubating-bin-without-deps.tar.gz</a></td><td align="left"><a class="externalLink" href="http://www.apache.org/dist/any23/binaries/apache-any23-service-0.7.0-incubating-bin-without-deps.tar.gz.md5"> apache-any23-ser
 vice-0.7.0-incubating-bin-without-deps.tar.gz.md5</a></td><td align="left"><a class="externalLink" href="http://www.apache.org/dist/any23/binaries/apache-any23-service-0.7.0-incubating-bin-without-deps.tar.gz.asc"> apache-any23-service-0.7.0-incubating-bin-without-deps.tar.gz.asc</a></td></tr><tr class="a"><td align="left">Apache Any23 Service (No deps) 0.7.0-incubating (Binary zip)</td><td align="left"><a class="externalLink" href="http://www.apache.org/dyn/closer.cgi/any23/binaries/apache-any23-service-0.7.0-incubating-bin-without-deps.zip"> apache-any23-service-0.7.0-incubating-bin-without-deps.zip</a></td><td align="left"><a class="externalLink" href="http://www.apache.org/dist/any23/binaries/apache-any23-service-0.7.0-incubating-bin-without-deps.zip.md5"> apache-any23-service-0.7.0-incubating-bin-without-deps.zip.md5</a></td><td align="left"><a class="externalLink" href="http://www.apache.org/dist/any23/binaries/apache-any23-service-0.7.0-incubating-bin-without-deps.zip
 .asc"> apache-any23-service-0.7.0-incubating-bin-without-deps.zip.asc</a></td></tr></table></div><div class="section"><h4>Standalone package with embedded Jetty<a name="Standalone_package_with_embedded_Jetty"></a></h4><table border="1" class="zebra-striped"><tr class="a"><td align="left"></td><td align="left">Mirrors</td><td align="left">Checksum</td><td align="left">Signature</td></tr><tr class="b"><td align="left">Apache Any23 Service (Standalone server embedded) 0.7.0-incubating (Binary tar.gz)</td><td align="left"><a class="externalLink" href="http://www.apache.org/dyn/closer.cgi/any23/binaries/apache-any23-service-0.7.0-incubating-bin-server-embedded.tar.gz"> apache-any23-service-0.7.0-incubating-bin-server-embedded.tar.gz</a></td><td align="left"><a class="externalLink" href="http://www.apache.org/dist/any23/binaries/apache-any23-service-0.7.0-incubating-bin-server-embedded.tar.gz.md5"> apache-any23-service-0.7.0-incubating-bin-server-embedded.tar.gz.md5</a></td><td al
 ign="left"><a class="externalLink" href="http://www.apache.org/dist/any23/binaries/apache-any23-service-0.7.0-incubating-bin-server-embedded.tar.gz.asc"> apache-any23-service-0.7.0-incubating-bin-server-embedded.tar.gz.asc</a></td></tr><tr class="a"><td align="left">Apache Any23 Service (Standalone server embedded) 0.7.0-incubating (Binary zip)</td><td align="left"><a class="externalLink" href="http://www.apache.org/dyn/closer.cgi/any23/binaries/apache-any23-service-0.7.0-incubating-bin-server-embedded.zip"> apache-any23-service-0.7.0-incubating-bin-server-embedded.zip</a></td><td align="left"><a class="externalLink" href="http://www.apache.org/dist/any23/binaries/apache-any23-service-0.7.0-incubating-bin-server-embedded.zip.md5"> apache-any23-service-0.7.0-incubating-bin-server-embedded.zip.md5</a></td><td align="left"><a class="externalLink" href="http://www.apache.org/dist/any23/binaries/apache-any23-service-0.7.0-incubating-bin-server-embedded.zip.asc"> apache-any23-serv
 ice-0.7.0-incubating-bin-server-embedded.zip.asc</a></td></tr></table></div></div></div>
+          <!-- 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. --><div class="section"><h2>Download Apache Any23<a name="Download_Apache_Any23"></a></h2><p>Apache Any23 is distribute
 d 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><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><p>In order to guard against corrupted downloads/installations, it is highly recommended to <a class="externalLink" href="http://www.apache.org/dev/release-signing#verifying-signature">verify the signature</a> of the release bundles against the public <a class="externalLink" href="http://www.apache.org/dist/any23/KEYS">KEYS</a> used by the Apache Any23 developers.</p><p>Apache Any23 is distributed under the <a class="externalLink" href="http://any23.apache.org/license.html"> Apache License, version 2.0</a>.</p><div class="section"><h3>Apache Any23 Sources<a name="Apache_Any23_Sources"></a></h3><table bo
 rder="1" class="zebra-striped"><tr class="a"><td align="left"></td><td align="left">Mirrors</td><td align="left">Checksum</td><td align="left">Signature</td></tr><tr class="b"><td align="left">Apache Any23 0.7.0-incubating (Source tar.gz)</td><td align="left"><a class="externalLink" href="http://www.apache.org/dyn/closer.cgi/any23/source/apache-any23-0.7.0-incubating-src.tar.gz"> apache-any23-0.7.0-incubating-src.tar.gz</a></td><td align="left"><a class="externalLink" href="http://www.apache.org/dist/any23/source/apache-any23-0.7.0-incubating-src.tar.gz.md5"> apache-any23-0.7.0-incubating-src.tar.gz.md5</a></td><td align="left"><a class="externalLink" href="http://www.apache.org/dist/any23/source/apache-any23-0.7.0-incubating-src.tar.gz.asc"> apache-any23-0.7.0-incubating-src.tar.gz.asc</a></td></tr><tr class="a"><td align="left">Apache Any23 0.7.0-incubating (Source zip)</td><td align="left"><a class="externalLink" href="http://www.apache.org/dyn/closer.cgi/any23/source/apa
 che-any23-0.7.0-incubating-src.zip"> apache-any23-0.7.0-incubating-src.zip</a></td><td align="left"><a class="externalLink" href="http://www.apache.org/dist/any23/source/apache-any23-0.7.0-incubating-src.zip.md5"> apache-any23-0.7.0-incubating-src.zip.md5</a></td><td align="left"><a class="externalLink" href="http://www.apache.org/dist/any23/source/apache-any23-0.7.0-incubating-src.zip.asc"> apache-any23-0.7.0-incubating-src.zip.asc</a></td></tr></table></div><div class="section"><h3>Apache Any23 Core<a name="Apache_Any23_Core"></a></h3><table border="1" class="zebra-striped"><tr class="a"><td align="left"></td><td align="left">Mirrors</td><td align="left">Checksum</td><td align="left">Signature</td></tr><tr class="b"><td align="left">Apache Any23 0.7.0-incubating (Binary tar.gz)</td><td align="left"><a class="externalLink" href="http://www.apache.org/dyn/closer.cgi/any23/binaries/apache-any23-0.7.0-incubating-bin.tar.gz"> apache-any23-0.7.0-incubating-bin.tar.gz</a></td><td
  align="left"><a class="externalLink" href="http://www.apache.org/dist/any23/binaries/apache-any23-0.7.0-incubating-bin.tar.gz.md5"> apache-any23-0.7.0-incubating-bin.tar.gz.md5</a></td><td align="left"><a class="externalLink" href="http://www.apache.org/dist/any23/binaries/apache-any23-0.7.0-incubating-bin.tar.gz.asc"> apache-any23-0.7.0-incubating-bin.tar.gz.asc</a></td></tr><tr class="a"><td align="left">Apache Any23 0.7.0-incubating (Binary zip)</td><td align="left"><a class="externalLink" href="http://www.apache.org/dyn/closer.cgi/any23/binaries/apache-any23-0.7.0-incubating-bin.zip"> apache-any23-0.7.0-incubating-bin.zip</a></td><td align="left"><a class="externalLink" href="http://www.apache.org/dist/any23/binaries/apache-any23-0.7.0-incubating-bin.zip.md5"> apache-any23-0.7.0-incubating-bin.zip.md5</a></td><td align="left"><a class="externalLink" href="http://www.apache.org/dist/any23/binaries/apache-any23-0.7.0-incubating-bin.zip.asc"> apache-any23-0.7.0-incubating-
 bin.zip.asc</a></td></tr></table></div><div class="section"><h3>Apache Any23 Plugins<a name="Apache_Any23_Plugins"></a></h3><div class="section"><h4>Basic Crawler<a name="Basic_Crawler"></a></h4><table border="1" class="zebra-striped"><tr class="a"><td align="left"></td><td align="left">Mirrors</td><td align="left">Checksum</td><td align="left">Signature</td></tr><tr class="b"><td align="left">Apache Any23 Basic Crawler 1.0.0-incubating (Binary tar.gz)</td><td align="left"><a class="externalLink" href="http://www.apache.org/dyn/closer.cgi/any23/binaries/apache-any23-basic-crawler-1.0.0-incubating-bin.tar.gz"> apache-any23-basic-crawler-1.0.0-incubating-bin.tar.gz</a></td><td align="left"><a class="externalLink" href="http://www.apache.org/dist/any23/binaries/apache-any23-basic-crawler-1.0.0-incubating-bin.tar.gz.md5"> apache-any23-basic-crawler-1.0.0-incubating-bin.tar.gz.md5</a></td><td align="left"><a class="externalLink" href="http://www.apache.org/dist/any23/binaries/apa
 che-any23-basic-crawler-1.0.0-incubating-bin.tar.gz.asc"> apache-any23-basic-crawler-1.0.0-incubating-bin.tar.gz.asc</a></td></tr><tr class="a"><td align="left">Apache Any23 Basic Crawler 1.0.0-incubating (Binary zip)</td><td align="left"><a class="externalLink" href="http://www.apache.org/dyn/closer.cgi/any23/binaries/apache-any23-basic-crawler-1.0.0-incubating-bin.zip"> apache-any23-basic-crawler-1.0.0-incubating-bin.zip</a></td><td align="left"><a class="externalLink" href="http://www.apache.org/dist/any23/binaries/apache-any23-basic-crawler-1.0.0-incubating-bin.zip.md5"> apache-any23-basic-crawler-1.0.0-incubating-bin.zip.md5</a></td><td align="left"><a class="externalLink" href="http://www.apache.org/dist/any23/binaries/apache-any23-basic-crawler-1.0.0-incubating-bin.zip.asc"> apache-any23-basic-crawler-1.0.0-incubating-bin.zip.asc</a></td></tr></table></div><div class="section"><h4>HTML Scraper<a name="HTML_Scraper"></a></h4><table border="1" class="zebra-striped"><tr 
 class="a"><td align="left"></td><td align="left">Mirrors</td><td align="left">Checksum</td><td align="left">Signature</td></tr><tr class="b"><td align="left">Apache Any23 HTML Scraper 1.0.1-incubating (Binary tar.gz)</td><td align="left"><a class="externalLink" href="http://www.apache.org/dyn/closer.cgi/any23/binaries/apache-any23-html-scraper-1.0.1-incubating-bin.tar.gz"> apache-any23-html-scraper-1.0.1-incubating-bin.tar.gz</a></td><td align="left"><a class="externalLink" href="http://www.apache.org/dist/any23/binaries/apache-any23-html-scraper-1.0.1-incubating-bin.tar.gz.md5"> apache-any23-html-scraper-1.0.1-incubating-bin.tar.gz.md5</a></td><td align="left"><a class="externalLink" href="http://www.apache.org/dist/any23/binaries/apache-any23-html-scraper-1.0.1-incubating-bin.tar.gz.asc"> apache-any23-html-scraper-1.0.1-incubating-bin.tar.gz.asc</a></td></tr><tr class="a"><td align="left">Apache Any23 HTML Scraper 1.0.1-incubating (Binary zip)</td><td align="left"><a class
 ="externalLink" href="http://www.apache.org/dyn/closer.cgi/any23/binaries/apache-any23-html-scraper-1.0.1-incubating-bin.zip"> apache-any23-html-scraper-1.0.1-incubating-bin.zip</a></td><td align="left"><a class="externalLink" href="http://www.apache.org/dist/any23/binaries/apache-any23-html-scraper-1.0.1-incubating-bin.zip.md5"> apache-any23-html-scraper-1.0.1-incubating-bin.zip.md5</a></td><td align="left"><a class="externalLink" href="http://www.apache.org/dist/any23/binaries/apache-any23-html-scraper-1.0.1-incubating-bin.zip.asc"> apache-any23-html-scraper-1.0.1-incubating-bin.zip.asc</a></td></tr></table></div><div class="section"><h4>Office Scraper<a name="Office_Scraper"></a></h4><table border="1" class="zebra-striped"><tr class="a"><td align="left"></td><td align="left">Mirrors</td><td align="left">Checksum</td><td align="left">Signature</td></tr><tr class="b"><td align="left">Apache Any23 Office Scraper 1.0.0-incubating (Binary tar.gz)</td><td align="left"><a class=
 "externalLink" href="http://www.apache.org/dyn/closer.cgi/any23/binaries/apache-any23-office-scraper-1.0.0-incubating-bin.tar.gz"> apache-any23-office-scraper-1.0.0-incubating-bin.tar.gz</a></td><td align="left"><a class="externalLink" href="http://www.apache.org/dist/any23/binaries/apache-any23-office-scraper-1.0.0-incubating-bin.tar.gz.md5"> apache-any23-office-scraper-1.0.0-incubating-bin.tar.gz.md5</a></td><td align="left"><a class="externalLink" href="http://www.apache.org/dist/any23/binaries/apache-any23-office-scraper-1.0.0-incubating-bin.tar.gz.asc"> apache-any23-office-scraper-1.0.0-incubating-bin.tar.gz.asc</a></td></tr><tr class="a"><td align="left">Apache Any23 Office Scraper 1.0.0-incubating (Binary zip)</td><td align="left"><a class="externalLink" href="http://www.apache.org/dyn/closer.cgi/any23/binaries/apache-any23-office-scraper-1.0.0-incubating-bin.zip"> apache-any23-office-scraper-1.0.0-incubating-bin.zip</a></td><td align="left"><a class="externalLink" hr
 ef="http://www.apache.org/dist/any23/binaries/apache-any23-office-scraper-1.0.0-incubating-bin.zip.md5"> apache-any23-office-scraper-1.0.0-incubating-bin.zip.md5</a></td><td align="left"><a class="externalLink" href="http://www.apache.org/dist/any23/binaries/apache-any23-office-scraper-1.0.0-incubating-bin.zip.asc"> apache-any23-office-scraper-1.0.0-incubating-bin.zip.asc</a></td></tr></table></div></div><div class="section"><h3>Apache Any23 Service<a name="Apache_Any23_Service"></a></h3><div class="section"><h4>WAR package with dependencies<a name="WAR_package_with_dependencies"></a></h4><table border="1" class="zebra-striped"><tr class="a"><td align="left"></td><td align="left">Mirrors</td><td align="left">Checksum</td><td align="left">Signature</td></tr><tr class="b"><td align="left">Apache Any23 Service 0.7.0-incubating (Binary tar.gz)</td><td align="left"><a class="externalLink" href="http://www.apache.org/dyn/closer.cgi/any23/binaries/apache-any23-service-0.7.0-incubat
 ing-bin.tar.gz"> apache-any23-service-0.7.0-incubating-bin.tar.gz</a></td><td align="left"><a class="externalLink" href="http://www.apache.org/dist/any23/binaries/apache-any23-service-0.7.0-incubating-bin.tar.gz.md5"> apache-any23-service-0.7.0-incubating-bin.tar.gz.md5</a></td><td align="left"><a class="externalLink" href="http://www.apache.org/dist/any23/binaries/apache-any23-service-0.7.0-incubating-bin.tar.gz.asc"> apache-any23-service-0.7.0-incubating-bin.tar.gz.asc</a></td></tr><tr class="a"><td align="left">Apache Any23 Service 0.7.0-incubating (Binary zip)</td><td align="left"><a class="externalLink" href="http://www.apache.org/dyn/closer.cgi/any23/binaries/apache-any23-service-0.7.0-incubating-bin.zip"> apache-any23-service-0.7.0-incubating-bin.zip</a></td><td align="left"><a class="externalLink" href="http://www.apache.org/dist/any23/binaries/apache-any23-service-0.7.0-incubating-bin.zip.md5"> apache-any23-service-0.7.0-incubating-bin.zip.md5</a></td><td align="lef
 t"><a class="externalLink" href="http://www.apache.org/dist/any23/binaries/apache-any23-service-0.7.0-incubating-bin.zip.asc"> apache-any23-service-0.7.0-incubating-bin.zip.asc</a></td></tr></table></div><div class="section"><h4>WAR package without dependencies<a name="WAR_package_without_dependencies"></a></h4><table border="1" class="zebra-striped"><tr class="a"><td align="left"></td><td align="left">Mirrors</td><td align="left">Checksum</td><td align="left">Signature</td></tr><tr class="b"><td align="left">Apache Any23 Service (No deps) 0.7.0-incubating (Binary tar.gz)</td><td align="left"><a class="externalLink" href="http://www.apache.org/dyn/closer.cgi/any23/binaries/apache-any23-service-0.7.0-incubating-bin-without-deps.tar.gz"> apache-any23-service-0.7.0-incubating-bin-without-deps.tar.gz</a></td><td align="left"><a class="externalLink" href="http://www.apache.org/dist/any23/binaries/apache-any23-service-0.7.0-incubating-bin-without-deps.tar.gz.md5"> apache-any23-ser
 vice-0.7.0-incubating-bin-without-deps.tar.gz.md5</a></td><td align="left"><a class="externalLink" href="http://www.apache.org/dist/any23/binaries/apache-any23-service-0.7.0-incubating-bin-without-deps.tar.gz.asc"> apache-any23-service-0.7.0-incubating-bin-without-deps.tar.gz.asc</a></td></tr><tr class="a"><td align="left">Apache Any23 Service (No deps) 0.7.0-incubating (Binary zip)</td><td align="left"><a class="externalLink" href="http://www.apache.org/dyn/closer.cgi/any23/binaries/apache-any23-service-0.7.0-incubating-bin-without-deps.zip"> apache-any23-service-0.7.0-incubating-bin-without-deps.zip</a></td><td align="left"><a class="externalLink" href="http://www.apache.org/dist/any23/binaries/apache-any23-service-0.7.0-incubating-bin-without-deps.zip.md5"> apache-any23-service-0.7.0-incubating-bin-without-deps.zip.md5</a></td><td align="left"><a class="externalLink" href="http://www.apache.org/dist/any23/binaries/apache-any23-service-0.7.0-incubating-bin-without-deps.zip
 .asc"> apache-any23-service-0.7.0-incubating-bin-without-deps.zip.asc</a></td></tr></table></div><div class="section"><h4>Standalone package with embedded Jetty<a name="Standalone_package_with_embedded_Jetty"></a></h4><table border="1" class="zebra-striped"><tr class="a"><td align="left"></td><td align="left">Mirrors</td><td align="left">Checksum</td><td align="left">Signature</td></tr><tr class="b"><td align="left">Apache Any23 Service (Standalone server embedded) 0.7.0-incubating (Binary tar.gz)</td><td align="left"><a class="externalLink" href="http://www.apache.org/dyn/closer.cgi/any23/binaries/apache-any23-service-0.7.0-incubating-bin-server-embedded.tar.gz"> apache-any23-service-0.7.0-incubating-bin-server-embedded.tar.gz</a></td><td align="left"><a class="externalLink" href="http://www.apache.org/dist/any23/binaries/apache-any23-service-0.7.0-incubating-bin-server-embedded.tar.gz.md5"> apache-any23-service-0.7.0-incubating-bin-server-embedded.tar.gz.md5</a></td><td al
 ign="left"><a class="externalLink" href="http://www.apache.org/dist/any23/binaries/apache-any23-service-0.7.0-incubating-bin-server-embedded.tar.gz.asc"> apache-any23-service-0.7.0-incubating-bin-server-embedded.tar.gz.asc</a></td></tr><tr class="a"><td align="left">Apache Any23 Service (Standalone server embedded) 0.7.0-incubating (Binary zip)</td><td align="left"><a class="externalLink" href="http://www.apache.org/dyn/closer.cgi/any23/binaries/apache-any23-service-0.7.0-incubating-bin-server-embedded.zip"> apache-any23-service-0.7.0-incubating-bin-server-embedded.zip</a></td><td align="left"><a class="externalLink" href="http://www.apache.org/dist/any23/binaries/apache-any23-service-0.7.0-incubating-bin-server-embedded.zip.md5"> apache-any23-service-0.7.0-incubating-bin-server-embedded.zip.md5</a></td><td align="left"><a class="externalLink" href="http://www.apache.org/dist/any23/binaries/apache-any23-service-0.7.0-incubating-bin-server-embedded.zip.asc"> apache-any23-serv
 ice-0.7.0-incubating-bin-server-embedded.zip.asc</a></td></tr></table></div></div></div>
                   </div>
       </div>
     </div>

Modified: incubator/any23/site/getting-started.html
URL: http://svn.apache.org/viewvc/incubator/any23/site/getting-started.html?rev=1303963&r1=1303962&r2=1303963&view=diff
==============================================================================
--- incubator/any23/site/getting-started.html (original)
+++ incubator/any23/site/getting-started.html Thu Mar 22 18:36:58 2012
@@ -144,7 +144,7 @@
       <div id="bodyColumn" class="content">
         <div id="contentBox">
                               
-          <!-- 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. --><div class="section"><h2>Getting started with <b>Apache Any23</b><a name="Getting_started_with_Apache_Any23"></a></h
 2><p><b>Apache Any23</b> can be used:</p><ul><li>via CLI (command line interface) from your preferred shell environment; * as a RESTful Webservice; * as a library.</li></ul><div class="section"><h3><b>Apache Any23</b> Modules<a name="Apache_Any23_Modules"></a></h3><p><b>Apache Any23</b> is composed of the following modules:</p><ul><li><tt>any23-core/</tt> The core library.</li><li><tt>any23-service/</tt> The REST service.</li><li><tt>any23-plugins/</tt> The core additional plugins.</li></ul></div><div class="section"><h3>Use the <b>Apache Any23</b> CLI<a name="Use_the_Apache_Any23_CLI"></a></h3><p>The command-line tools support is provided by the <b>any23-core</b> module.</p><p>Once <b>Apache Any23</b> has been correctly <a href="./install.html">installed</a>, if you want to use it as a commandline tool, use the shell scripts within the <b>&quot;any23-core/bin&quot;</b> directory. These are provided both for Unix (Linux/OSX).</p><p>The main script is <b>&quot;any23tools&quot
 ;</b> which provides analysis, documentation, testing and debugging utilities.</p><p>Simply running <i>./any23tools</i> without options will show the <i>default configuration properties</i> and the <i>usage</i> options. The resource (URL or local file) is the only mandatory argument. It is possible also to specify input format, output format and other advanced options.</p><div class="source"><pre class="prettyprint">any23-core/bin$ ./any23tools
+          <!-- 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. --><div class="section"><h2>Getting started with <b>Apache Any23</b><a name="Getting_started_with_Apache_Any23"></a></h
 2><p><b>Apache Any23</b> can be used:</p><ul><li>via CLI (command line interface) from your preferred shell environment; * as a RESTful Webservice; * as a library.</li></ul><div class="section"><h3><b>Apache Any23</b> Modules<a name="Apache_Any23_Modules"></a></h3><p><b>Apache Any23</b> is composed of the following modules:</p><ul><li><tt>core/</tt> The core library.</li><li><tt>service/</tt> The REST service.</li><li><tt>plugins/</tt> The core additional plugins.</li></ul></div><div class="section"><h3>Use the <b>Apache Any23</b> CLI<a name="Use_the_Apache_Any23_CLI"></a></h3><p>The command-line tools support is provided by the <b>core</b> module.</p><p>Once <b>Apache Any23</b> has been correctly <a href="./install.html">installed</a>, if you want to use it as a commandline tool, use the shell scripts within the unpacked <b>&quot;core/target/any23-${version}/bin&quot;</b> directory (which is generated via maven). The Any23 architecture centralizes CLI communication via the 
 scripts generated via Maven. These are provided both for Unix (Linux/OSX).</p><p>The main script is <b>&quot;any23tools&quot;</b> which provides analysis, documentation, testing and debugging utilities.</p><p>Simply running <i>./any23tools</i> without options will show the <i>default configuration properties</i> and the <i>usage</i> options. The resource (URL or local file) is the only mandatory argument. It is possible also to specify input format, output format and other advanced options.</p><div class="source"><pre class="prettyprint">core/target/any23-${version}/bin$ ./any23tools
 Usage: ToolRunner &lt;utility&gt; [options...]
  where &lt;utility&gt; is one of:
     ExtractorDocumentation                Utility for obtaining documentation about metadata extractors.
@@ -153,7 +153,7 @@ Usage: ToolRunner &lt;utility&gt; [optio
     PluginVerifier                                           Utility for plugin management verification.
     Rover                                                                       Apache Any23 Command Line Tool.
     Version                        Prints out the current library version and configuration information.
-    VocabPrinter                            Prints out the RDF Schema of the vocabularies used by Apache Any23.</pre></div><p>The <i>any23tools</i> script detects a list of available utilities within the <b>any23-core</b> and <b>plugins</b> classpath and allows to activate them.</p><p>The <i>any23-core</i> CLI tools are:</p><ul><li><tt>ExtractorDocumentation</tt>: a utility for obtaining useful information about extractors.</li><li><tt>MicrodataParser</tt>: commandline parser to extract specific Microdata content from a web page (local or remote) and produce a JSON output compliant with the Microdata specification (<a class="externalLink" href="http://www.w3.org/TR/microdata/">http://www.w3.org/TR/microdata/</a>).</li><li><tt>MimeDetector</tt>: detects the MIME Type for any HTTP / file / direct input resource.</li><li><tt>PluginVerifier</tt>: a utility for verifying <i>Apache Any23</i> plugins.</li><li><tt>Rover</tt>: the RDF extraction tool.</li><li><tt>Version</tt>: prints
  out useful information about the library version and configuration.</li><li><tt>VocabPrinter</tt>: allows to dump all the <b>RDFSchema</b> vocabularies declared within Apache Any23.</li></ul><div class="section"><h4>Rover<a name="Rover"></a></h4><p>Rover is the main extraction tool. It allows to extract metadata from local and remote (HTTP) resources, specify a custom list of extractors, specify the desired output format and other flags to suppress noise and generate advanced reports.</p><div class="source"><pre class="prettyprint">any23-core/bin$ any23tools Rover
+    VocabPrinter                            Prints out the RDF Schema of the vocabularies used by Apache Any23.</pre></div><p>The <i>any23tools</i> script detects a list of available utilities within the <b>core</b> and <b>plugins</b> classpath and allows to activate them.</p><p>The <i>core</i> CLI tools are:</p><ul><li><tt>ExtractorDocumentation</tt>: a utility for obtaining useful information about extractors.</li><li><tt>MicrodataParser</tt>: commandline parser to extract specific Microdata content from a web page (local or remote) and produce a JSON output compliant with the Microdata specification (<a class="externalLink" href="http://www.w3.org/TR/microdata/">http://www.w3.org/TR/microdata/</a>).</li><li><tt>MimeDetector</tt>: detects the MIME Type for any HTTP / file / direct input resource.</li><li><tt>PluginVerifier</tt>: a utility for verifying <i>Apache Any23</i> plugins.</li><li><tt>Rover</tt>: the RDF extraction tool.</li><li><tt>Version</tt>: prints out useful 
 information about the library version and configuration.</li><li><tt>VocabPrinter</tt>: allows to dump all the <b>RDFSchema</b> vocabularies declared within Apache Any23.</li></ul><div class="section"><h4>Rover<a name="Rover"></a></h4><p>Rover is the main extraction tool. It allows to extract metadata from local and remote (HTTP) resources, specify a custom list of extractors, specify the desired output format and other flags to suppress noise and generate advanced reports.</p><div class="source"><pre class="prettyprint">core/target/any23-${version}/bin$ any23tools Rover
 usage: [{&lt;url&gt;|&lt;file&gt;}]+ [-d &lt;arg&gt;] [-e &lt;arg&gt;] [-f &lt;arg&gt;] [-h] [-l &lt;arg&gt;]
        [-n] [-o &lt;arg&gt;] [-p] [-s] [-t] [-v]
  -d,--defaultns &lt;arg&gt;       Override the default namespace used to produce
@@ -173,7 +173,7 @@ usage: [{&lt;url&gt;|&lt;file&gt;}]+ [-d
  -t,--notrivial             Filter trivial statements (e.g. CSS related
                             ones).
  -v,--verbose               Show debug and progress information.
-Expected at least 1 argument.</pre></div><p>Extract metadata from an <b>HTML</b> page:</p><div class="source"><pre class="prettyprint">any23-core/bin$ ./any23tools Rover http://yourdomain/yourfile</pre></div><p>Extract metadata from a <b>local</b> resource:</p><div class="source"><pre class="prettyprint">any23-core/bin$ ./any23tools Rover myfoaf.rdf</pre></div><p>Specify the output format, use the option <b>&quot;-f&quot;</b> or <b>&quot;--format&quot;</b>: (Default output format is <b>TURTLE</b>).</p><div class="source"><pre class="prettyprint">any23-core/bin$ ./any23tools Rover -f quad myfoaf.rdf</pre></div><p>Filtering trivial statements</p><p>By default, <b>Apache Any23</b> will extract <i>HTML/head</i> meta information, such as links to <i>CSS stylesheets</i> or meta information like the author or the software used to create the <i>html</i>. Hence, if the user is only interested in the structured content from the <i>HTML/body</i> tag we offer a filter functionality, act
 ivated by the <b>&quot;-t&quot;</b> command line argument.</p><div class="source"><pre class="prettyprint">any23-core/bin$ ./any23tools Rover -t -f quad myfoaf.rdf</pre></div></div><div class="section"><h4>ExtractorDocumentation<a name="ExtractorDocumentation"></a></h4><p>The ExtractorDocumentation returns human readable information about the registered extractors.</p><div class="source"><pre class="prettyprint">any23-core/bin$ ./any23tools ExtractorDocumentation
+Expected at least 1 argument.</pre></div><p>Extract metadata from an <b>HTML</b> page:</p><div class="source"><pre class="prettyprint">core/target/any23-${version}/bin$ ./any23tools Rover http://yourdomain/yourfile</pre></div><p>Extract metadata from a <b>local</b> resource:</p><div class="source"><pre class="prettyprint">core/target/any23-${version}/bin$ ./any23tools Rover myfoaf.rdf</pre></div><p>Specify the output format, use the option <b>&quot;-f&quot;</b> or <b>&quot;--format&quot;</b>: (Default output format is <b>TURTLE</b>).</p><div class="source"><pre class="prettyprint">core/target/any23-${version}/bin$ ./any23tools Rover -f quad myfoaf.rdf</pre></div><p>Filtering trivial statements</p><p>By default, <b>Apache Any23</b> will extract <i>HTML/head</i> meta information, such as links to <i>CSS stylesheets</i> or meta information like the author or the software used to create the <i>html</i>. Hence, if the user is only interested in the structured content from the <i>
 HTML/body</i> tag we offer a filter functionality, activated by the <b>&quot;-t&quot;</b> command line argument.</p><div class="source"><pre class="prettyprint">core/target/any23-${version}/bin$ ./any23tools Rover -t -f quad myfoaf.rdf</pre></div></div><div class="section"><h4>ExtractorDocumentation<a name="ExtractorDocumentation"></a></h4><p>The ExtractorDocumentation returns human readable information about the registered extractors.</p><div class="source"><pre class="prettyprint">core/target/any23-${version}/bin$ ./any23tools ExtractorDocumentation
 Usage:
   ExtractorDocumentation -list
       shows the names of all available extractors
@@ -185,7 +185,7 @@ Usage:
       shows example output for the given extractor
 
   ExtractorDocumentation -all
-      shows a report about all available extractors</pre></div><p>List all the available extractors:</p><div class="source"><pre class="prettyprint">any23-core/bin$ ./any23tools ExtractorDocumentation -list
+      shows a report about all available extractors</pre></div><p>List all the available extractors:</p><div class="source"><pre class="prettyprint">core/target/any23-${version}/bin$ ./any23tools ExtractorDocumentation -list
                       csv [class org.apache.any23.extractor.csv.CSVExtractor]
            html-head-icbm [class org.apache.any23.extractor.html.ICBMExtractor]
           html-head-links [class org.apache.any23.extractor.html.HeadLinkExtractor]
@@ -208,15 +208,15 @@ Usage:
                    rdf-nt [class org.apache.any23.extractor.rdf.NTriplesExtractor]
                  rdf-trix [class org.apache.any23.extractor.rdf.TriXExtractor]
                rdf-turtle [class org.apache.any23.extractor.rdf.TurtleExtractor]
-                  rdf-xml [class org.apache.any23.extractor.rdf.RDFXMLExtractor]</pre></div></div><div class="section"><h4>MicrodataParser<a name="MicrodataParser"></a></h4><p>The <i>MicrodataParser</i> tool allows to apply the only MicrodataExtractor on a specific input source and returns the extracted data in the JSON format declared in the Microdata specification section <a class="externalLink" href="http://www.w3.org/TR/microdata/#json">JSON</a>.</p><div class="source"><pre class="prettyprint">any23-core/bin$ ./any23tools MicrodataParser
-Usage: {http://path/to/resource.html|file:/path/to/local.file}</pre></div></div><div class="section"><h4>VocabPrinter<a name="VocabPrinter"></a></h4><p>The VocabPrinter Tool prints out the RDFSchema declared by all the <b>Apache Any23</b> declared vocabularies.</p><p><b>This tool is still in beta version.</b></p></div><div class="section"><h4>MimeDetector<a name="MimeDetector"></a></h4><p>The MimeDetector Tool extracts the <b>MIME Type</b> for a given source (http:// file:// inline://).</p><p>Examples:</p><div class="source"><pre class="prettyprint">any23-core/bin$ ./any23tools MimeDetector http://www.michelemostarda.com/foaf.rdf
+                  rdf-xml [class org.apache.any23.extractor.rdf.RDFXMLExtractor]</pre></div></div><div class="section"><h4>MicrodataParser<a name="MicrodataParser"></a></h4><p>The <i>MicrodataParser</i> tool allows to apply the only MicrodataExtractor on a specific input source and returns the extracted data in the JSON format declared in the Microdata specification section <a class="externalLink" href="http://www.w3.org/TR/microdata/#json">JSON</a>.</p><div class="source"><pre class="prettyprint">core/target/any23-${version}/bin$ ./any23tools MicrodataParser
+Usage: {http://path/to/resource.html|file:/path/to/local.file}</pre></div></div><div class="section"><h4>VocabPrinter<a name="VocabPrinter"></a></h4><p>The VocabPrinter Tool prints out the RDFSchema declared by all the <b>Apache Any23</b> declared vocabularies.</p><p><b>This tool is still in beta version.</b></p></div><div class="section"><h4>MimeDetector<a name="MimeDetector"></a></h4><p>The MimeDetector Tool extracts the <b>MIME Type</b> for a given source (http:// file:// inline://).</p><p>Examples:</p><div class="source"><pre class="prettyprint">core/target/any23-${version}/bin$ ./any23tools MimeDetector http://www.michelemostarda.com/foaf.rdf
 application/rdf+xml
 
 any23-core/bin$ ./any23tools MimeDetector file://../src/test/resources/application/trix/test1.trx
 application/trix
 
-any23-core/bin$ ./any23tools MimeDetector 'inline://&lt;http://s&gt; &lt;http://p&gt; &lt;http://o&gt; .'
-text/n3</pre></div></div><div class="section"><h4>PluginVerifier<a name="PluginVerifier"></a></h4><p>TODO: missing.</p></div></div><div class="section"><h3><b>Apache Any23</b> CLI <i>Plugins</i><a name="Apache_Any23_CLI_Plugins"></a></h3><p>The <b>Apache Any23</b> ToolRunner CLI (<i>bin/any23tools</i>) supports the auto detection of Tool plugins within the classpath. For further details see <a href="./any23-plugins.html">Plugins</a> section.</p><p>The default <b>any23</b> CLI plugins are enlisted below.</p><div class="section"><h4>Crawler Plugin<a name="Crawler_Plugin"></a></h4><p><a name="crawler-tool">crawler-tool</a> The <i>Crawler Plugin</i> provides basic site crawling and metadata extraction capabilities.</p><div class="source"><pre class="prettyprint">any23-core/bin$ ./any23tools Crawler
+core/target/any23-${version}/bin$ ./any23tools MimeDetector 'inline://&lt;http://s&gt; &lt;http://p&gt; &lt;http://o&gt; .'
+text/n3</pre></div></div><div class="section"><h4>PluginVerifier<a name="PluginVerifier"></a></h4><p>TODO: missing.</p></div></div><div class="section"><h3><b>Apache Any23</b> CLI <i>Plugins</i><a name="Apache_Any23_CLI_Plugins"></a></h3><p>The <b>Apache Any23</b> ToolRunner CLI (<i>bin/any23tools</i>) supports the auto detection of Tool plugins within the classpath. For further details see <a href="./any23-plugins.html">Plugins</a> section.</p><p>The default <b>any23</b> CLI plugins are enlisted below.</p><div class="section"><h4>Crawler Plugin<a name="Crawler_Plugin"></a></h4><p><a name="crawler-tool">crawler-tool</a> The <i>Crawler Plugin</i> provides basic site crawling and metadata extraction capabilities.</p><div class="source"><pre class="prettyprint">core/target/any23-${version}/bin$ ./any23tools Crawler
 usage: [{&lt;url&gt;|&lt;file&gt;}]+ [-d &lt;arg&gt;] [-e &lt;arg&gt;] [-f &lt;arg&gt;] [-h] [-l &lt;arg&gt;]
        [-maxdepth &lt;arg&gt;] [-maxpages &lt;arg&gt;] [-n] [-numcrawlers &lt;arg&gt;] [-o
        &lt;arg&gt;] [-p] [-pagefilter &lt;arg&gt;] [-politenessdelay &lt;arg&gt;] [-s]
@@ -252,7 +252,7 @@ usage: [{&lt;url&gt;|&lt;file&gt;}]+ [-d
                             q/T/]
  -t,--notrivial             Filter trivial statements (e.g. CSS related
                             ones).
- -v,--verbose               Show debug and progress information.</pre></div><p>A usage example:</p><div class="source"><pre class="prettyprint">any23-core/bin$ ./any23tools Crawler -s -f ntriples http://www.repubblica.it 1&gt; out.nt 2&gt; repubblica.log</pre></div></div></div><div class="section"><h3>Use <b>Apache Any23</b> as a RESTful Web Service<a name="Use_Apache_Any23_as_a_RESTful_Web_Service"></a></h3><p><b>Apache Any23</b> provides a Web Service that can be used to extract <i>RDF</i> from Web documents. <b>Apache Any23</b> services can be accessed through a <a href="./service.html">RESTful API</a>.</p><p>Running the server</p><p>The server command line tool is defined within the <b>any23-service</b> module. Run the <i>&quot;any23server&quot;</i> script</p><div class="source"><pre class="prettyprint">any23-service/bin$ ./any23server</pre></div><p>from the command line in order to start up the server, then go to <a class="externalLink" href="http://localhost:8080/"></a
 > to access the web interface. A live demo version of such service is running at <a class="externalLink" href="http://any23.org/"></a>. You can also start the server from Java by running the <a href="./xref/org/apache/any23/servlet/Servlet.html">Apache Any23 Servlet</a> class. Maven can be used to create a WAR file for deployment into an existing servlet container such as <a class="externalLink" href="http://tomcat.apache.org/">Apache Tomcat</a>.</p></div><div class="section"><h3>Use <b>Apache Any23</b> as a Library<a name="Use_Apache_Any23_as_a_Library"></a></h3><p>See our <a href="./developers.html">Developers guide</a> for more details.</p></div></div>
+ -v,--verbose               Show debug and progress information.</pre></div><p>A usage example:</p><div class="source"><pre class="prettyprint">core/target/any23-${version}/bin$ ./any23tools Crawler -s -f ntriples http://www.repubblica.it 1&gt; out.nt 2&gt; repubblica.log</pre></div></div></div><div class="section"><h3>Use <b>Apache Any23</b> as a RESTful Web Service<a name="Use_Apache_Any23_as_a_RESTful_Web_Service"></a></h3><p><b>Apache Any23</b> provides a Web Service that can be used to extract <i>RDF</i> from Web documents. <b>Apache Any23</b> services can be accessed through a <a href="./service.html">RESTful API</a>.</p><p>Running the server</p><p>The server command line tool is defined within the <b>service</b> module. Run the <i>&quot;any23server&quot;</i> script</p><div class="source"><pre class="prettyprint">service/target/any23-${version}/bin ./any23server</pre></div><p>from the command line in order to start up the server, then go to <a class="externalLink" href
 ="http://localhost:8080/">localhost:8080</a> to access the web interface. A live demo version of such service is running at <a class="externalLink" href="http://any23.org/">any23.org</a>. You can also start the server from Java by running the <a href="./xref/org/apache/any23/servlet/Servlet.html">Apache Any23 Servlet</a> class. Maven can be used to create a WAR file for deployment into an existing servlet container such as <a class="externalLink" href="http://tomcat.apache.org/">Apache Tomcat</a>.</p></div><div class="section"><h3>Use <b>Apache Any23</b> as a Library<a name="Use_Apache_Any23_as_a_Library"></a></h3><p>See our <a href="./developers.html">Developers guide</a> for more details.</p></div></div>
                   </div>
       </div>
     </div>

Modified: incubator/any23/site/index.html
URL: http://svn.apache.org/viewvc/incubator/any23/site/index.html?rev=1303963&r1=1303962&r2=1303963&view=diff
==============================================================================
--- incubator/any23/site/index.html (original)
+++ incubator/any23/site/index.html Thu Mar 22 18:36:58 2012
@@ -111,6 +111,9 @@
                           <a href="issue-tracking.html" title="Issue Tracking">Issue Tracking</a>
             </li>
                       <li class="none">
+                          <a href="wiki.html" title="Wiki">Wiki</a>
+            </li>
+                      <li class="none">
                           <a href="mail-lists.html" title="Mailing Lists">Mailing Lists</a>
             </li>
                       <li class="none">