Modified: any23/site/configuration.html URL: http://svn.apache.org/viewvc/any23/site/configuration.html?rev=1813987&r1=1813986&r2=1813987&view=diff ============================================================================== --- any23/site/configuration.html (original) +++ any23/site/configuration.html Wed Nov 1 19:59:18 2017 @@ -1,6 +1,6 @@ <!DOCTYPE html> <!-- - | Generated by Apache Maven Doxia at 2017-03-08 + | Generated by Apache Maven Doxia at 2017-11-01 | Rendered using Apache Maven Fluido Skin 1.3.0 --> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> @@ -8,7 +8,7 @@ <meta charset="UTF-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <meta name="author" content="The Apache Software Foundation" /> - <meta name="Date-Revision-yyyymmdd" content="20170308" /> + <meta name="Date-Revision-yyyymmdd" content="20171101" /> <meta http-equiv="Content-Language" content="en" /> <title>Apache Any23 – Apache Any23 - Configuration</title> <link rel="stylesheet" href="./css/apache-maven-fluido-1.3.0.min.css" /> @@ -42,8 +42,8 @@ <ul class="breadcrumb"> - <li id="publishDate">Last Published: 2017-03-08</li> - <li class="divider">|</li> <li id="projectVersion">Version: 2.1-SNAPSHOT</li> + <li id="publishDate">Last Published: 2017-11-01</li> + <li class="divider">|</li> <li id="projectVersion">Version: 2.2-SNAPSHOT</li> @@ -214,7 +214,7 @@ <div id="bodyColumn" class="span9" > - <!-- 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"> + <div class="section"> <h2><a name="Configuration"></a>Configuration</h2> <div class="section"> <h3><a name="Configure_the_Core_Module"></a>Configure the Core Module</h3> @@ -336,10 +336,7 @@ any23.extract(extractionParameters, &quo </div> - <?xml version="1.0" encoding="UTF-8"?> -<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> - + </div> </footer>
Modified: any23/site/dev-csv-extractor.html URL: http://svn.apache.org/viewvc/any23/site/dev-csv-extractor.html?rev=1813987&r1=1813986&r2=1813987&view=diff ============================================================================== --- any23/site/dev-csv-extractor.html (original) +++ any23/site/dev-csv-extractor.html Wed Nov 1 19:59:18 2017 @@ -1,6 +1,6 @@ <!DOCTYPE html> <!-- - | Generated by Apache Maven Doxia at 2017-03-08 + | Generated by Apache Maven Doxia at 2017-11-01 | Rendered using Apache Maven Fluido Skin 1.3.0 --> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> @@ -8,7 +8,7 @@ <meta charset="UTF-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <meta name="author" content="The Apache Software Foundation" /> - <meta name="Date-Revision-yyyymmdd" content="20170308" /> + <meta name="Date-Revision-yyyymmdd" content="20171101" /> <meta http-equiv="Content-Language" content="en" /> <title>Apache Any23 – Apache Any23 - CSV Extractor Algorithm</title> <link rel="stylesheet" href="./css/apache-maven-fluido-1.3.0.min.css" /> @@ -42,8 +42,8 @@ <ul class="breadcrumb"> - <li id="publishDate">Last Published: 2017-03-08</li> - <li class="divider">|</li> <li id="projectVersion">Version: 2.1-SNAPSHOT</li> + <li id="publishDate">Last Published: 2017-11-01</li> + <li class="divider">|</li> <li id="projectVersion">Version: 2.2-SNAPSHOT</li> @@ -279,7 +279,7 @@ <div id="bodyColumn" class="span9" > - <!-- 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"> + <div class="section"> <h2><a name="CSV_Extractor_Algorithm"></a>CSV Extractor Algorithm</h2> <p>The <a href="./apidocs/org/apache/any23/extractor/csv/CSVExtractor.html">CSV Extractor</a> produces an RDF representation of a CSV file compliant with the <a class="externalLink" href="http://www.ietf.org/rfc/rfc4180.txt">RFC 4180</a> and that foresees an header. Such extractor relies on the presence of an header to use the named fields as RDF properties. Field delimiter could be automatically guessed or specified via <a href="./configuration.html">Apache Any23 Configuration</a>.</p> <p>Given a document with URL <i>url</i>, <b>Apache Any23</b> uses the following algorithm to extract RDF:</p> @@ -390,10 +390,7 @@ Michele; Mostarda; http://g1o.net;</pre> </div> - <?xml version="1.0" encoding="UTF-8"?> -<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> - + </div> </footer> Modified: any23/site/dev-data-conversion.html URL: http://svn.apache.org/viewvc/any23/site/dev-data-conversion.html?rev=1813987&r1=1813986&r2=1813987&view=diff ============================================================================== --- any23/site/dev-data-conversion.html (original) +++ any23/site/dev-data-conversion.html Wed Nov 1 19:59:18 2017 @@ -1,6 +1,6 @@ <!DOCTYPE html> <!-- - | Generated by Apache Maven Doxia at 2017-03-08 + | Generated by Apache Maven Doxia at 2017-11-01 | Rendered using Apache Maven Fluido Skin 1.3.0 --> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> @@ -8,7 +8,7 @@ <meta charset="UTF-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <meta name="author" content="The Apache Software Foundation" /> - <meta name="Date-Revision-yyyymmdd" content="20170308" /> + <meta name="Date-Revision-yyyymmdd" content="20171101" /> <meta http-equiv="Content-Language" content="en" /> <title>Apache Any23 – Apache Any23 - Data Conversion</title> <link rel="stylesheet" href="./css/apache-maven-fluido-1.3.0.min.css" /> @@ -42,8 +42,8 @@ <ul class="breadcrumb"> - <li id="publishDate">Last Published: 2017-03-08</li> - <li class="divider">|</li> <li id="projectVersion">Version: 2.1-SNAPSHOT</li> + <li id="publishDate">Last Published: 2017-11-01</li> + <li class="divider">|</li> <li id="projectVersion">Version: 2.2-SNAPSHOT</li> @@ -279,7 +279,7 @@ <div id="bodyColumn" class="span9" > - <!-- 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"> + <div class="section"> <h2><a name="Data_Conversion"></a>Data Conversion</h2> <div class="source"> <pre>/*1*/ Any23 runner = new Any23(); @@ -323,10 +323,7 @@ </div> - <?xml version="1.0" encoding="UTF-8"?> -<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> - + </div> </footer> Modified: any23/site/dev-data-extraction.html URL: http://svn.apache.org/viewvc/any23/site/dev-data-extraction.html?rev=1813987&r1=1813986&r2=1813987&view=diff ============================================================================== --- any23/site/dev-data-extraction.html (original) +++ any23/site/dev-data-extraction.html Wed Nov 1 19:59:18 2017 @@ -1,6 +1,6 @@ <!DOCTYPE html> <!-- - | Generated by Apache Maven Doxia at 2017-03-08 + | Generated by Apache Maven Doxia at 2017-11-01 | Rendered using Apache Maven Fluido Skin 1.3.0 --> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> @@ -8,7 +8,7 @@ <meta charset="UTF-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <meta name="author" content="The Apache Software Foundation" /> - <meta name="Date-Revision-yyyymmdd" content="20170308" /> + <meta name="Date-Revision-yyyymmdd" content="20171101" /> <meta http-equiv="Content-Language" content="en" /> <title>Apache Any23 – Apache Any23 - Data Extraction</title> <link rel="stylesheet" href="./css/apache-maven-fluido-1.3.0.min.css" /> @@ -42,8 +42,8 @@ <ul class="breadcrumb"> - <li id="publishDate">Last Published: 2017-03-08</li> - <li class="divider">|</li> <li id="projectVersion">Version: 2.1-SNAPSHOT</li> + <li id="publishDate">Last Published: 2017-11-01</li> + <li class="divider">|</li> <li id="projectVersion">Version: 2.2-SNAPSHOT</li> @@ -279,7 +279,7 @@ <div id="bodyColumn" class="span9" > - <!-- 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"> + <div class="section"> <h2><a name="Data_Extraction"></a>Data Extraction</h2> <div class="source"> <pre>/*1*/ Any23 runner = new Any23(); @@ -359,10 +359,7 @@ any23.extract(documentSource, rdfWriterH </div> - <?xml version="1.0" encoding="UTF-8"?> -<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> - + </div> </footer> Modified: any23/site/dev-microdata-extractor.html URL: http://svn.apache.org/viewvc/any23/site/dev-microdata-extractor.html?rev=1813987&r1=1813986&r2=1813987&view=diff ============================================================================== --- any23/site/dev-microdata-extractor.html (original) +++ any23/site/dev-microdata-extractor.html Wed Nov 1 19:59:18 2017 @@ -1,6 +1,6 @@ <!DOCTYPE html> <!-- - | Generated by Apache Maven Doxia at 2017-03-08 + | Generated by Apache Maven Doxia at 2017-11-01 | Rendered using Apache Maven Fluido Skin 1.3.0 --> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> @@ -8,7 +8,7 @@ <meta charset="UTF-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <meta name="author" content="The Apache Software Foundation" /> - <meta name="Date-Revision-yyyymmdd" content="20170308" /> + <meta name="Date-Revision-yyyymmdd" content="20171101" /> <meta http-equiv="Content-Language" content="en" /> <title>Apache Any23 – Apache Any23 - Microdata Extractor</title> <link rel="stylesheet" href="./css/apache-maven-fluido-1.3.0.min.css" /> @@ -42,8 +42,8 @@ <ul class="breadcrumb"> - <li id="publishDate">Last Published: 2017-03-08</li> - <li class="divider">|</li> <li id="projectVersion">Version: 2.1-SNAPSHOT</li> + <li id="publishDate">Last Published: 2017-11-01</li> + <li class="divider">|</li> <li id="projectVersion">Version: 2.2-SNAPSHOT</li> @@ -279,7 +279,7 @@ <div id="bodyColumn" class="span9" > - <!-- 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"> + <div class="section"> <h2><a name="Microdata_Extractor"></a>Microdata Extractor</h2> <p>The <b>Microdata</b> extractor is compliant with the <b>W3C</b> draft specification at <a class="externalLink" href="http://www.w3.org/TR/microdata/">http://www.w3.org/TR/microdata/</a>.</p> <p>Such extractor produces an RDF representation of the detected Microdata within an <b>XHTML5</b> document, following the algorithm at section <a class="externalLink" href="http://www.w3.org/TR/microdata/#rdf">http://www.w3.org/TR/microdata/#rdf</a>.</p> @@ -298,10 +298,7 @@ </div> - <?xml version="1.0" encoding="UTF-8"?> -<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> - + </div> </footer> Modified: any23/site/dev-microformat-extractors.html URL: http://svn.apache.org/viewvc/any23/site/dev-microformat-extractors.html?rev=1813987&r1=1813986&r2=1813987&view=diff ============================================================================== --- any23/site/dev-microformat-extractors.html (original) +++ any23/site/dev-microformat-extractors.html Wed Nov 1 19:59:18 2017 @@ -1,6 +1,6 @@ <!DOCTYPE html> <!-- - | Generated by Apache Maven Doxia at 2017-03-08 + | Generated by Apache Maven Doxia at 2017-11-01 | Rendered using Apache Maven Fluido Skin 1.3.0 --> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> @@ -8,7 +8,7 @@ <meta charset="UTF-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <meta name="author" content="The Apache Software Foundation" /> - <meta name="Date-Revision-yyyymmdd" content="20170308" /> + <meta name="Date-Revision-yyyymmdd" content="20171101" /> <meta http-equiv="Content-Language" content="en" /> <title>Apache Any23 – Apache Any23 - Microformat Extractors</title> <link rel="stylesheet" href="./css/apache-maven-fluido-1.3.0.min.css" /> @@ -42,8 +42,8 @@ <ul class="breadcrumb"> - <li id="publishDate">Last Published: 2017-03-08</li> - <li class="divider">|</li> <li id="projectVersion">Version: 2.1-SNAPSHOT</li> + <li id="publishDate">Last Published: 2017-11-01</li> + <li class="divider">|</li> <li id="projectVersion">Version: 2.2-SNAPSHOT</li> @@ -279,7 +279,7 @@ <div id="bodyColumn" class="span9" > - <!-- 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"> + <div class="section"> <h2><a name="Microformat_Extractors"></a>Microformat Extractors</h2> <p>This section describes some extractions corner-cases and their relative RDF representations. Main aim of this section is to describe how some specific cases are processed with <b>Apache Any23</b> showing the correspondences between the extracted RDF triples.</p></div> <div class="section"> @@ -382,10 +382,7 @@ public class HCardExtractor extends Enti </div> - <?xml version="1.0" encoding="UTF-8"?> -<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> - + </div> </footer> Modified: any23/site/dev-validation-fix.html URL: http://svn.apache.org/viewvc/any23/site/dev-validation-fix.html?rev=1813987&r1=1813986&r2=1813987&view=diff ============================================================================== --- any23/site/dev-validation-fix.html (original) +++ any23/site/dev-validation-fix.html Wed Nov 1 19:59:18 2017 @@ -1,6 +1,6 @@ <!DOCTYPE html> <!-- - | Generated by Apache Maven Doxia at 2017-03-08 + | Generated by Apache Maven Doxia at 2017-11-01 | Rendered using Apache Maven Fluido Skin 1.3.0 --> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> @@ -8,7 +8,7 @@ <meta charset="UTF-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <meta name="author" content="The Apache Software Foundation" /> - <meta name="Date-Revision-yyyymmdd" content="20170308" /> + <meta name="Date-Revision-yyyymmdd" content="20171101" /> <meta http-equiv="Content-Language" content="en" /> <title>Apache Any23 – Apache Any23 - Validation and Fixing</title> <link rel="stylesheet" href="./css/apache-maven-fluido-1.3.0.min.css" /> @@ -42,8 +42,8 @@ <ul class="breadcrumb"> - <li id="publishDate">Last Published: 2017-03-08</li> - <li class="divider">|</li> <li id="projectVersion">Version: 2.1-SNAPSHOT</li> + <li id="publishDate">Last Published: 2017-11-01</li> + <li class="divider">|</li> <li id="projectVersion">Version: 2.2-SNAPSHOT</li> @@ -279,7 +279,7 @@ <div id="bodyColumn" class="span9" > - <!-- 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"> + <div class="section"> <h2><a name="Validation_and_Fixing"></a>Validation and Fixing</h2> <p>Introduction</p> <p><b>Apache Any23</b> Is able to detect <b>ill-formed HTML DOM content</b> and apply fixes over it.</p> @@ -366,10 +366,7 @@ </div> - <?xml version="1.0" encoding="UTF-8"?> -<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> - + </div> </footer> Modified: any23/site/dev-xpath-extractor.html URL: http://svn.apache.org/viewvc/any23/site/dev-xpath-extractor.html?rev=1813987&r1=1813986&r2=1813987&view=diff ============================================================================== --- any23/site/dev-xpath-extractor.html (original) +++ any23/site/dev-xpath-extractor.html Wed Nov 1 19:59:18 2017 @@ -1,6 +1,6 @@ <!DOCTYPE html> <!-- - | Generated by Apache Maven Doxia at 2017-03-08 + | Generated by Apache Maven Doxia at 2017-11-01 | Rendered using Apache Maven Fluido Skin 1.3.0 --> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> @@ -8,7 +8,7 @@ <meta charset="UTF-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <meta name="author" content="The Apache Software Foundation" /> - <meta name="Date-Revision-yyyymmdd" content="20170308" /> + <meta name="Date-Revision-yyyymmdd" content="20171101" /> <meta http-equiv="Content-Language" content="en" /> <title>Apache Any23 – Apache Any23 - XPath Extractor</title> <link rel="stylesheet" href="./css/apache-maven-fluido-1.3.0.min.css" /> @@ -42,8 +42,8 @@ <ul class="breadcrumb"> - <li id="publishDate">Last Published: 2017-03-08</li> - <li class="divider">|</li> <li id="projectVersion">Version: 2.1-SNAPSHOT</li> + <li id="publishDate">Last Published: 2017-11-01</li> + <li class="divider">|</li> <li id="projectVersion">Version: 2.2-SNAPSHOT</li> @@ -279,7 +279,7 @@ <div id="bodyColumn" class="span9" > - <!-- 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"> + <div class="section"> <h2><a name="XPath_Extractor"></a>XPath Extractor</h2> <p>The XPath extractor is a specific extractor meant to scrape data from pages not containing RDF information. Such extractor is based on a set of configurable extraction rules activated by a regular expression over the page URL. When an extraction rule is activated all the variables it defines are evaluated and then a NQuads template is expanded for generating statements. See <a href="./apidocs/org/apache/any23/extractor/xpath/package-summary.html">Javadoc</a>.</p></div> </div> @@ -296,10 +296,7 @@ </div> - <?xml version="1.0" encoding="UTF-8"?> -<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> - + </div> </footer> Modified: any23/site/developers.html URL: http://svn.apache.org/viewvc/any23/site/developers.html?rev=1813987&r1=1813986&r2=1813987&view=diff ============================================================================== --- any23/site/developers.html (original) +++ any23/site/developers.html Wed Nov 1 19:59:18 2017 @@ -1,6 +1,6 @@ <!DOCTYPE html> <!-- - | Generated by Apache Maven Doxia at 2017-03-08 + | Generated by Apache Maven Doxia at 2017-11-01 | Rendered using Apache Maven Fluido Skin 1.3.0 --> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> @@ -8,7 +8,7 @@ <meta charset="UTF-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <meta name="author" content="The Apache Software Foundation" /> - <meta name="Date-Revision-yyyymmdd" content="20170308" /> + <meta name="Date-Revision-yyyymmdd" content="20171101" /> <meta http-equiv="Content-Language" content="en" /> <title>Apache Any23 – Apache Any23 - Developers Guide</title> <link rel="stylesheet" href="./css/apache-maven-fluido-1.3.0.min.css" /> @@ -42,8 +42,8 @@ <ul class="breadcrumb"> - <li id="publishDate">Last Published: 2017-03-08</li> - <li class="divider">|</li> <li id="projectVersion">Version: 2.1-SNAPSHOT</li> + <li id="publishDate">Last Published: 2017-11-01</li> + <li class="divider">|</li> <li id="projectVersion">Version: 2.2-SNAPSHOT</li> @@ -279,7 +279,7 @@ <div id="bodyColumn" class="span9" > - <!-- 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"> + <div class="section"> <h2><a name="Architectural_Overview"></a>Architectural Overview</h2><img src="./images/any23-overall.png" alt="" /> <p>The informal architectural diagram above shows the <b>Any23</b> logical modules, the main data flow and the code packages implementing such modules.</p> <p>The first module, <b>Data Fetching</b>, is responsible for retrieving raw data from the Web, its implementation package is <b>org.apache.any23.source</b>. The data collected by <i>Data Fetching</i> is analyzed by the <b>MIMEtype Detection</b> module, implemented in package <b>org.apache.any23</b>. Such module will determine the data encoding and the content <i>MIME</i> type. The identification of the MIME type is used to select a list of activable <i>Extractors</i> for the subsequent metadata extraction. </p> @@ -327,10 +327,7 @@ </div> - <?xml version="1.0" encoding="UTF-8"?> -<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> - + </div> </footer> Modified: any23/site/download.html URL: http://svn.apache.org/viewvc/any23/site/download.html?rev=1813987&r1=1813986&r2=1813987&view=diff ============================================================================== --- any23/site/download.html (original) +++ any23/site/download.html Wed Nov 1 19:59:18 2017 @@ -1,6 +1,6 @@ <!DOCTYPE html> <!-- - | Generated by Apache Maven Doxia at 2017-03-08 + | Generated by Apache Maven Doxia at 2017-11-01 | Rendered using Apache Maven Fluido Skin 1.3.0 --> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> @@ -8,7 +8,7 @@ <meta charset="UTF-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <meta name="author" content="Apache Any23 Team" /> - <meta name="Date-Revision-yyyymmdd" content="20170308" /> + <meta name="Date-Revision-yyyymmdd" content="20171101" /> <meta http-equiv="Content-Language" content="en" /> <title>Apache Any23 – Apache Any23 - Download</title> <link rel="stylesheet" href="./css/apache-maven-fluido-1.3.0.min.css" /> @@ -42,8 +42,8 @@ <ul class="breadcrumb"> - <li id="publishDate">Last Published: 2017-03-08</li> - <li class="divider">|</li> <li id="projectVersion">Version: 2.1-SNAPSHOT</li> + <li id="publishDate">Last Published: 2017-11-01</li> + <li class="divider">|</li> <li id="projectVersion">Version: 2.2-SNAPSHOT</li> @@ -258,20 +258,7 @@ <div id="bodyColumn" class="span9" > - <!-- 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"> @@ -279,7 +266,8 @@ <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 class="externalLink" 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 @@ -316,24 +304,28 @@ <tr class="b"> -<td>Apache Any23 2.0 (Source tar.gz)</td> +<td>Apache Any23 2.1 (Source tar.gz)</td> + +<td><a class="externalLink" 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 class="externalLink" 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 class="externalLink" 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 class="externalLink" 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 class="externalLink" 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 class="externalLink" 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><a class="externalLink" 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 class="a"> -<td>Apache Any23 2.0 (Source zip)</td> +<td>Apache Any23 2.1 (Source zip)</td> + +<td><a class="externalLink" 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 class="externalLink" 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 class="externalLink" 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 class="externalLink" 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 class="externalLink" 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 class="externalLink" 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><a class="externalLink" 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> @@ -341,7 +333,7 @@ <div class="section"> -<h3><a name="Apache_Any23_Core"></a>Apache Any23 Core</h3> +<h3><a name="Apache_Any23_Command_Line_Interface"></a>Apache Any23 Command Line Interface</h3> <table border="0" class="table table-striped"> <thead> @@ -361,24 +353,28 @@ <tr class="b"> -<td>Apache Any23 2.0 (Binary tar.gz)</td> +<td>Apache Any23 2.1 CLI (Binary tar.gz)</td> -<td><a class="externalLink" 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 class="externalLink" 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 class="externalLink" 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 class="externalLink" 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 class="externalLink" 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><a class="externalLink" 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 class="externalLink" 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 class="a"> -<td>Apache Any23 2.0 (Binary zip)</td> +<td>Apache Any23 2.1 CLI (Binary zip)</td> + +<td><a class="externalLink" 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 class="externalLink" 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 class="externalLink" 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 class="externalLink" 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 class="externalLink" 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 class="externalLink" 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><a class="externalLink" 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> @@ -410,24 +406,28 @@ <tr class="b"> -<td>Apache Any23 Basic Crawler 2.0 (Binary tar.gz)</td> +<td>Apache Any23 Basic Crawler 2.1 (Binary tar.gz)</td> -<td><a class="externalLink" 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 class="externalLink" 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 class="externalLink" 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 class="externalLink" 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 class="externalLink" 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><a class="externalLink" 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 class="externalLink" 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 class="a"> -<td>Apache Any23 Basic Crawler 2.0 (Binary zip)</td> +<td>Apache Any23 Basic Crawler 2.1 (Binary zip)</td> + +<td><a class="externalLink" 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 class="externalLink" 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 class="externalLink" 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 class="externalLink" 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 class="externalLink" 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 class="externalLink" 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><a class="externalLink" 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> @@ -435,7 +435,7 @@ <div class="section"> -<h3><a name="Apache_Any23_HTML_Scarper"></a>Apache Any23 HTML Scarper</h3> +<h3><a name="Apache_Any23_HTML_Scraper"></a>Apache Any23 HTML Scraper</h3> <table border="0" class="table table-striped"> <thead> @@ -455,24 +455,28 @@ <tr class="b"> -<td>Apache Any23 HTML Scraper 2.0 (Binary tar.gz)</td> +<td>Apache Any23 HTML Scraper 2.1 (Binary tar.gz)</td> -<td><a class="externalLink" 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 class="externalLink" 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 class="externalLink" 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 class="externalLink" 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 class="externalLink" 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><a class="externalLink" 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 class="externalLink" 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 class="a"> -<td>Apache Any23 HTML Scraper 2.0 (Binary zip)</td> +<td>Apache Any23 HTML Scraper 2.1 (Binary zip)</td> + +<td><a class="externalLink" 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 class="externalLink" 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 class="externalLink" 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 class="externalLink" 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 class="externalLink" 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 class="externalLink" 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><a class="externalLink" 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> @@ -500,24 +504,28 @@ <tr class="b"> -<td>Apache Any23 Office Scraper 2.0 (Binary tar.gz)</td> +<td>Apache Any23 Office Scraper 2.1 (Binary tar.gz)</td> -<td><a class="externalLink" 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 class="externalLink" 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 class="externalLink" 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 class="externalLink" 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 class="externalLink" 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><a class="externalLink" 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 class="externalLink" 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 class="a"> -<td>Apache Any23 Office Scraper 2.0 (Binary zip)</td> +<td>Apache Any23 Office Scraper 2.1 (Binary zip)</td> + +<td><a class="externalLink" 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 class="externalLink" 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 class="externalLink" 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 class="externalLink" 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 class="externalLink" 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 class="externalLink" 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><a class="externalLink" 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> @@ -549,24 +557,28 @@ <tr class="b"> -<td>Apache Any23 Service 2.0 (Binary tar.gz)</td> +<td>Apache Any23 Service 2.1 (Binary tar.gz)</td> + +<td><a class="externalLink" 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 class="externalLink" href="http://www.apache.org/dyn/closer.cgi/any23/2.0/any23/apache-any23-service-2.0.tar.gz"> apache-any23-service-2.0.tar.gz</a></td> +<td><a class="externalLink" 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 class="externalLink" href="http://www.apache.org/dyn/closer.cgi/any23/2.0/any23/apache-any23-service-2.0.tar.gz.md5"> apache-any23-service-2.0.tar.gz.md5</a></td> +<td><a class="externalLink" 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 class="externalLink" href="http://www.apache.org/dyn/closer.cgi/any23/2.0/any23/apache-any23-service-2.0.tar.gz.asc"> apache-any23-service-2.0.tar.gz.asc</a></td> +<td><a class="externalLink" 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 class="a"> -<td>Apache Any23 Service 2.0 (Binary zip)</td> +<td>Apache Any23 Service 2.1 (Binary zip)</td> -<td><a class="externalLink" href="http://www.apache.org/dyn/closer.cgi/any23/2.0/any23/apache-any23-service-2.0.zip"> apache-any23-service-2.0.zip</a></td> +<td><a class="externalLink" 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 class="externalLink" href="http://www.apache.org/dyn/closer.cgi/any23/2.0/any23/apache-any23-service-2.0.zip.md5"> apache-any23-service-2.0.zip.md5</a></td> +<td><a class="externalLink" 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 class="externalLink" href="http://www.apache.org/dyn/closer.cgi/any23/2.0/any23/apache-any23-service-2.0.zip.asc"> apache-any23-service-2.0.zip.asc</a></td> +<td><a class="externalLink" 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 class="externalLink" 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> @@ -594,24 +606,28 @@ <tr class="b"> -<td>Apache Any23 Service (No deps) 2.0 (Binary tar.gz)</td> +<td>Apache Any23 Service (No deps) 2.1 (Binary tar.gz)</td> + +<td><a class="externalLink" 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 class="externalLink" 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 class="externalLink" 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 class="externalLink" 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 class="externalLink" 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 class="externalLink" 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><a class="externalLink" 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 class="a"> -<td>Apache Any23 Service (No deps) 2.0 (Binary zip)</td> +<td>Apache Any23 Service (No deps) 2.1 (Binary zip)</td> -<td><a class="externalLink" 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 class="externalLink" 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 class="externalLink" 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 class="externalLink" 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 class="externalLink" 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><a class="externalLink" 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 class="externalLink" 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> @@ -639,24 +655,28 @@ <tr class="b"> -<td>Apache Any23 Service (Standalone server embedded) 2.0 (Binary tar.gz)</td> +<td>Apache Any23 Service (Standalone server embedded) 2.1 (Binary tar.gz)</td> + +<td><a class="externalLink" 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 class="externalLink" 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 class="externalLink" 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 class="externalLink" 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 class="externalLink" 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 class="externalLink" 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><a class="externalLink" 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 class="a"> -<td>Apache Any23 Service (Standalone server embedded) 2.0 (Binary zip)</td> +<td>Apache Any23 Service (Standalone server embedded) 2.1 (Binary zip)</td> -<td><a class="externalLink" 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 class="externalLink" 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 class="externalLink" 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 class="externalLink" 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 class="externalLink" 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><a class="externalLink" 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 class="externalLink" 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> @@ -678,10 +698,7 @@ </div> - <?xml version="1.0" encoding="UTF-8"?> -<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> - + </div> </footer> Modified: any23/site/extractors.html URL: http://svn.apache.org/viewvc/any23/site/extractors.html?rev=1813987&r1=1813986&r2=1813987&view=diff ============================================================================== --- any23/site/extractors.html (original) +++ any23/site/extractors.html Wed Nov 1 19:59:18 2017 @@ -1,6 +1,6 @@ <!DOCTYPE html> <!-- - | Generated by Apache Maven Doxia at 2017-03-08 + | Generated by Apache Maven Doxia at 2017-11-01 | Rendered using Apache Maven Fluido Skin 1.3.0 --> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> @@ -8,7 +8,7 @@ <meta charset="UTF-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <meta name="author" content="The Apache Software Foundation" /> - <meta name="Date-Revision-yyyymmdd" content="20170308" /> + <meta name="Date-Revision-yyyymmdd" content="20171101" /> <meta http-equiv="Content-Language" content="en" /> <title>Apache Any23 – Apache Any23 - Extractors</title> <link rel="stylesheet" href="./css/apache-maven-fluido-1.3.0.min.css" /> @@ -42,8 +42,8 @@ <ul class="breadcrumb"> - <li id="publishDate">Last Published: 2017-03-08</li> - <li class="divider">|</li> <li id="projectVersion">Version: 2.1-SNAPSHOT</li> + <li id="publishDate">Last Published: 2017-11-01</li> + <li class="divider">|</li> <li id="projectVersion">Version: 2.2-SNAPSHOT</li> @@ -214,7 +214,7 @@ <div id="bodyColumn" class="span9" > - <!-- 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"> + <div class="section"> <h2><a name="Apache_Any23_Extractors"></a>Apache Any23 Extractors</h2> <p>This page enlists all the Apache Any23 Extractors (see source code <a href="./apidocs/org/apache/any23/extractor/package-summary.html">package</a>).</p> <div class="section"> @@ -276,10 +276,7 @@ </div> - <?xml version="1.0" encoding="UTF-8"?> -<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> - + </div> </footer> Modified: any23/site/getting-started.html URL: http://svn.apache.org/viewvc/any23/site/getting-started.html?rev=1813987&r1=1813986&r2=1813987&view=diff ============================================================================== --- any23/site/getting-started.html (original) +++ any23/site/getting-started.html Wed Nov 1 19:59:18 2017 @@ -1,6 +1,6 @@ <!DOCTYPE html> <!-- - | Generated by Apache Maven Doxia at 2017-03-08 + | Generated by Apache Maven Doxia at 2017-11-01 | Rendered using Apache Maven Fluido Skin 1.3.0 --> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> @@ -8,7 +8,7 @@ <meta charset="UTF-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <meta name="author" content="The Apache Software Foundation" /> - <meta name="Date-Revision-yyyymmdd" content="20170308" /> + <meta name="Date-Revision-yyyymmdd" content="20171101" /> <meta http-equiv="Content-Language" content="en" /> <title>Apache Any23 – Apache Any23 - Getting started</title> <link rel="stylesheet" href="./css/apache-maven-fluido-1.3.0.min.css" /> @@ -42,8 +42,8 @@ <ul class="breadcrumb"> - <li id="publishDate">Last Published: 2017-03-08</li> - <li class="divider">|</li> <li id="projectVersion">Version: 2.1-SNAPSHOT</li> + <li id="publishDate">Last Published: 2017-11-01</li> + <li class="divider">|</li> <li id="projectVersion">Version: 2.2-SNAPSHOT</li> @@ -214,7 +214,7 @@ <div id="bodyColumn" class="span9" > - <!-- 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"> + <div class="section"> <h2><a name="Getting_started_with_Apache_Any23"></a>Getting started with <b>Apache Any23</b></h2> <p><b>Apache Any23</b> can be used:</p> <ul> @@ -232,7 +232,8 @@ <li><tt>encoding/</tt> Characterset detection and encoding.</li> <li><tt>mime/</tt> Media-type detection.</li> <li><tt>service/</tt> The REST service.</li> -<li><tt>plugins/</tt> The core additional plugins.</li></ul></div> +<li><tt>plugins/</tt> The core additional plugins.</li> +<li><tt>openie/</tt> Additional extractor logic for the <a class="externalLink" href="https://github.com/allenai/openie-standalone">Open Information Extraction (Open IE) system</a>.</li></ul></div> <div class="section"> <h3><a name="Use_the_Apache_Any23_CLI"></a>Use the <b>Apache Any23</b> CLI</h3> <p>The command-line tools support is provided by the <b>cli</b> module.</p> @@ -484,10 +485,7 @@ text/n3</pre></div></div> </div> - <?xml version="1.0" encoding="UTF-8"?> -<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> - + </div> </footer> Modified: any23/site/index.html URL: http://svn.apache.org/viewvc/any23/site/index.html?rev=1813987&r1=1813986&r2=1813987&view=diff ============================================================================== --- any23/site/index.html (original) +++ any23/site/index.html Wed Nov 1 19:59:18 2017 @@ -1,6 +1,6 @@ <!DOCTYPE html> <!-- - | Generated by Apache Maven Doxia at 2017-03-08 + | Generated by Apache Maven Doxia at 2017-11-01 | Rendered using Apache Maven Fluido Skin 1.3.0 --> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> @@ -8,7 +8,7 @@ <meta charset="UTF-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <meta name="author" content="The Apache Software Foundation" /> - <meta name="Date-Revision-yyyymmdd" content="20170308" /> + <meta name="Date-Revision-yyyymmdd" content="20171101" /> <meta http-equiv="Content-Language" content="en" /> <title>Apache Any23 – Apache Any23 - Introduction</title> <link rel="stylesheet" href="./css/apache-maven-fluido-1.3.0.min.css" /> @@ -42,8 +42,8 @@ <ul class="breadcrumb"> - <li id="publishDate">Last Published: 2017-03-08</li> - <li class="divider">|</li> <li id="projectVersion">Version: 2.1-SNAPSHOT</li> + <li id="publishDate">Last Published: 2017-11-01</li> + <li class="divider">|</li> <li id="projectVersion">Version: 2.2-SNAPSHOT</li> @@ -263,7 +263,7 @@ <div id="bodyColumn" class="span9" > - <!-- 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"> + <div class="section"> <h2><a name="Introduction_to_Apache_Any23"></a>Introduction to Apache Any23</h2> <div class="section"> <h3><a name="Library"></a>Library</h3> @@ -276,7 +276,8 @@ <li><a class="externalLink" href="http://dev.w3.org/html5/md/">HTML5 Microdata</a>: (such as <a class="externalLink" href="http://schema.org">Schema.org</a>)</li> <li><a class="externalLink" href="http://www.ietf.org/rfc/rfc4180.txt">CSV</a>: Comma Separated Values with separator autodetection.</li> <li>Vocabularies: Extraction support for <a class="externalLink" href="http://dublincore.org/">Dublin Core Terms</a>, <a class="externalLink" href="http://www.w3.org/wiki/DescriptionOfACareerVocabulary">Description of a Career</a>, <a class="externalLink" href="https://github.com/edumbill/doap/wiki">Description Of A Project</a>, <a class="externalLink" href="http://xmlns.com/foaf/spec/">Friend Of A Friend</a>, <a class="externalLink" href="http://www.geonames.org/ontology/">GEO Names</a>, <a class="externalLink" href="http://www.w3.org/2002/12/cal/icaltzd#">ICAL</a>, <a class="externalLink" href="https://github.com/RinkeHoekstra/lkif-core">lkif-core</a>, <a class="externalLink" href="http://ogp.me/">Open Graph Protocol</a>, <a class="externalLink" href="http://purl.org/ontology/po/">BBC Programmes Ontology</a>, <a class="externalLink" href="http://vocab.org/review/terms.html">RDF Review Vocabulary</a>, <a class="externalLink" href="http://schema.org/">schema.org</a>, <a class="exter nalLink" href="http://www.w3.org/2006/vcard/ns">VCard</a>, <a class="externalLink" href="http://purl.org/ontology/wo/">BBC Wildlife Ontology</a> and <a class="externalLink" href="http://www.w3.org/1999/xhtml/vocab/">XHTML</a>... and more!</li> -<li><a class="externalLink" href="http://www.yaml.org/">YAML</a>: human friendly data serialization standard for all programming languages.</li></ul> +<li><a class="externalLink" href="http://www.yaml.org/">YAML</a>: human friendly data serialization standard for all programming languages.</li> +<li>Additionally, as of 2.1 Any23 provides functionality to extract triples using the <a class="externalLink" href="https://github.com/allenai/openie-standalone">Open Information Extraction (Open IE) system</a>. The Open IE system runs over sentences and creates extractions that represent relations in text, in the case of Any23, this results in triples.</li></ul> <p>A detailed description of available extractors is <a href="./extractors.html">here</a>.</p> <p><b>Apache Any23</b> is written in Java and licensed under the <a class="externalLink" href="https://www.apache.org/licenses/LICENSE-2.0">Apache License v2.0</a>. <b>Apache Any23</b> can be used in various ways: * As a library in Java applications that consume structured data from the Web. * As a command-line tool for extracting and converting between the supported formats. * As online service API available at <a class="externalLink" href="http://any23.org/">any23.org</a>.</p> <p>You can <b>download</b> the latest release from our <a href="./download.html">Apache Mirrors</a>.</p> @@ -308,10 +309,7 @@ </div> - <?xml version="1.0" encoding="UTF-8"?> -<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> - + </div> </footer> Modified: any23/site/install.html URL: http://svn.apache.org/viewvc/any23/site/install.html?rev=1813987&r1=1813986&r2=1813987&view=diff ============================================================================== --- any23/site/install.html (original) +++ any23/site/install.html Wed Nov 1 19:59:18 2017 @@ -1,6 +1,6 @@ <!DOCTYPE html> <!-- - | Generated by Apache Maven Doxia at 2017-03-08 + | Generated by Apache Maven Doxia at 2017-11-01 | Rendered using Apache Maven Fluido Skin 1.3.0 --> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> @@ -8,7 +8,7 @@ <meta charset="UTF-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <meta name="author" content="The Apache Software Foundation" /> - <meta name="Date-Revision-yyyymmdd" content="20170308" /> + <meta name="Date-Revision-yyyymmdd" content="20171101" /> <meta http-equiv="Content-Language" content="en" /> <title>Apache Any23 – Apache Any23 - Installation Guide</title> <link rel="stylesheet" href="./css/apache-maven-fluido-1.3.0.min.css" /> @@ -42,8 +42,8 @@ <ul class="breadcrumb"> - <li id="publishDate">Last Published: 2017-03-08</li> - <li class="divider">|</li> <li id="projectVersion">Version: 2.1-SNAPSHOT</li> + <li id="publishDate">Last Published: 2017-11-01</li> + <li class="divider">|</li> <li id="projectVersion">Version: 2.2-SNAPSHOT</li> @@ -214,7 +214,7 @@ <div id="bodyColumn" class="span9" > - <!-- 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"> + <div class="section"> <h2><a name="Apache_Any23_Installation_Guide"></a>Apache Any23 Installation Guide</h2> <p>This page describes how to install <b>Apache Any23</b>.</p> <div class="section"> @@ -292,10 +292,7 @@ </div> - <?xml version="1.0" encoding="UTF-8"?> -<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> - + </div> </footer> Modified: any23/site/integration.html URL: http://svn.apache.org/viewvc/any23/site/integration.html?rev=1813987&r1=1813986&r2=1813987&view=diff ============================================================================== --- any23/site/integration.html (original) +++ any23/site/integration.html Wed Nov 1 19:59:18 2017 @@ -1,13 +1,13 @@ <!DOCTYPE html> <!-- - | Generated by Apache Maven Doxia at 2017-03-08 + | Generated by Apache Maven Doxia at 2017-11-01 | Rendered using Apache Maven Fluido Skin 1.3.0 --> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <meta charset="UTF-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> - <meta name="Date-Revision-yyyymmdd" content="20170308" /> + <meta name="Date-Revision-yyyymmdd" content="20171101" /> <meta http-equiv="Content-Language" content="en" /> <title>Apache Any23 – Continuous Integration</title> <link rel="stylesheet" href="./css/apache-maven-fluido-1.3.0.min.css" /> @@ -41,8 +41,8 @@ <ul class="breadcrumb"> - <li id="publishDate">Last Published: 2017-03-08</li> - <li class="divider">|</li> <li id="projectVersion">Version: 2.1-SNAPSHOT</li> + <li id="publishDate">Last Published: 2017-11-01</li> + <li class="divider">|</li> <li id="projectVersion">Version: 2.2-SNAPSHOT</li> @@ -289,10 +289,7 @@ </div> - <?xml version="1.0" encoding="UTF-8"?> -<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> - + </div> </footer> Modified: any23/site/issue-tracking.html URL: http://svn.apache.org/viewvc/any23/site/issue-tracking.html?rev=1813987&r1=1813986&r2=1813987&view=diff ============================================================================== --- any23/site/issue-tracking.html (original) +++ any23/site/issue-tracking.html Wed Nov 1 19:59:18 2017 @@ -1,13 +1,13 @@ <!DOCTYPE html> <!-- - | Generated by Apache Maven Doxia at 2017-03-08 + | Generated by Apache Maven Doxia at 2017-11-01 | Rendered using Apache Maven Fluido Skin 1.3.0 --> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <meta charset="UTF-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> - <meta name="Date-Revision-yyyymmdd" content="20170308" /> + <meta name="Date-Revision-yyyymmdd" content="20171101" /> <meta http-equiv="Content-Language" content="en" /> <title>Apache Any23 – Issue Tracking</title> <link rel="stylesheet" href="./css/apache-maven-fluido-1.3.0.min.css" /> @@ -41,8 +41,8 @@ <ul class="breadcrumb"> - <li id="publishDate">Last Published: 2017-03-08</li> - <li class="divider">|</li> <li id="projectVersion">Version: 2.1-SNAPSHOT</li> + <li id="publishDate">Last Published: 2017-11-01</li> + <li class="divider">|</li> <li id="projectVersion">Version: 2.2-SNAPSHOT</li> @@ -286,10 +286,7 @@ </div> - <?xml version="1.0" encoding="UTF-8"?> -<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> - + </div> </footer> Modified: any23/site/license.html URL: http://svn.apache.org/viewvc/any23/site/license.html?rev=1813987&r1=1813986&r2=1813987&view=diff ============================================================================== --- any23/site/license.html (original) +++ any23/site/license.html Wed Nov 1 19:59:18 2017 @@ -1,13 +1,13 @@ <!DOCTYPE html> <!-- - | Generated by Apache Maven Doxia at 2017-03-08 + | Generated by Apache Maven Doxia at 2017-11-01 | Rendered using Apache Maven Fluido Skin 1.3.0 --> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <meta charset="UTF-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> - <meta name="Date-Revision-yyyymmdd" content="20170308" /> + <meta name="Date-Revision-yyyymmdd" content="20171101" /> <meta http-equiv="Content-Language" content="en" /> <title>Apache Any23 – Project License</title> <link rel="stylesheet" href="./css/apache-maven-fluido-1.3.0.min.css" /> @@ -41,8 +41,8 @@ <ul class="breadcrumb"> - <li id="publishDate">Last Published: 2017-03-08</li> - <li class="divider">|</li> <li id="projectVersion">Version: 2.1-SNAPSHOT</li> + <li id="publishDate">Last Published: 2017-11-01</li> + <li class="divider">|</li> <li id="projectVersion">Version: 2.2-SNAPSHOT</li> @@ -488,10 +488,7 @@ </div> - <?xml version="1.0" encoding="UTF-8"?> -<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> - + </div> </footer> Modified: any23/site/mail-lists.html URL: http://svn.apache.org/viewvc/any23/site/mail-lists.html?rev=1813987&r1=1813986&r2=1813987&view=diff ============================================================================== --- any23/site/mail-lists.html (original) +++ any23/site/mail-lists.html Wed Nov 1 19:59:18 2017 @@ -1,13 +1,13 @@ <!DOCTYPE html> <!-- - | Generated by Apache Maven Doxia at 2017-03-08 + | Generated by Apache Maven Doxia at 2017-11-01 | Rendered using Apache Maven Fluido Skin 1.3.0 --> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <meta charset="UTF-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> - <meta name="Date-Revision-yyyymmdd" content="20170308" /> + <meta name="Date-Revision-yyyymmdd" content="20171101" /> <meta http-equiv="Content-Language" content="en" /> <title>Apache Any23 – Project Mailing Lists</title> <link rel="stylesheet" href="./css/apache-maven-fluido-1.3.0.min.css" /> @@ -41,8 +41,8 @@ <ul class="breadcrumb"> - <li id="publishDate">Last Published: 2017-03-08</li> - <li class="divider">|</li> <li id="projectVersion">Version: 2.1-SNAPSHOT</li> + <li id="publishDate">Last Published: 2017-11-01</li> + <li class="divider">|</li> <li id="projectVersion">Version: 2.2-SNAPSHOT</li> @@ -310,10 +310,7 @@ </div> - <?xml version="1.0" encoding="UTF-8"?> -<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> - + </div> </footer> Modified: any23/site/plugin-basic-crawler.html URL: http://svn.apache.org/viewvc/any23/site/plugin-basic-crawler.html?rev=1813987&r1=1813986&r2=1813987&view=diff ============================================================================== --- any23/site/plugin-basic-crawler.html (original) +++ any23/site/plugin-basic-crawler.html Wed Nov 1 19:59:18 2017 @@ -1,6 +1,6 @@ <!DOCTYPE html> <!-- - | Generated by Apache Maven Doxia at 2017-03-08 + | Generated by Apache Maven Doxia at 2017-11-01 | Rendered using Apache Maven Fluido Skin 1.3.0 --> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> @@ -8,7 +8,7 @@ <meta charset="UTF-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <meta name="author" content="The Apache Software Foundation" /> - <meta name="Date-Revision-yyyymmdd" content="20170308" /> + <meta name="Date-Revision-yyyymmdd" content="20171101" /> <meta http-equiv="Content-Language" content="en" /> <title>Apache Any23 – Apache Any23 - Plugins - Basic Crawler</title> <link rel="stylesheet" href="./css/apache-maven-fluido-1.3.0.min.css" /> @@ -42,8 +42,8 @@ <ul class="breadcrumb"> - <li id="publishDate">Last Published: 2017-03-08</li> - <li class="divider">|</li> <li id="projectVersion">Version: 2.1-SNAPSHOT</li> + <li id="publishDate">Last Published: 2017-11-01</li> + <li class="divider">|</li> <li id="projectVersion">Version: 2.2-SNAPSHOT</li> @@ -216,7 +216,7 @@ <div id="bodyColumn" class="span9" > - <!-- 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"> + <div class="section"> <h2><a name="Basic_Crawler_Plugin"></a>Basic Crawler Plugin</h2> <p>The <i>Basic Crawler Plugin</i> implements a <i>CLI</i> <a href="./apidocs/org/apache/any23/cli/Tool.html">Tool</a> extending <a href="./apidocs/org/apache/any23/cli/Rover.html">Rover</a> to add <i>site crawling</i> capabilities.</p> <p>The tool can be used to extract semantic content from a small/medium size sites.</p> @@ -273,10 +273,7 @@ usage: [{<url>|<file>}]+ [-d </div> - <?xml version="1.0" encoding="UTF-8"?> -<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> - + </div> </footer>
