# parser_list.txt
#
# FusionForge document search engine
#
# Copyright 2005, Fabio Bertagnin
# Copyright 2009-2010, Franck Villaume - Capgemini
# Copyright 2012, Franck Villaume - TrivialDev
# Copyright 2014, Roland Mas
# http://fusionforge.org
#
# This file is part of FusionForge.
#
# FusionForge is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published
# by the Free Software Foundation; either version 2 of the License,
# or (at your option) any later version.
#
# FusionForge is distributed in the hope that it will be useful, but
# WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
# General Public License for more details.
#
# You should have received a copy of the GNU General Public License along
# with FusionForge; if not, write to the Free Software Foundation, Inc.,
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
#
# Tupple : mime type file   parser file
# syntax :
# mime-type|parser
# This list is used by the ParserData class to find if any parser is available for that type of file
#
# Plain text
text/plain|parser_text.php
text/x-diff|parser_text.php
text/x-php|parser_text.php
text/x-c|parser_text.php
#
# HTML
text/html|parser_html.php
#
# PDF
application/pdf|parser_pdf.php
#
# Word processing
application/vnd.oasis.opendocument.text|parser_unoconv_document.php
application/vnd.openxmlformats-officedocument.wordprocessingml.document|parser_unoconv_document.php
application/msword|parser_unoconv_document.php
application/rtf|parser_unoconv_document.php
text/rtf|parser_unoconv_document.php
#
# Presentation
application/vnd.oasis.opendocument.presentation|parser_unoconv_presentation.php
application/vnd.openxmlformats-officedocument.presentationml.presentation|parser_unoconv_presentation.php
application/vnd.ms-powerpoint|parser_unoconv_presentation.php
#
# Spreadsheet
application/vnd.oasis.opendocument.spreadsheet|parser_unoconv_spreadsheet.php
application/vnd.openxmlformats-officedocument.spreadsheetml.sheet|parser_unoconv_spreadsheet.php
application/vnd.ms-excel|parser_unoconv_spreadsheet.php
