You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tika.apache.org by tp...@apache.org on 2014/07/17 19:39:39 UTC

svn commit: r1611411 - in /tika/site: publish/1.6/formats.html src/site/apt/1.6/formats.apt

Author: tpalsulich
Date: Thu Jul 17 17:39:38 2014
New Revision: 1611411

URL: http://svn.apache.org/r1611411
Log:
Add table of contents to 1.6 formats page.

Modified:
    tika/site/publish/1.6/formats.html
    tika/site/src/site/apt/1.6/formats.apt

Modified: tika/site/publish/1.6/formats.html
URL: http://svn.apache.org/viewvc/tika/site/publish/1.6/formats.html?rev=1611411&r1=1611410&r2=1611411&view=diff
==============================================================================
--- tika/site/publish/1.6/formats.html (original)
+++ tika/site/publish/1.6/formats.html Thu Jul 17 17:39:38 2014
@@ -87,6 +87,30 @@
         <!-- 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 0.6. 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>
+<ul>
+<li><a href="#Supported_Document_Formats">Supported Document Formats</a>
+<ul>
+<li><a href="#HyperText_Markup_Language">HyperText Markup Language</a></li>
+<li><a href="#XML_and_derived_formats">XML and derived formats</a></li>
+<li><a href="#Microsoft_Office_document_formats">Microsoft Office document formats</a></li>
+<li><a href="#OpenDocument_Format">OpenDocument Format</a></li>
+<li><a href="#iWorks_document_formats">iWorks document formats</a></li>
+<li><a href="#Portable_Document_Format">Portable Document Format</a></li>
+<li><a href="#Electronic_Publication_Format">Electronic Publication Format</a></li>
+<li><a href="#Rich_Text_Format">Rich Text Format</a></li>
+<li><a href="#Compression_and_packaging_formats">Compression and packaging formats</a></li>
+<li><a href="#Text_formats">Text formats</a></li>
+<li><a href="#Feed_and_Syndication_formats">Feed and Syndication formats</a></li>
+<li><a href="#Help_formats">Help formats</a></li>
+<li><a href="#Audio_formats">Audio formats</a></li>
+<li><a href="#Image_formats">Image formats</a></li>
+<li><a href="#Video_formats">Video formats</a></li>
+<li><a href="#Java_class_files_and_archives">Java class files and archives</a></li>
+<li><a href="#Source_code">Source code</a></li>
+<li><a href="#Mail_formats">Mail formats</a></li>
+<li><a href="#CAD_formats">CAD formats</a></li>
+<li><a href="#Font_formats">Font formats</a></li>
+<li><a href="#Executable_programs_and_libraries">Executable programs and libraries</a></li></ul></li></ul>
 <div class="section">
 <h3><a name="HyperText_Markup_Language">HyperText Markup Language</a></h3>
 <p>The HyperText Markup Language (HTML) is the lingua franca of the web. Tika uses the <a class="externalLink" href="http://home.ccil.org/~cowan/XML/tagsoup/">TagSoup</a> library to support virtually any kind of HTML found on the web. The output from the <a href="./api/org/apache/tika/parser/html/HtmlParser.html">HtmlParser</a> class is guaranteed to be well-formed and valid XHTML, and various heuristics are used to prevent things like inline scripts from cluttering the extracted text content.</p></div>

Modified: tika/site/src/site/apt/1.6/formats.apt
URL: http://svn.apache.org/viewvc/tika/site/src/site/apt/1.6/formats.apt?rev=1611411&r1=1611410&r2=1611411&view=diff
==============================================================================
--- tika/site/src/site/apt/1.6/formats.apt (original)
+++ tika/site/src/site/apt/1.6/formats.apt Thu Jul 17 17:39:38 2014
@@ -23,6 +23,7 @@ Supported Document Formats
    Follow the links to the various parser class javadocs for more detailed
    information about each document format and how it is parsed by Tika.
 
+%{toc|section=1|fromDepth=1}
 
 * {HyperText Markup Language}