openxml types

This commit is contained in:
dockes 2008-09-01 20:39:40 +00:00
parent fb27dfe822
commit f75e1bf21c
2 changed files with 47 additions and 12 deletions

View File

@ -1,4 +1,4 @@
# @(#$Id: mimeconf,v 1.40 2008-08-25 16:12:16 dockes Exp $ (C) 2004 J.F.Dockes
# @(#$Id: mimeconf,v 1.41 2008-09-01 20:39:40 dockes Exp $ (C) 2004 J.F.Dockes
# Recoll : associations of mime types to processing filters.
# There are different sections for decompression, 'interning' for indexing
@ -34,6 +34,16 @@ application/vnd.ms-excel = exec rclxls
application/vnd.ms-powerpoint = exec rclppt
application/vnd.openxmlformats-officedocument.wordprocessingml.document = \
exec rclopxml
application/vnd.openxmlformats-officedocument.wordprocessingml.template = \
exec rclopxml
application/vnd.openxmlformats-officedocument.presentationml.template = \
exec rclopxml
application/vnd.openxmlformats-officedocument.presentationml.presentation = \
exec rclopxml
application/vnd.openxmlformats-officedocument.spreadsheetml.sheet = \
exec rclopxml
application/vnd.openxmlformats-officedocument.spreadsheetml.template =\
exec rclopxml
application/vnd.sun.xml.calc = exec rclsoff
application/vnd.sun.xml.calc.template = exec rclsoff
application/vnd.sun.xml.draw = exec rclsoff
@ -77,6 +87,18 @@ application/pdf = pdf
application/postscript = postscript
application/vnd.ms-excel = spreadsheet
application/vnd.ms-powerpoint = presentation
application/vnd.openxmlformats-officedocument.wordprocessingml.document = \
wordprocessing
application/vnd.openxmlformats-officedocument.wordprocessingml.template = \
wordprocessing
application/vnd.openxmlformats-officedocument.presentationml.template = \
presentation
application/vnd.openxmlformats-officedocument.presentationml.presentation = \
presentation
application/vnd.openxmlformats-officedocument.spreadsheetml.sheet = \
spreadsheet
application/vnd.openxmlformats-officedocument.spreadsheetml.template =\
spreadsheet
application/vnd.sun.xml.calc = spreadsheet
application/vnd.sun.xml.calc.template = spreadsheet
application/vnd.sun.xml.draw = drawing
@ -117,6 +139,7 @@ text = \
application/pdf \
application/postscript \
application/vnd.openxmlformats-officedocument.wordprocessingml.document \
application/vnd.openxmlformats-officedocument.wordprocessingml.template \
application/vnd.sun.xml.writer \
application/vnd.sun.xml.writer.global \
application/vnd.sun.xml.writer.template \
@ -134,13 +157,18 @@ text = \
text/x-html-sidux-man \
text/x-man
spreadsheet = application/vnd.ms-excel \
application/vnd.sun.xml.calc \
application/vnd.sun.xml.calc.template
spreadsheet = \
application/vnd.ms-excel \
application/vnd.openxmlformats-officedocument.spreadsheetml.sheet \
application/vnd.openxmlformats-officedocument.spreadsheetml.template \
application/vnd.sun.xml.calc \
application/vnd.sun.xml.calc.template
presentation = application/vnd.ms-powerpoint \
application/vnd.sun.xml.impress \
application/vnd.sun.xml.impress.template
application/vnd.openxmlformats-officedocument.presentationml.template \
application/vnd.openxmlformats-officedocument.presentationml.presentation \
application/vnd.sun.xml.impress \
application/vnd.sun.xml.impress.template
media = \
audio/mpeg \

View File

@ -1,4 +1,4 @@
# @(#$Id: mimeview,v 1.14 2008-08-28 15:44:37 dockes Exp $ (C) 2004 J.F.Dockes
# @(#$Id: mimeview,v 1.15 2008-09-01 20:39:40 dockes Exp $ (C) 2004 J.F.Dockes
## ##########################################
# External viewers, launched by the recoll GUI when you click on a result
@ -17,11 +17,18 @@ application/pdf = xpdf %f
application/postscript = gv %f
application/vnd.ms-excel = openoffice %f
application/vnd.ms-powerpoint = openoffice %f
application/vnd.openxmlformats-officedocument.wordprocessingml.document = openoffice %f
application/vnd.openxmlformats-officedocument.spreadsheetml.sheet = openoffice %f
application/vnd.openxmlformats-officedocument.presentationml.presentation = openoffice %f
application/vnd.openxmlformats-officedocument.wordprocessingml.document = \
openoffice %f
application/vnd.openxmlformats-officedocument.wordprocessingml.template = \
openoffice %f
application/vnd.openxmlformats-officedocument.presentationml.template = \
openoffice %f
application/vnd.openxmlformats-officedocument.presentationml.presentation = \
openoffice %f
application/vnd.openxmlformats-officedocument.spreadsheetml.sheet = \
openoffice %f
application/vnd.openxmlformats-officedocument.spreadsheetml.template =\
openoffice %f
application/vnd.sun.xml.calc = openoffice %f
application/vnd.sun.xml.calc.template = openoffice %f
application/vnd.sun.xml.draw = openoffice %f