This commit is contained in:
dockes 2008-02-03 16:24:16 +00:00
parent 7dc50d9aee
commit 6ac51edab6
3 changed files with 8 additions and 4 deletions

View File

@ -1,4 +1,4 @@
# @(#$Id: mimeconf,v 1.36 2007-11-09 11:55:50 dockes Exp $ (C) 2004 J.F.Dockes # @(#$Id: mimeconf,v 1.37 2008-02-03 16:24:16 dockes Exp $ (C) 2004 J.F.Dockes
# Recoll : associations of mime types to processing filters. # Recoll : associations of mime types to processing filters.
# There are different sections for decompression, 'interning' for indexing # There are different sections for decompression, 'interning' for indexing
@ -56,6 +56,7 @@ image/jpeg = exec rclimg
image/png = exec rclimg image/png = exec rclimg
image/tiff = exec rclimg image/tiff = exec rclimg
image/vnd.djvu = exec rcldjvu image/vnd.djvu = exec rcldjvu
image/svg+xml = exec rclsvg
message/rfc822 = internal message/rfc822 = internal
text/html = internal text/html = internal
text/plain = internal text/plain = internal
@ -97,6 +98,7 @@ image/jpeg = image
image/png = image image/png = image
image/tiff = image image/tiff = image
image/vnd.djvu = document image/vnd.djvu = document
image/svg+xml = document
message/rfc822 = message message/rfc822 = message
text/html = html text/html = html
text/plain = txt text/plain = txt
@ -142,7 +144,7 @@ media = \
image/png \ image/png \
image/tiff \ image/tiff \
image/gif \ image/gif \
image/svg+xml \
message = message/rfc822 \ message = message/rfc822 \
text/x-gaim-log \ text/x-gaim-log \

View File

@ -1,4 +1,4 @@
# @(#$Id: mimemap,v 1.28 2007-11-09 11:55:50 dockes Exp $ (C) 2004 J.F.Dockes # @(#$Id: mimemap,v 1.29 2008-02-03 16:24:16 dockes Exp $ (C) 2004 J.F.Dockes
# Recoll: associations of file name extensions to mime types # Recoll: associations of file name extensions to mime types
.txt = text/plain .txt = text/plain
@ -29,6 +29,7 @@
.dvi = application/x-dvi .dvi = application/x-dvi
.djvu = image/vnd.djvu .djvu = image/vnd.djvu
.svg = image/svg+xml
.gz = application/x-gzip .gz = application/x-gzip
.Z = application/x-gzip .Z = application/x-gzip

View File

@ -1,4 +1,4 @@
# @(#$Id: mimeview,v 1.10 2007-11-09 13:44:08 dockes Exp $ (C) 2004 J.F.Dockes # @(#$Id: mimeview,v 1.11 2008-02-03 16:24:16 dockes Exp $ (C) 2004 J.F.Dockes
## ########################################## ## ##########################################
# External viewers, launched by the recoll GUI when you click on a result # External viewers, launched by the recoll GUI when you click on a result
@ -39,6 +39,7 @@ image/jpeg = xv %f
image/png = xv %f image/png = xv %f
image/tiff = xv %f image/tiff = xv %f
image/gif = xv %f image/gif = xv %f
image/svg+xml = inkview %f
image/vnd.djvu = djview %f image/vnd.djvu = djview %f
# Or firefox -remote "openFile(%u)" # Or firefox -remote "openFile(%u)"
text/html = firefox %u text/html = firefox %u