Author: tallison
Date: Wed May 25 17:25:13 2016
New Revision: 1745520

URL: http://svn.apache.org/viewvc?rev=1745520&view=rev
Log:
TIKA-1513 - add dbf mime detection and parser, in proper location in formats.apt

Modified:
    tika/site/src/site/apt/1.14/formats.apt

Modified: tika/site/src/site/apt/1.14/formats.apt
URL: 
http://svn.apache.org/viewvc/tika/site/src/site/apt/1.14/formats.apt?rev=1745520&r1=1745519&r2=1745520&view=diff
==============================================================================
--- tika/site/src/site/apt/1.14/formats.apt (original)
+++ tika/site/src/site/apt/1.14/formats.apt Wed May 25 17:25:13 2016
@@ -82,14 +82,6 @@ Supported Document Formats
    
{{{./api/org/apache/tika/parser/iwork/IWorkPackageParser.html}IWorkPackageParser}}
    class, which extracts text and metadata.
 
-* {DBF document formats}
-  dBase formats (dbf) are used in many legacy database systems, including
-  dBase, FoxBASE, FoxPRO and in ESRI's Shapefile.  The 
-  {{{./api/org/apache/tika/parser/dbf/DBFParser.html}DBFParser} currently
-  supports versions before version 7.  See 
-  {{{http://www.digitalpreservation.gov/formats/fdd/fdd000325.shtml} 
digitalpreservation.gov}
-  for background on this format.
-
 * {Portable Document Format}
 
    The {{{./api/org/apache/tika/parser/pdf/PDFParser.html}PDFParser}} class
@@ -323,6 +315,13 @@ Supported Document Formats
    able to extract metadata and content in a tabular form, from Microsoft 
Access 
    database files.
 
+   The {{{./api/org/apache/tika/parser/dbf/DBFParser.html}DBFParser} currently
+   supports versions of dBase files (dbf) before version 7. dBase formats are 
+   used in many legacy database systems, including
+   dBase, FoxBASE, FoxPRO and in ESRI's Shapefile format.  See
+   {{{http://www.digitalpreservation.gov/formats/fdd/fdd000325.shtml} 
digitalpreservation.gov}
+   for background on this format.
+
 
 Full list of Supported Formats
 


Reply via email to