Author: tallison
Date: Wed May 25 17:20:24 2016
New Revision: 1745519

URL: http://svn.apache.org/viewvc?rev=1745519&view=rev
Log:
TIKA-1513 - add dbf mime detection and parser

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=1745519&r1=1745518&r2=1745519&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:20:24 2016
@@ -82,6 +82,14 @@ 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


Reply via email to