You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tika.apache.org by ni...@apache.org on 2015/05/19 19:57:54 UTC

svn commit: r1680358 - in /tika/site: publish/1.7/formats.html publish/1.8/formats.html publish/1.9/formats.html src/site/apt/1.7/formats.apt src/site/apt/1.8/formats.apt src/site/apt/1.9/formats.apt

Author: nick
Date: Tue May 19 17:57:53 2015
New Revision: 1680358

URL: http://svn.apache.org/r1680358
Log:
Update the formats to make it clearer that these are the parser-supported formats, and more get detection-only

Modified:
    tika/site/publish/1.7/formats.html
    tika/site/publish/1.8/formats.html
    tika/site/publish/1.9/formats.html
    tika/site/src/site/apt/1.7/formats.apt
    tika/site/src/site/apt/1.8/formats.apt
    tika/site/src/site/apt/1.9/formats.apt

Modified: tika/site/publish/1.7/formats.html
URL: http://svn.apache.org/viewvc/tika/site/publish/1.7/formats.html?rev=1680358&r1=1680357&r2=1680358&view=diff
==============================================================================
--- tika/site/publish/1.7/formats.html (original)
+++ tika/site/publish/1.7/formats.html Tue May 19 17:57:53 2015
@@ -86,7 +86,8 @@
       <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>Supported Document Formats<a name="Supported_Document_Formats"></a></h2>
-<p>This page lists all the document formats supported by Apache Tika 1.7. Follow the links to the various parser class javadocs for more detailed information about each document format and how it is parsed by Tika.</p>
+<p>This page lists all the document formats supported by the parsers in Apache Tika 1.7. Follow the links to the various parser class javadocs for more detailed information about each document format and how it is parsed by Tika.</p>
+<p>(Please note that Apache Tika is able to detect a much wider range of formats than those listed below, this page only documents those formats from which Tika is able to extract metadata and/or textual content)</p>
 <ul>
 <li><a href="#Supported_Document_Formats">Supported Document Formats</a>
 <ul>

Modified: tika/site/publish/1.8/formats.html
URL: http://svn.apache.org/viewvc/tika/site/publish/1.8/formats.html?rev=1680358&r1=1680357&r2=1680358&view=diff
==============================================================================
--- tika/site/publish/1.8/formats.html (original)
+++ tika/site/publish/1.8/formats.html Tue May 19 17:57:53 2015
@@ -86,7 +86,8 @@
       <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>Supported Document Formats<a name="Supported_Document_Formats"></a></h2>
-<p>This page lists all the document formats supported by Apache Tika 1.8. Follow the links to the various parser class javadocs for more detailed information about each document format and how it is parsed by Tika.</p>
+<p>This page lists all the document formats supported by the parsers in Apache Tika 1.8. Follow the links to the various parser class javadocs for more detailed information about each document format and how it is parsed by Tika.</p>
+<p>(Please note that Apache Tika is able to detect a much wider range of formats than those listed below, this page only documents those formats from which Tika is able to extract metadata and/or textual content)</p>
 <ul>
 <li><a href="#Supported_Document_Formats">Supported Document Formats</a>
 <ul>

Modified: tika/site/publish/1.9/formats.html
URL: http://svn.apache.org/viewvc/tika/site/publish/1.9/formats.html?rev=1680358&r1=1680357&r2=1680358&view=diff
==============================================================================
--- tika/site/publish/1.9/formats.html (original)
+++ tika/site/publish/1.9/formats.html Tue May 19 17:57:53 2015
@@ -86,7 +86,8 @@
       <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>Supported Document Formats<a name="Supported_Document_Formats"></a></h2>
-<p>This page lists all the document formats supported by Apache Tika 1.9. Follow the links to the various parser class javadocs for more detailed information about each document format and how it is parsed by Tika.</p>
+<p>This page lists all the document formats supported by the parsers in Apache Tika 1.9. Follow the links to the various parser class javadocs for more detailed information about each document format and how it is parsed by Tika.</p>
+<p>(Please note that Apache Tika is able to detect a much wider range of formats than those listed below, this page only documents those formats from which Tika is able to extract metadata and/or textual content)</p>
 <ul>
 <li><a href="#Supported_Document_Formats">Supported Document Formats</a>
 <ul>

Modified: tika/site/src/site/apt/1.7/formats.apt
URL: http://svn.apache.org/viewvc/tika/site/src/site/apt/1.7/formats.apt?rev=1680358&r1=1680357&r2=1680358&view=diff
==============================================================================
--- tika/site/src/site/apt/1.7/formats.apt (original)
+++ tika/site/src/site/apt/1.7/formats.apt Tue May 19 17:57:53 2015
@@ -19,9 +19,14 @@
 
 Supported Document Formats
 
-   This page lists all the document formats supported by Apache Tika 1.7.
-   Follow the links to the various parser class javadocs for more detailed
-   information about each document format and how it is parsed by Tika.
+   This page lists all the document formats supported by the parsers in
+   Apache Tika 1.7. Follow the links to the various parser class javadocs 
+   for more detailed information about each document format and how it is 
+   parsed by Tika.
+
+   (Please note that Apache Tika is able to detect a much wider range of
+   formats than those listed below, this page only documents those formats
+   from which Tika is able to extract metadata and/or textual content)
 
 %{toc|section=1|fromDepth=1}
 

Modified: tika/site/src/site/apt/1.8/formats.apt
URL: http://svn.apache.org/viewvc/tika/site/src/site/apt/1.8/formats.apt?rev=1680358&r1=1680357&r2=1680358&view=diff
==============================================================================
--- tika/site/src/site/apt/1.8/formats.apt (original)
+++ tika/site/src/site/apt/1.8/formats.apt Tue May 19 17:57:53 2015
@@ -19,9 +19,14 @@
 
 Supported Document Formats
 
-   This page lists all the document formats supported by Apache Tika 1.8.
-   Follow the links to the various parser class javadocs for more detailed
-   information about each document format and how it is parsed by Tika.
+   This page lists all the document formats supported by the parsers in
+   Apache Tika 1.8. Follow the links to the various parser class javadocs 
+   for more detailed information about each document format and how it is 
+   parsed by Tika.
+
+   (Please note that Apache Tika is able to detect a much wider range of
+   formats than those listed below, this page only documents those formats
+   from which Tika is able to extract metadata and/or textual content)
 
 %{toc|section=1|fromDepth=1}
 

Modified: tika/site/src/site/apt/1.9/formats.apt
URL: http://svn.apache.org/viewvc/tika/site/src/site/apt/1.9/formats.apt?rev=1680358&r1=1680357&r2=1680358&view=diff
==============================================================================
--- tika/site/src/site/apt/1.9/formats.apt (original)
+++ tika/site/src/site/apt/1.9/formats.apt Tue May 19 17:57:53 2015
@@ -19,9 +19,14 @@
 
 Supported Document Formats
 
-   This page lists all the document formats supported by Apache Tika 1.9.
-   Follow the links to the various parser class javadocs for more detailed
-   information about each document format and how it is parsed by Tika.
+   This page lists all the document formats supported by the parsers in
+   Apache Tika 1.9. Follow the links to the various parser class javadocs 
+   for more detailed information about each document format and how it is 
+   parsed by Tika.
+
+   (Please note that Apache Tika is able to detect a much wider range of
+   formats than those listed below, this page only documents those formats
+   from which Tika is able to extract metadata and/or textual content)
 
 %{toc|section=1|fromDepth=1}