Modified: tika/site/publish/1.7/examples.html URL: http://svn.apache.org/viewvc/tika/site/publish/1.7/examples.html?rev=1622782&r1=1622781&r2=1622782&view=diff ============================================================================== --- tika/site/publish/1.7/examples.html (original) +++ tika/site/publish/1.7/examples.html Fri Sep 5 20:08:44 2014 @@ -102,7 +102,7 @@ <p>TODO Explain about using this</p><style type="text/css"> @import url('attached-includes/css/shCoreDefault.css'); </style> -<div id="highlighter_72735" class="syntaxhighlighter nogutter java"><table border="0" cellpadding="0" cellspacing="0"><tbody><tr><td class="code"><div class="container"><div class="line number37 index0 alt2"><code class="java keyword">public</code> <code class="java plain">String parseToStringExample() </code><code class="java keyword">throws</code> <code class="java plain">IOException, SAXException, TikaException {</code></div><div class="line number38 index1 alt1"><code class="java spaces"> </code><code class="java plain">InputStream stream = ParsingExample.</code><code class="java keyword">class</code><code class="java plain">.getResourceAsStream(</code><code class="java string">"test.doc"</code><code class="java plain">);</code></div><div class="line number39 index2 alt2"><code class="java spaces"> </code><code class="java plain">Tika tika = </code><code class="java keyword">new</code> <code class="java plain">Tika();</code></div><d iv class="line number40 index3 alt1"><code class="java spaces"> </code><code class="java keyword">try</code> <code class="java plain">{</code></div><div class="line number41 index4 alt2"><code class="java spaces"> </code><code class="java keyword">return</code> <code class="java plain">tika.parseToString(stream);</code></div><div class="line number42 index5 alt1"><code class="java spaces"> </code><code class="java plain">} </code><code class="java keyword">finally</code> <code class="java plain">{</code></div><div class="line number43 index6 alt2"><code class="java spaces"> </code><code class="java plain">stream.close();</code></div><div class="line number44 index7 alt1"><code class="java spaces"> </code><code class="java plain">}</code></div><div class="line number45 index8 alt2"><code class="java plain">}</code></div></d iv></td></tr></tbody></table></div></div></div></div> +<div id="highlighter_525386" class="syntaxhighlighter nogutter java"><table border="0" cellpadding="0" cellspacing="0"><tbody><tr><td class="code"><div class="container"><div class="line number37 index0 alt2"><code class="java keyword">public</code> <code class="java plain">String parseToStringExample() </code><code class="java keyword">throws</code> <code class="java plain">IOException, SAXException, TikaException {</code></div><div class="line number38 index1 alt1"><code class="java spaces"> </code><code class="java plain">InputStream stream = ParsingExample.</code><code class="java keyword">class</code><code class="java plain">.getResourceAsStream(</code><code class="java string">"test.doc"</code><code class="java plain">);</code></div><div class="line number39 index2 alt2"><code class="java spaces"> </code><code class="java plain">Tika tika = </code><code class="java keyword">new</code> <code class="java plain">Tika();</code></div>< div class="line number40 index3 alt1"><code class="java spaces"> </code><code class="java keyword">try</code> <code class="java plain">{</code></div><div class="line number41 index4 alt2"><code class="java spaces"> </code><code class="java keyword">return</code> <code class="java plain">tika.parseToString(stream);</code></div><div class="line number42 index5 alt1"><code class="java spaces"> </code><code class="java plain">} </code><code class="java keyword">finally</code> <code class="java plain">{</code></div><div class="line number43 index6 alt2"><code class="java spaces"> </code><code class="java plain">stream.close();</code></div><div class="line number44 index7 alt1"><code class="java spaces"> </code><code class="java plain">}</code></div><div class="line number45 index8 alt2"><code class="java plain">}</code></div></ div></td></tr></tbody></table></div></div></div></div> </div> <div id="sidebar"> <div id="navigation"> @@ -145,31 +145,31 @@ <li class="expanded"> - <a href="../1.5/index.html">Apache Tika 1.5</a> + <a href="../1.6/index.html">Apache Tika 1.6</a> <ul> <li class="none"> - <a href="../1.5/gettingstarted.html">Getting Started</a> + <a href="../1.6/gettingstarted.html">Getting Started</a> </li> <li class="none"> - <a href="../1.5/formats.html">Supported Formats</a> + <a href="../1.6/formats.html">Supported Formats</a> </li> <li class="none"> - <a href="../1.5/parser.html">Parser API</a> + <a href="../1.6/parser.html">Parser API</a> </li> <li class="none"> - <a href="../1.5/parser_guide.html">Parser 5min Quick Start Guide</a> + <a href="../1.6/parser_guide.html">Parser 5min Quick Start Guide</a> </li> <li class="none"> - <a href="../1.5/detection.html">Content and Language Detection</a> + <a href="../1.6/detection.html">Content and Language Detection</a> </li> <li class="none"> - <a href="../1.5/api/">API Documentation</a> + <a href="../1.6/api/">API Documentation</a> </li> </ul> </li> @@ -183,7 +183,7 @@ <li class="collapsed"> - <a href="../1.4/index.html">Apache Tika 1.4</a> + <a href="../1.5/index.html">Apache Tika 1.5</a> </li> @@ -195,7 +195,7 @@ <li class="collapsed"> - <a href="../1.3/index.html">Apache Tika 1.3</a> + <a href="../1.4/index.html">Apache Tika 1.4</a> </li> @@ -207,7 +207,7 @@ <li class="collapsed"> - <a href="../1.2/index.html">Apache Tika 1.2</a> + <a href="../1.3/index.html">Apache Tika 1.3</a> </li> @@ -219,7 +219,7 @@ <li class="collapsed"> - <a href="../1.1/index.html">Apache Tika 1.1</a> + <a href="../1.2/index.html">Apache Tika 1.2</a> </li> @@ -231,7 +231,7 @@ <li class="collapsed"> - <a href="../1.0/index.html">Apache Tika 1.0</a> + <a href="../1.1/index.html">Apache Tika 1.1</a> </li> </ul> <h5>The Apache Software Foundation</h5>
Modified: tika/site/publish/1.7/formats.html URL: http://svn.apache.org/viewvc/tika/site/publish/1.7/formats.html?rev=1622782&r1=1622781&r2=1622782&view=diff ============================================================================== --- tika/site/publish/1.7/formats.html (original) +++ tika/site/publish/1.7/formats.html Fri Sep 5 20:08:44 2014 @@ -235,31 +235,31 @@ <li class="expanded"> - <a href="../1.5/index.html">Apache Tika 1.5</a> + <a href="../1.6/index.html">Apache Tika 1.6</a> <ul> <li class="none"> - <a href="../1.5/gettingstarted.html">Getting Started</a> + <a href="../1.6/gettingstarted.html">Getting Started</a> </li> <li class="none"> - <a href="../1.5/formats.html">Supported Formats</a> + <a href="../1.6/formats.html">Supported Formats</a> </li> <li class="none"> - <a href="../1.5/parser.html">Parser API</a> + <a href="../1.6/parser.html">Parser API</a> </li> <li class="none"> - <a href="../1.5/parser_guide.html">Parser 5min Quick Start Guide</a> + <a href="../1.6/parser_guide.html">Parser 5min Quick Start Guide</a> </li> <li class="none"> - <a href="../1.5/detection.html">Content and Language Detection</a> + <a href="../1.6/detection.html">Content and Language Detection</a> </li> <li class="none"> - <a href="../1.5/api/">API Documentation</a> + <a href="../1.6/api/">API Documentation</a> </li> </ul> </li> @@ -273,7 +273,7 @@ <li class="collapsed"> - <a href="../1.4/index.html">Apache Tika 1.4</a> + <a href="../1.5/index.html">Apache Tika 1.5</a> </li> @@ -285,7 +285,7 @@ <li class="collapsed"> - <a href="../1.3/index.html">Apache Tika 1.3</a> + <a href="../1.4/index.html">Apache Tika 1.4</a> </li> @@ -297,7 +297,7 @@ <li class="collapsed"> - <a href="../1.2/index.html">Apache Tika 1.2</a> + <a href="../1.3/index.html">Apache Tika 1.3</a> </li> @@ -309,7 +309,7 @@ <li class="collapsed"> - <a href="../1.1/index.html">Apache Tika 1.1</a> + <a href="../1.2/index.html">Apache Tika 1.2</a> </li> @@ -321,7 +321,7 @@ <li class="collapsed"> - <a href="../1.0/index.html">Apache Tika 1.0</a> + <a href="../1.1/index.html">Apache Tika 1.1</a> </li> </ul> <h5>The Apache Software Foundation</h5> Modified: tika/site/publish/contribute.html URL: http://svn.apache.org/viewvc/tika/site/publish/contribute.html?rev=1622782&r1=1622781&r2=1622782&view=diff ============================================================================== --- tika/site/publish/contribute.html (original) +++ tika/site/publish/contribute.html Fri Sep 5 20:08:44 2014 @@ -166,31 +166,31 @@ <li class="expanded"> - <a href="1.5/index.html">Apache Tika 1.5</a> + <a href="1.6/index.html">Apache Tika 1.6</a> <ul> <li class="none"> - <a href="1.5/gettingstarted.html">Getting Started</a> + <a href="1.6/gettingstarted.html">Getting Started</a> </li> <li class="none"> - <a href="1.5/formats.html">Supported Formats</a> + <a href="1.6/formats.html">Supported Formats</a> </li> <li class="none"> - <a href="1.5/parser.html">Parser API</a> + <a href="1.6/parser.html">Parser API</a> </li> <li class="none"> - <a href="1.5/parser_guide.html">Parser 5min Quick Start Guide</a> + <a href="1.6/parser_guide.html">Parser 5min Quick Start Guide</a> </li> <li class="none"> - <a href="1.5/detection.html">Content and Language Detection</a> + <a href="1.6/detection.html">Content and Language Detection</a> </li> <li class="none"> - <a href="1.5/api/">API Documentation</a> + <a href="1.6/api/">API Documentation</a> </li> </ul> </li> @@ -204,7 +204,7 @@ <li class="collapsed"> - <a href="1.4/index.html">Apache Tika 1.4</a> + <a href="1.5/index.html">Apache Tika 1.5</a> </li> @@ -216,7 +216,7 @@ <li class="collapsed"> - <a href="1.3/index.html">Apache Tika 1.3</a> + <a href="1.4/index.html">Apache Tika 1.4</a> </li> @@ -228,7 +228,7 @@ <li class="collapsed"> - <a href="1.2/index.html">Apache Tika 1.2</a> + <a href="1.3/index.html">Apache Tika 1.3</a> </li> @@ -240,7 +240,7 @@ <li class="collapsed"> - <a href="1.1/index.html">Apache Tika 1.1</a> + <a href="1.2/index.html">Apache Tika 1.2</a> </li> @@ -252,7 +252,7 @@ <li class="collapsed"> - <a href="1.0/index.html">Apache Tika 1.0</a> + <a href="1.1/index.html">Apache Tika 1.1</a> </li> </ul> <h5>The Apache Software Foundation</h5> Modified: tika/site/publish/download.html URL: http://svn.apache.org/viewvc/tika/site/publish/download.html?rev=1622782&r1=1622781&r2=1622782&view=diff ============================================================================== --- tika/site/publish/download.html (original) +++ tika/site/publish/download.html Fri Sep 5 20:08:44 2014 @@ -86,10 +86,10 @@ <div id="content"> <!-- 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 Tika<a name="Download_Apache_Tika"></a></h2> -<p>Apache Tika 1.5 is now available. See the <a class="externalLink" href="http://www.apache.org/dist/tika/CHANGES-1.5.txt">CHANGES.txt</a> file for more information on the list of updates in this initial release.</p> +<p>Apache Tika 1.6 is now available. See the <a class="externalLink" href="http://www.apache.org/dist/tika/CHANGES-1.6.txt">CHANGES.txt</a> file for more information on the list of updates in this initial release.</p> <ul> -<li><a class="externalLink" href="http://www.apache.org/dyn/closer.cgi/tika/tika-1.5-src.zip">apache-tika-1.5-src.zip</a> (source archive, <a class="externalLink" href="http://www.apache.org/dist/tika/tika-1.5-src.zip.asc">PGP signature</a>)<br />SHA1: <tt>f9a3c04dc3d1ce27742d0db7b8c171bbd89063b6</tt><br />MD5: <tt>48477b2e70e0e62ece09af7ada5037fa</tt></li> -<li><a class="externalLink" href="http://www.apache.org/dyn/closer.cgi/tika/tika-app-1.5.jar">tika-app-1.5.jar</a> (runnable jar, <a class="externalLink" href="http://www.apache.org/dist/tika/tika-app-1.5.jar.asc">PGP signature</a>)<br />SHA1: <tt>7f3657da1075bf95ac8faa2bafcba24228e6c714</tt><br />MD5: <tt>2124a77289efbb30e7228c0f7da63373</tt></li></ul> +<li><a class="externalLink" href="http://www.apache.org/dyn/closer.cgi/tika/tika-1.6-src.zip">apache-tika-1.6-src.zip</a> (source archive, <a class="externalLink" href="http://www.apache.org/dist/tika/tika-1.6-src.zip.asc">PGP signature</a>)<br />SHA1: <tt>65644121446130fa29f1b62bcd75fb33344a6ba3</tt><br />MD5: <tt>ee3426654feb7a5b21477d174b6ddc71</tt></li> +<li><a class="externalLink" href="http://www.apache.org/dyn/closer.cgi/tika/tika-app-1.6.jar">tika-app-1.6.jar</a> (runnable jar, <a class="externalLink" href="http://www.apache.org/dist/tika/tika-app-1.6.jar.asc">PGP signature</a>)<br />SHA1: <tt>99df0d8c3f6a2be498d275053e611fb5afdf0a9d</tt><br />MD5: <tt>2d8af1f228000fcda92bd0dda20b80a8</tt></li></ul> <p>Apache Tika releases are available under the <a class="externalLink" href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>. See the NOTICE.txt file contained in each release artifact for applicable copyright attribution notices.</p> <p>If you are looking for previous releases of Apache Tika, have a look in the <a class="externalLink" href="http://archive.apache.org/dist/tika/">archives</a>.</p> <p>If you are looking for releases of Apache Tika from the Apache Lucene project (pre-0.8 releases), have a look in the <a class="externalLink" href="http://archive.apache.org/dist/lucene/tika/">lucene archives</a>. If you are looking for releases of Apache Tika from the Apache Incubator (pre-0.2 releases), have a look in the <a class="externalLink" href="http://archive.apache.org/dist/incubator/tika/">incubator archives</a>.</p></div> @@ -157,31 +157,31 @@ <li class="expanded"> - <a href="1.5/index.html">Apache Tika 1.5</a> + <a href="1.6/index.html">Apache Tika 1.6</a> <ul> <li class="none"> - <a href="1.5/gettingstarted.html">Getting Started</a> + <a href="1.6/gettingstarted.html">Getting Started</a> </li> <li class="none"> - <a href="1.5/formats.html">Supported Formats</a> + <a href="1.6/formats.html">Supported Formats</a> </li> <li class="none"> - <a href="1.5/parser.html">Parser API</a> + <a href="1.6/parser.html">Parser API</a> </li> <li class="none"> - <a href="1.5/parser_guide.html">Parser 5min Quick Start Guide</a> + <a href="1.6/parser_guide.html">Parser 5min Quick Start Guide</a> </li> <li class="none"> - <a href="1.5/detection.html">Content and Language Detection</a> + <a href="1.6/detection.html">Content and Language Detection</a> </li> <li class="none"> - <a href="1.5/api/">API Documentation</a> + <a href="1.6/api/">API Documentation</a> </li> </ul> </li> @@ -195,7 +195,7 @@ <li class="collapsed"> - <a href="1.4/index.html">Apache Tika 1.4</a> + <a href="1.5/index.html">Apache Tika 1.5</a> </li> @@ -207,7 +207,7 @@ <li class="collapsed"> - <a href="1.3/index.html">Apache Tika 1.3</a> + <a href="1.4/index.html">Apache Tika 1.4</a> </li> @@ -219,7 +219,7 @@ <li class="collapsed"> - <a href="1.2/index.html">Apache Tika 1.2</a> + <a href="1.3/index.html">Apache Tika 1.3</a> </li> @@ -231,7 +231,7 @@ <li class="collapsed"> - <a href="1.1/index.html">Apache Tika 1.1</a> + <a href="1.2/index.html">Apache Tika 1.2</a> </li> @@ -243,7 +243,7 @@ <li class="collapsed"> - <a href="1.0/index.html">Apache Tika 1.0</a> + <a href="1.1/index.html">Apache Tika 1.1</a> </li> </ul> <h5>The Apache Software Foundation</h5> Modified: tika/site/publish/index.html URL: http://svn.apache.org/viewvc/tika/site/publish/index.html?rev=1622782&r1=1622781&r2=1622782&view=diff ============================================================================== --- tika/site/publish/index.html (original) +++ tika/site/publish/index.html Fri Sep 5 20:08:44 2014 @@ -87,12 +87,14 @@ <!-- 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 Tika - a content analysis toolkit<a name="Apache_Tika_-_a_content_analysis_toolkit"></a></h2> <p>The Apache Tika™ toolkit detects and extracts metadata and text content from various documents - from PPT to CSV to PDF - using existing parser libraries. Tika unifies these parsers under a single interface to allow you to easily parse over a thousand different file types. Tika is useful for search engine indexing, content analysis, translation, and much more. You can find the latest release on the <a href="./download.html">download page</a>.</p> -<p>To build Tika from source, you will need Java 6 and Maven 2. But, you can also jump straight into extraction using the Tika app jar file, found on the <a href="./download.html">download page</a>. Another option is to use one of the wrappers written to use Tika in other programming languages, like <a class="externalLink" href="https://github.com/aviks/Taro.jl">Julia</a> or <a class="externalLink" href="https://github.com/chrismattmann/tika-python">Python</a>. Please see the <a href="./1.5/gettingstarted.html">Getting Started</a> page for more information. The <a href="./1.5/parser.html">Parser</a> and <a href="./1.5/detection.apt">Detector</a> pages describe the main interfaces of Tika and how they work.</p> +<p>To build Tika from source, you will need Java 6 and Maven 2. But, you can also jump straight into extraction using the Tika app jar file, found on the <a href="./download.html">download page</a>. Another option is to use one of the wrappers written to use Tika in other programming languages, like <a class="externalLink" href="https://github.com/aviks/Taro.jl">Julia</a> or <a class="externalLink" href="https://github.com/chrismattmann/tika-python">Python</a>. Please see the <a href="./1.6/gettingstarted.html">Getting Started</a> page for more information. The <a href="./1.6/parser.html">Parser</a> and <a href="./1.6/detection.apt">Detector</a> pages describe the main interfaces of Tika and how they work.</p> <p>If you're interested in contributing to Tika, please see the <a href="./contribute.html">Contributing</a> page or send an email to the <a href="./mail-lists.apt">Tika development list</a>.</p> <p>Tika is a project of the <a class="externalLink" href="http://www.apache.org/">Apache Software Foundation</a>, and was formerly a subproject of <a class="externalLink" href="http://lucene.apache.org/">Apache Lucene</a>. </p></div> <div class="section"> <h2>Latest News<a name="Latest_News"></a></h2> <dl> +<dt>5 September 2014: Apache Tika Release</dt> +<dd> Apache Tika 1.6 has been released! This release includes bug fixes and new features including a new Translation API; more supported formats, and overall improvements in Tika stability. Please see the <a class="externalLink" href="http://www.apache.org/dist/tika/CHANGES-1.6.txt">CHANGES.txt</a> file for a full list of changes in this release and have a look at the download page for more information on how to obtain Apache Tika 1.6.</dd> <dt>7-9 April 2014: Tika at ApacheCon NA in Denver</dt> <dd> ApacheCon NA is in Denver for 2014, and this time we've <a class="externalLink" href="http://apacheconnorthamerica2014.sched.org/?s=tika">5 Tika related talks</a> on the schedule! Do come along to learn more about how Tika works, and how it has been used. See the <a class="externalLink" href="http://events.linuxfoundation.org/events/apachecon-north-america/">ApacheCon site</a> for more information and how to attend.</dd> <dt>19 Feb 2014: Apache Tika Release</dt> @@ -240,31 +242,31 @@ <li class="expanded"> - <a href="1.5/index.html">Apache Tika 1.5</a> + <a href="1.6/index.html">Apache Tika 1.6</a> <ul> <li class="none"> - <a href="1.5/gettingstarted.html">Getting Started</a> + <a href="1.6/gettingstarted.html">Getting Started</a> </li> <li class="none"> - <a href="1.5/formats.html">Supported Formats</a> + <a href="1.6/formats.html">Supported Formats</a> </li> <li class="none"> - <a href="1.5/parser.html">Parser API</a> + <a href="1.6/parser.html">Parser API</a> </li> <li class="none"> - <a href="1.5/parser_guide.html">Parser 5min Quick Start Guide</a> + <a href="1.6/parser_guide.html">Parser 5min Quick Start Guide</a> </li> <li class="none"> - <a href="1.5/detection.html">Content and Language Detection</a> + <a href="1.6/detection.html">Content and Language Detection</a> </li> <li class="none"> - <a href="1.5/api/">API Documentation</a> + <a href="1.6/api/">API Documentation</a> </li> </ul> </li> @@ -278,7 +280,7 @@ <li class="collapsed"> - <a href="1.4/index.html">Apache Tika 1.4</a> + <a href="1.5/index.html">Apache Tika 1.5</a> </li> @@ -290,7 +292,7 @@ <li class="collapsed"> - <a href="1.3/index.html">Apache Tika 1.3</a> + <a href="1.4/index.html">Apache Tika 1.4</a> </li> @@ -302,7 +304,7 @@ <li class="collapsed"> - <a href="1.2/index.html">Apache Tika 1.2</a> + <a href="1.3/index.html">Apache Tika 1.3</a> </li> @@ -314,7 +316,7 @@ <li class="collapsed"> - <a href="1.1/index.html">Apache Tika 1.1</a> + <a href="1.2/index.html">Apache Tika 1.2</a> </li> @@ -326,7 +328,7 @@ <li class="collapsed"> - <a href="1.0/index.html">Apache Tika 1.0</a> + <a href="1.1/index.html">Apache Tika 1.1</a> </li> </ul> <h5>The Apache Software Foundation</h5> Modified: tika/site/publish/issue-tracking.html URL: http://svn.apache.org/viewvc/tika/site/publish/issue-tracking.html?rev=1622782&r1=1622781&r2=1622782&view=diff ============================================================================== --- tika/site/publish/issue-tracking.html (original) +++ tika/site/publish/issue-tracking.html Fri Sep 5 20:08:44 2014 @@ -134,31 +134,31 @@ <li class="expanded"> - <a href="1.5/index.html">Apache Tika 1.5</a> + <a href="1.6/index.html">Apache Tika 1.6</a> <ul> <li class="none"> - <a href="1.5/gettingstarted.html">Getting Started</a> + <a href="1.6/gettingstarted.html">Getting Started</a> </li> <li class="none"> - <a href="1.5/formats.html">Supported Formats</a> + <a href="1.6/formats.html">Supported Formats</a> </li> <li class="none"> - <a href="1.5/parser.html">Parser API</a> + <a href="1.6/parser.html">Parser API</a> </li> <li class="none"> - <a href="1.5/parser_guide.html">Parser 5min Quick Start Guide</a> + <a href="1.6/parser_guide.html">Parser 5min Quick Start Guide</a> </li> <li class="none"> - <a href="1.5/detection.html">Content and Language Detection</a> + <a href="1.6/detection.html">Content and Language Detection</a> </li> <li class="none"> - <a href="1.5/api/">API Documentation</a> + <a href="1.6/api/">API Documentation</a> </li> </ul> </li> @@ -172,7 +172,7 @@ <li class="collapsed"> - <a href="1.4/index.html">Apache Tika 1.4</a> + <a href="1.5/index.html">Apache Tika 1.5</a> </li> @@ -184,7 +184,7 @@ <li class="collapsed"> - <a href="1.3/index.html">Apache Tika 1.3</a> + <a href="1.4/index.html">Apache Tika 1.4</a> </li> @@ -196,7 +196,7 @@ <li class="collapsed"> - <a href="1.2/index.html">Apache Tika 1.2</a> + <a href="1.3/index.html">Apache Tika 1.3</a> </li> @@ -208,7 +208,7 @@ <li class="collapsed"> - <a href="1.1/index.html">Apache Tika 1.1</a> + <a href="1.2/index.html">Apache Tika 1.2</a> </li> @@ -220,7 +220,7 @@ <li class="collapsed"> - <a href="1.0/index.html">Apache Tika 1.0</a> + <a href="1.1/index.html">Apache Tika 1.1</a> </li> </ul> <h5>The Apache Software Foundation</h5> Modified: tika/site/publish/license.html URL: http://svn.apache.org/viewvc/tika/site/publish/license.html?rev=1622782&r1=1622781&r2=1622782&view=diff ============================================================================== --- tika/site/publish/license.html (original) +++ tika/site/publish/license.html Fri Sep 5 20:08:44 2014 @@ -337,31 +337,31 @@ <li class="expanded"> - <a href="1.5/index.html">Apache Tika 1.5</a> + <a href="1.6/index.html">Apache Tika 1.6</a> <ul> <li class="none"> - <a href="1.5/gettingstarted.html">Getting Started</a> + <a href="1.6/gettingstarted.html">Getting Started</a> </li> <li class="none"> - <a href="1.5/formats.html">Supported Formats</a> + <a href="1.6/formats.html">Supported Formats</a> </li> <li class="none"> - <a href="1.5/parser.html">Parser API</a> + <a href="1.6/parser.html">Parser API</a> </li> <li class="none"> - <a href="1.5/parser_guide.html">Parser 5min Quick Start Guide</a> + <a href="1.6/parser_guide.html">Parser 5min Quick Start Guide</a> </li> <li class="none"> - <a href="1.5/detection.html">Content and Language Detection</a> + <a href="1.6/detection.html">Content and Language Detection</a> </li> <li class="none"> - <a href="1.5/api/">API Documentation</a> + <a href="1.6/api/">API Documentation</a> </li> </ul> </li> @@ -375,7 +375,7 @@ <li class="collapsed"> - <a href="1.4/index.html">Apache Tika 1.4</a> + <a href="1.5/index.html">Apache Tika 1.5</a> </li> @@ -387,7 +387,7 @@ <li class="collapsed"> - <a href="1.3/index.html">Apache Tika 1.3</a> + <a href="1.4/index.html">Apache Tika 1.4</a> </li> @@ -399,7 +399,7 @@ <li class="collapsed"> - <a href="1.2/index.html">Apache Tika 1.2</a> + <a href="1.3/index.html">Apache Tika 1.3</a> </li> @@ -411,7 +411,7 @@ <li class="collapsed"> - <a href="1.1/index.html">Apache Tika 1.1</a> + <a href="1.2/index.html">Apache Tika 1.2</a> </li> @@ -423,7 +423,7 @@ <li class="collapsed"> - <a href="1.0/index.html">Apache Tika 1.0</a> + <a href="1.1/index.html">Apache Tika 1.1</a> </li> </ul> <h5>The Apache Software Foundation</h5> Modified: tika/site/publish/mail-lists.html URL: http://svn.apache.org/viewvc/tika/site/publish/mail-lists.html?rev=1622782&r1=1622781&r2=1622782&view=diff ============================================================================== --- tika/site/publish/mail-lists.html (original) +++ tika/site/publish/mail-lists.html Fri Sep 5 20:08:44 2014 @@ -139,31 +139,31 @@ <li class="expanded"> - <a href="1.5/index.html">Apache Tika 1.5</a> + <a href="1.6/index.html">Apache Tika 1.6</a> <ul> <li class="none"> - <a href="1.5/gettingstarted.html">Getting Started</a> + <a href="1.6/gettingstarted.html">Getting Started</a> </li> <li class="none"> - <a href="1.5/formats.html">Supported Formats</a> + <a href="1.6/formats.html">Supported Formats</a> </li> <li class="none"> - <a href="1.5/parser.html">Parser API</a> + <a href="1.6/parser.html">Parser API</a> </li> <li class="none"> - <a href="1.5/parser_guide.html">Parser 5min Quick Start Guide</a> + <a href="1.6/parser_guide.html">Parser 5min Quick Start Guide</a> </li> <li class="none"> - <a href="1.5/detection.html">Content and Language Detection</a> + <a href="1.6/detection.html">Content and Language Detection</a> </li> <li class="none"> - <a href="1.5/api/">API Documentation</a> + <a href="1.6/api/">API Documentation</a> </li> </ul> </li> @@ -177,7 +177,7 @@ <li class="collapsed"> - <a href="1.4/index.html">Apache Tika 1.4</a> + <a href="1.5/index.html">Apache Tika 1.5</a> </li> @@ -189,7 +189,7 @@ <li class="collapsed"> - <a href="1.3/index.html">Apache Tika 1.3</a> + <a href="1.4/index.html">Apache Tika 1.4</a> </li> @@ -201,7 +201,7 @@ <li class="collapsed"> - <a href="1.2/index.html">Apache Tika 1.2</a> + <a href="1.3/index.html">Apache Tika 1.3</a> </li> @@ -213,7 +213,7 @@ <li class="collapsed"> - <a href="1.1/index.html">Apache Tika 1.1</a> + <a href="1.2/index.html">Apache Tika 1.2</a> </li> @@ -225,7 +225,7 @@ <li class="collapsed"> - <a href="1.0/index.html">Apache Tika 1.0</a> + <a href="1.1/index.html">Apache Tika 1.1</a> </li> </ul> <h5>The Apache Software Foundation</h5> Modified: tika/site/publish/project-info.html URL: http://svn.apache.org/viewvc/tika/site/publish/project-info.html?rev=1622782&r1=1622781&r2=1622782&view=diff ============================================================================== --- tika/site/publish/project-info.html (original) +++ tika/site/publish/project-info.html Fri Sep 5 20:08:44 2014 @@ -99,41 +99,17 @@ structured text content from various documents using existing parser libraries.</td></tr> <tr class="a"> -<td><a href="plugin-management.html">Plugin Management</a></td> -<td>This document lists the plugins that are defined through pluginManagement.</td></tr> -<tr class="b"> -<td><a href="distribution-management.html">Distribution Management</a></td> -<td>This document provides informations on the distribution management of this project.</td></tr> -<tr class="a"> -<td><a href="source-repository.html">Source Repository</a></td> -<td>This is a link to the online source repository that can be viewed via a web browser.</td></tr> +<td><a href="team-list.html">Project Team</a></td> +<td>This document provides information on the members of this project. These are the individuals who have contributed to the project in one form or another.</td></tr> <tr class="b"> -<td><a href="mail-lists.html">Mailing Lists</a></td> -<td>This document provides subscription and archive information for this project's mailing lists.</td></tr> -<tr class="a"> <td><a href="issue-tracking.html">Issue Tracking</a></td> <td>This is a link to the issue management system for this project. Issues (bugs, features, change requests) can be created and queried using this link.</td></tr> -<tr class="b"> -<td><a href="integration.html">Continuous Integration</a></td> -<td>This is a link to the definitions of all continuous integration processes that builds and tests code on a frequent, regular basis.</td></tr> <tr class="a"> -<td><a href="plugins.html">Project Plugins</a></td> -<td>This document lists the build plugins and the report plugins used by this project.</td></tr> -<tr class="b"> <td><a href="license.html">Project License</a></td> <td>This is a link to the definitions of project licenses.</td></tr> -<tr class="a"> -<td><a href="dependency-management.html">Dependency Management</a></td> -<td>This document lists the dependencies that are defined through dependencyManagement.</td></tr> -<tr class="b"> -<td><a href="team-list.html">Project Team</a></td> -<td>This document provides information on the members of this project. These are the individuals who have contributed to the project in one form or another.</td></tr> -<tr class="a"> -<td><a href="project-summary.html">Project Summary</a></td> -<td>This document lists other related information of this project</td></tr> <tr class="b"> -<td><a href="dependencies.html">Dependencies</a></td> -<td>This document lists the project's dependencies and provides information on each dependency.</td></tr></table></div></div> +<td><a href="source-repository.html">Source Repository</a></td> +<td>This is a link to the online source repository that can be viewed via a web browser.</td></tr></table></div></div> </div> <div id="sidebar"> <div id="navigation"> @@ -176,31 +152,31 @@ <li class="expanded"> - <a href="1.5/index.html">Apache Tika 1.5</a> + <a href="1.6/index.html">Apache Tika 1.6</a> <ul> <li class="none"> - <a href="1.5/gettingstarted.html">Getting Started</a> + <a href="1.6/gettingstarted.html">Getting Started</a> </li> <li class="none"> - <a href="1.5/formats.html">Supported Formats</a> + <a href="1.6/formats.html">Supported Formats</a> </li> <li class="none"> - <a href="1.5/parser.html">Parser API</a> + <a href="1.6/parser.html">Parser API</a> </li> <li class="none"> - <a href="1.5/parser_guide.html">Parser 5min Quick Start Guide</a> + <a href="1.6/parser_guide.html">Parser 5min Quick Start Guide</a> </li> <li class="none"> - <a href="1.5/detection.html">Content and Language Detection</a> + <a href="1.6/detection.html">Content and Language Detection</a> </li> <li class="none"> - <a href="1.5/api/">API Documentation</a> + <a href="1.6/api/">API Documentation</a> </li> </ul> </li> @@ -214,7 +190,7 @@ <li class="collapsed"> - <a href="1.4/index.html">Apache Tika 1.4</a> + <a href="1.5/index.html">Apache Tika 1.5</a> </li> @@ -226,7 +202,7 @@ <li class="collapsed"> - <a href="1.3/index.html">Apache Tika 1.3</a> + <a href="1.4/index.html">Apache Tika 1.4</a> </li> @@ -238,7 +214,7 @@ <li class="collapsed"> - <a href="1.2/index.html">Apache Tika 1.2</a> + <a href="1.3/index.html">Apache Tika 1.3</a> </li> @@ -250,7 +226,7 @@ <li class="collapsed"> - <a href="1.1/index.html">Apache Tika 1.1</a> + <a href="1.2/index.html">Apache Tika 1.2</a> </li> @@ -262,7 +238,7 @@ <li class="collapsed"> - <a href="1.0/index.html">Apache Tika 1.0</a> + <a href="1.1/index.html">Apache Tika 1.1</a> </li> </ul> <h5>The Apache Software Foundation</h5> Modified: tika/site/publish/source-repository.html URL: http://svn.apache.org/viewvc/tika/site/publish/source-repository.html?rev=1622782&r1=1622781&r2=1622782&view=diff ============================================================================== --- tika/site/publish/source-repository.html (original) +++ tika/site/publish/source-repository.html Fri Sep 5 20:08:44 2014 @@ -162,31 +162,31 @@ http-proxy-port = 3128 <li class="expanded"> - <a href="1.5/index.html">Apache Tika 1.5</a> + <a href="1.6/index.html">Apache Tika 1.6</a> <ul> <li class="none"> - <a href="1.5/gettingstarted.html">Getting Started</a> + <a href="1.6/gettingstarted.html">Getting Started</a> </li> <li class="none"> - <a href="1.5/formats.html">Supported Formats</a> + <a href="1.6/formats.html">Supported Formats</a> </li> <li class="none"> - <a href="1.5/parser.html">Parser API</a> + <a href="1.6/parser.html">Parser API</a> </li> <li class="none"> - <a href="1.5/parser_guide.html">Parser 5min Quick Start Guide</a> + <a href="1.6/parser_guide.html">Parser 5min Quick Start Guide</a> </li> <li class="none"> - <a href="1.5/detection.html">Content and Language Detection</a> + <a href="1.6/detection.html">Content and Language Detection</a> </li> <li class="none"> - <a href="1.5/api/">API Documentation</a> + <a href="1.6/api/">API Documentation</a> </li> </ul> </li> @@ -200,7 +200,7 @@ http-proxy-port = 3128 <li class="collapsed"> - <a href="1.4/index.html">Apache Tika 1.4</a> + <a href="1.5/index.html">Apache Tika 1.5</a> </li> @@ -212,7 +212,7 @@ http-proxy-port = 3128 <li class="collapsed"> - <a href="1.3/index.html">Apache Tika 1.3</a> + <a href="1.4/index.html">Apache Tika 1.4</a> </li> @@ -224,7 +224,7 @@ http-proxy-port = 3128 <li class="collapsed"> - <a href="1.2/index.html">Apache Tika 1.2</a> + <a href="1.3/index.html">Apache Tika 1.3</a> </li> @@ -236,7 +236,7 @@ http-proxy-port = 3128 <li class="collapsed"> - <a href="1.1/index.html">Apache Tika 1.1</a> + <a href="1.2/index.html">Apache Tika 1.2</a> </li> @@ -248,7 +248,7 @@ http-proxy-port = 3128 <li class="collapsed"> - <a href="1.0/index.html">Apache Tika 1.0</a> + <a href="1.1/index.html">Apache Tika 1.1</a> </li> </ul> <h5>The Apache Software Foundation</h5> Modified: tika/site/publish/team-list.html URL: http://svn.apache.org/viewvc/tika/site/publish/team-list.html?rev=1622782&r1=1622781&r2=1622782&view=diff ============================================================================== --- tika/site/publish/team-list.html (original) +++ tika/site/publish/team-list.html Fri Sep 5 20:08:44 2014 @@ -309,31 +309,31 @@ window.onLoad = init(); <li class="expanded"> - <a href="1.5/index.html">Apache Tika 1.5</a> + <a href="1.6/index.html">Apache Tika 1.6</a> <ul> <li class="none"> - <a href="1.5/gettingstarted.html">Getting Started</a> + <a href="1.6/gettingstarted.html">Getting Started</a> </li> <li class="none"> - <a href="1.5/formats.html">Supported Formats</a> + <a href="1.6/formats.html">Supported Formats</a> </li> <li class="none"> - <a href="1.5/parser.html">Parser API</a> + <a href="1.6/parser.html">Parser API</a> </li> <li class="none"> - <a href="1.5/parser_guide.html">Parser 5min Quick Start Guide</a> + <a href="1.6/parser_guide.html">Parser 5min Quick Start Guide</a> </li> <li class="none"> - <a href="1.5/detection.html">Content and Language Detection</a> + <a href="1.6/detection.html">Content and Language Detection</a> </li> <li class="none"> - <a href="1.5/api/">API Documentation</a> + <a href="1.6/api/">API Documentation</a> </li> </ul> </li> @@ -347,7 +347,7 @@ window.onLoad = init(); <li class="collapsed"> - <a href="1.4/index.html">Apache Tika 1.4</a> + <a href="1.5/index.html">Apache Tika 1.5</a> </li> @@ -359,7 +359,7 @@ window.onLoad = init(); <li class="collapsed"> - <a href="1.3/index.html">Apache Tika 1.3</a> + <a href="1.4/index.html">Apache Tika 1.4</a> </li> @@ -371,7 +371,7 @@ window.onLoad = init(); <li class="collapsed"> - <a href="1.2/index.html">Apache Tika 1.2</a> + <a href="1.3/index.html">Apache Tika 1.3</a> </li> @@ -383,7 +383,7 @@ window.onLoad = init(); <li class="collapsed"> - <a href="1.1/index.html">Apache Tika 1.1</a> + <a href="1.2/index.html">Apache Tika 1.2</a> </li> @@ -395,7 +395,7 @@ window.onLoad = init(); <li class="collapsed"> - <a href="1.0/index.html">Apache Tika 1.0</a> + <a href="1.1/index.html">Apache Tika 1.1</a> </li> </ul> <h5>The Apache Software Foundation</h5> Added: tika/site/src/site/apt/1.6/index.apt URL: http://svn.apache.org/viewvc/tika/site/src/site/apt/1.6/index.apt?rev=1622782&view=auto ============================================================================== --- tika/site/src/site/apt/1.6/index.apt (added) +++ tika/site/src/site/apt/1.6/index.apt Fri Sep 5 20:08:44 2014 @@ -0,0 +1,230 @@ + --------------- + Apache Tika 1.5 + --------------- + +~~ 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. + +Apache Tika 1.6 + + The most notable changes in Tika 1.6 over the previous release are: + + * Parse output should indicate which Parser was actually used + ({{{http://issues.apache.org/jira/browse/TIKA-674}TIKA-674}}). + + * Use the forbidden-apis Maven plugin to check for unsafe Java + operations + ({{{http://issues.apache.org/jira/browse/TIKA-1387}TIKA-1387}}). + + * Created an ExternalTranslator class to interface with command + line Translators + ({{{http://issues.apache.org/jira/browse/TIKA-1385}TIKA-1385}}). + + * Created a MosesTranslator as a subclass of ExternalTranslator + that calls the Moses Decoder machine translation program + ({{{http://issues.apache.org/jira/browse/TIKA-1385}TIKA-1385}}). + + * Created the tika-example module. It will have examples of how to + use the main Tika interfaces + ({{{http://issues.apache.org/jira/browse/TIKA-1390}TIKA-1390}}). + + * Upgraded to Commons Compress 1.8.1 + ({{{http://issues.apache.org/jira/browse/TIKA-1275}TIKA-1275}}). + + * Upgraded to POI 3.11-beta1 + ({{{http://issues.apache.org/jira/browse/TIKA-1380}TIKA-1380}}). + + * Tika now extracts SDTCell content from tables in .docx files + ({{{http://issues.apache.org/jira/browse/TIKA-1317}TIKA-1317}}). + + * Tika now supports detection of the Persian/Farsi language. + ({{{http://issues.apache.org/jira/browse/TIKA-1337}TIKA-1337}}). + + * The Tika Detector interface is now exposed through the JAX-RS + server + ({{{http://issues.apache.org/jira/browse/TIKA-1335}TIKA-1335}}, + {{{http://issues.apache.org/jira/browse/TIKA-1336}TIKA-1336}}). + + * Tika now has support for parsing binary Matlab files as part of + our larger effort to increase the number of scientific data formats + supported. + ({{{http://issues.apache.org/jira/browse/TIKA-1327}TIKA-1327}}). + + * The Tika Server URLs for the unpacker resources have been changed, + to bring them under a common prefix. The mapping is + /unpacker/{id} -> /unpack/{id} + /all/{id} -> /unpack/all/{id} + ({{{http://issues.apache.org/jira/browse/TIKA-1324}TIKA-1324}}). + + * Added module and core Tika interface for translating text between + languages and added a default implementation that call's Microsoft's + translate service + ({{{http://issues.apache.org/jira/browse/TIKA-1319}TIKA-1319}}). + + * Added an Translator implementation that calls Lingo24's Premium + Machine Translation API + ({{{http://issues.apache.org/jira/browse/TIKA-1381}TIKA-1381}}). + + * Made RTFParser's list handling slightly more robust against corrupt + list metadata + ({{{http://issues.apache.org/jira/browse/TIKA-1305}TIKA-1305}}). + + * Fixed bug in CLI json output + ({{{http://issues.apache.org/jira/browse/TIKA-1291}TIKA-1291}}/ + {{{http://issues.apache.org/jira/browse/TIKA-1310}TIKA-1310}}). + + * Added ability to turn off image extraction from PDFs. + Users must now turn on this capability via the PDFParserConfig. + ({{{http://issues.apache.org/jira/browse/TIKA-1294}TIKA-1294}}). + + * Upgrade to PDFBox 1.8.6 + ({{{http://issues.apache.org/jira/browse/TIKA-1290}TIKA-1290}}, + {{{http://issues.apache.org/jira/browse/TIKA-1231}TIKA-1231}}, + {{{http://issues.apache.org/jira/browse/TIKA-1233}TIKA-1233}}, + {{{http://issues.apache.org/jira/browse/TIKA-1352}TIKA-1352}}). + + * Zip Container Detection for DWFX and XPS formats, which are OPC + based + ({{{http://issues.apache.org/jira/browse/TIKA-1204}TIKA-1204}}, + {{{http://issues.apache.org/jira/browse/TIKA-1221}TIKA-1221}}). + + * Added a user facing welcome page to the Tika Server, which + says what it is, and a very brief summary of what is available. + ({{{http://issues.apache.org/jira/browse/TIKA-1269}TIKA-1269}}). + + * Added Tika Server endpoints to list the available mime types, + Parsers and Detectors, similar to the --list-<foo> methods on + the Tika CLI App + ({{{http://issues.apache.org/jira/browse/TIKA-1270}TIKA-1270}}). + + * Improvements to NetCDF and HDF parsing to mimic the output of + ncdump and extract text dimensions and spatial and variable + information from scientific data files + ({{{http://issues.apache.org/jira/browse/TIKA-1265}TIKA-1265}}). + + * Extract attachments from RTF files + ({{{http://issues.apache.org/jira/browse/TIKA-1010}TIKA-1010}}). + + * Support Outlook Personal Folders File Format *.pst + ({{{http://issues.apache.org/jira/browse/TIKA-623}TIKA-623}}). + + * Added mime entries for additional Ogg based formats + ({{{http://issues.apache.org/jira/browse/TIKA-1259}TIKA-1259}}). + + * Updated the Ogg Vorbis plugin to v0.4, which adds detection for a wider + range of Ogg formats, and parsers for more Ogg Audio ones + ({{{http://issues.apache.org/jira/browse/TIKA-1113}TIKA-1113}}). + + * PDF: Images in PDF documents can now be extracted as embedded resources. + ({{{http://issues.apache.org/jira/browse/TIKA-1268}TIKA-1268}}). + + * Fixed RuntimeException thrown for certain Word Documents + ({{{http://issues.apache.org/jira/browse/TIKA-1251}TIKA-1251}}). + + * CLI: TikaCLI now has another option: --list-parser-details-apt, which outputs + the list of supported parsers in APT format. This is used to generate the list + on the formats page + ({{{http://issues.apache.org/jira/browse/TIKA-411}TIKA-411}}). + + The following people have contributed to Tika 1.6 by submitting or + commenting on the issues resolved in this release: + + * Alexander Chow + + * Amit Gupta + + * Andreas + + * Andreas Hubold + + * Andrzej Bialecki + + * Ann Burgess + + * Avi + + * Boris Naguet + + * Chris A. Mattmann + + * Chris Bamford + + * Christian Reuschling + + * Cservenak, Tamas + + * Damiano + + * Dave Meikle + + * Erik Hetzner + + * Fabian Lange + + * Hassan Akram + + * Hong-Thai Nguyen + + * Jonathan Evans + + * Jukka Zitting + + * Kaijian Xu + + * Ken Krugler + + * Konstantin Gribov + + * Lewis John McGibbney + + * Luis Filipe Nassif + + * Marco Quaranta + + * Martin Kalcher + + * Matthias Krueger + + * Matthieu Neamar + + * Nick Burch + + * Nicolas Gavalda + + * Omid Pourhadi + + * Pradeep Singh + + * Ray Gauss II + + * Sasa Milenkovic + + * Sebastian Nagel + + * Sergey Beryozkin + + * Steffen + + * Steve R + + * Tim Allison + + * Tran Nam Quang + + * Tyler Palsulich + + * Vladimir Glina + + See {{http://s.apache.org/ojn}} for more details on these contributions. Modified: tika/site/src/site/apt/download.apt URL: http://svn.apache.org/viewvc/tika/site/src/site/apt/download.apt?rev=1622782&r1=1622781&r2=1622782&view=diff ============================================================================== --- tika/site/src/site/apt/download.apt (original) +++ tika/site/src/site/apt/download.apt Fri Sep 5 20:08:44 2014 @@ -19,19 +19,19 @@ Download Apache Tika - Apache Tika 1.5 is now available. - See the {{{http://www.apache.org/dist/tika/CHANGES-1.5.txt}CHANGES.txt}} + Apache Tika 1.6 is now available. + See the {{{http://www.apache.org/dist/tika/CHANGES-1.6.txt}CHANGES.txt}} file for more information on the list of updates in this initial release. - * {{{http://www.apache.org/dyn/closer.cgi/tika/tika-1.5-src.zip}apache-tika-1.5-src.zip}} - (source archive, {{{http://www.apache.org/dist/tika/tika-1.5-src.zip.asc}PGP signature}})\ - SHA1: <<<f9a3c04dc3d1ce27742d0db7b8c171bbd89063b6>>>\ - MD5: <<<48477b2e70e0e62ece09af7ada5037fa>>> - - * {{{http://www.apache.org/dyn/closer.cgi/tika/tika-app-1.5.jar}tika-app-1.5.jar}} - (runnable jar, {{{http://www.apache.org/dist/tika/tika-app-1.5.jar.asc}PGP signature}})\ - SHA1: <<<7f3657da1075bf95ac8faa2bafcba24228e6c714>>>\ - MD5: <<<2124a77289efbb30e7228c0f7da63373>>> + * {{{http://www.apache.org/dyn/closer.cgi/tika/tika-1.6-src.zip}apache-tika-1.6-src.zip}} + (source archive, {{{http://www.apache.org/dist/tika/tika-1.6-src.zip.asc}PGP signature}})\ + SHA1: <<<65644121446130fa29f1b62bcd75fb33344a6ba3>>>\ + MD5: <<<ee3426654feb7a5b21477d174b6ddc71>>> + + * {{{http://www.apache.org/dyn/closer.cgi/tika/tika-app-1.6.jar}tika-app-1.6.jar}} + (runnable jar, {{{http://www.apache.org/dist/tika/tika-app-1.6.jar.asc}PGP signature}})\ + SHA1: <<<99df0d8c3f6a2be498d275053e611fb5afdf0a9d>>>\ + MD5: <<<2d8af1f228000fcda92bd0dda20b80a8>>> [] Modified: tika/site/src/site/apt/index.apt URL: http://svn.apache.org/viewvc/tika/site/src/site/apt/index.apt?rev=1622782&r1=1622781&r2=1622782&view=diff ============================================================================== --- tika/site/src/site/apt/index.apt (original) +++ tika/site/src/site/apt/index.apt Fri Sep 5 20:08:44 2014 @@ -29,8 +29,8 @@ Apache Tika - a content analysis toolkit extraction using the Tika app jar file, found on the {{{./download.html}download page}}. Another option is to use one of the wrappers written to use Tika in other programming languages, like {{{https://github.com/aviks/Taro.jl}Julia}} or {{{https://github.com/chrismattmann/tika-python}Python}}. - Please see the {{{./1.5/gettingstarted.html}Getting Started}} page for more information. The - {{{./1.5/parser.html}Parser}} and {{{./1.5/detection.apt}Detector}} pages describe the main interfaces of + Please see the {{{./1.6/gettingstarted.html}Getting Started}} page for more information. The + {{{./1.6/parser.html}Parser}} and {{{./1.6/detection.apt}Detector}} pages describe the main interfaces of Tika and how they work. If you're interested in contributing to Tika, please see the {{{./contribute.html}Contributing}} page @@ -42,6 +42,14 @@ Apache Tika - a content analysis toolkit Latest News + [5 September 2014: Apache Tika Release] + Apache Tika 1.6 has been released! This release includes bug fixes and + new features including a new Translation API; more supported formats, + and overall improvements in Tika stability. Please see the + {{{http://www.apache.org/dist/tika/CHANGES-1.6.txt}CHANGES.txt}} + file for a full list of changes in this release and have a look at the + download page for more information on how to obtain Apache Tika 1.6. + [7-9 April 2014: Tika at ApacheCon NA in Denver] ApacheCon NA is in Denver for 2014, and this time we've {{{http://apacheconnorthamerica2014.sched.org/?s=tika}5 Tika related talks}} Modified: tika/site/src/site/site.xml URL: http://svn.apache.org/viewvc/tika/site/src/site/site.xml?rev=1622782&r1=1622781&r2=1622782&view=diff ============================================================================== --- tika/site/src/site/site.xml (original) +++ tika/site/src/site/site.xml Fri Sep 5 20:08:44 2014 @@ -40,7 +40,15 @@ <item name="Issue Tracker" href="https://issues.apache.org/jira/browse/TIKA"/> </menu> <menu name="Documentation"> - <item name="Apache Tika 1.5" href="1.5/index.html"> + <item name="Apache Tika 1.6" href="1.6/index.html"> + <item name="Getting Started" href="1.6/gettingstarted.html"/> + <item name="Supported Formats" href="1.6/formats.html"/> + <item name="Parser API" href="1.6/parser.html"/> + <item name="Parser 5min Quick Start Guide" href="1.6/parser_guide.html"/> + <item name="Content and Language Detection" href="1.6/detection.html"/> + <item name="API Documentation" href="1.6/api/"/> + </item> + <item name="Apache Tika 1.5" href="1.5/index.html" collapse="true"> <item name="Getting Started" href="1.5/gettingstarted.html"/> <item name="Supported Formats" href="1.5/formats.html"/> <item name="Parser API" href="1.5/parser.html"/> @@ -80,14 +88,6 @@ <item name="Content and Language Detection" href="1.1/detection.html"/> <item name="API Documentation" href="1.1/api/"/> </item> - <item name="Apache Tika 1.0" href="1.0/index.html" collapse="true"> - <item name="Getting Started" href="1.0/gettingstarted.html"/> - <item name="Supported Formats" href="1.0/formats.html"/> - <item name="Parser API" href="1.0/parser.html"/> - <item name="Parser 5min Quick Start Guide" href="1.0/parser_guide.html"/> - <item name="Content and Language Detection" href="1.0/detection.html"/> - <item name="API Documentation" href="1.0/api/"/> - </item> </menu> <menu name="The Apache Software Foundation"> <item name="About" href="http://www.apache.org/foundation/"/>
