|
a/src/sampleconf/mimeconf |
|
b/src/sampleconf/mimeconf |
1 |
# @(#$Id: mimeconf,v 1.17 2006-09-05 09:52:23 dockes Exp $ (C) 2004 J.F.Dockes
|
1 |
# @(#$Id: mimeconf,v 1.18 2006-10-02 08:26:20 dockes Exp $ (C) 2004 J.F.Dockes
|
2 |
|
2 |
|
3 |
# Recoll : associations of mime types to processing filters.
|
3 |
# Recoll : associations of mime types to processing filters.
|
4 |
# There are different sections for decompression, 'interning' for indexing
|
4 |
# There are different sections for decompression, 'interning' for indexing
|
5 |
# and preview, and external viewers
|
5 |
# and preview, and external viewers
|
6 |
|
6 |
|
|
... |
|
... |
52 |
|
52 |
|
53 |
## ##########################################
|
53 |
## ##########################################
|
54 |
# External viewers, launched when you on a result entry 'edit' link
|
54 |
# External viewers, launched when you on a result entry 'edit' link
|
55 |
[view]
|
55 |
[view]
|
56 |
application/msword = openoffice %f
|
56 |
application/msword = openoffice %f
|
57 |
application/vnd.ms-powerpoint = openoffice %f
|
|
|
58 |
application/vnd.ms-excel = openoffice %f
|
|
|
59 |
application/pdf = xpdf %f
|
57 |
application/pdf = xpdf %f
|
60 |
application/postscript = gv %f
|
58 |
application/postscript = gv %f
|
|
|
59 |
application/vnd.ms-excel = openoffice %f
|
|
|
60 |
application/vnd.ms-powerpoint = openoffice %f
|
61 |
application/vnd.sun.xml.calc = openoffice %f
|
61 |
application/vnd.sun.xml.calc = openoffice %f
|
62 |
application/vnd.sun.xml.calc.template = openoffice %f
|
62 |
application/vnd.sun.xml.calc.template = openoffice %f
|
63 |
application/vnd.sun.xml.draw = openoffice %f
|
63 |
application/vnd.sun.xml.draw = openoffice %f
|
64 |
application/vnd.sun.xml.draw.template = openoffice %f
|
64 |
application/vnd.sun.xml.draw.template = openoffice %f
|
65 |
application/vnd.sun.xml.impress = openoffice %f
|
65 |
application/vnd.sun.xml.impress = openoffice %f
|
|
... |
|
... |
82 |
# Icons to be used in the result list if required by gui config
|
82 |
# Icons to be used in the result list if required by gui config
|
83 |
[icons]
|
83 |
[icons]
|
84 |
application/msword = wordprocessing
|
84 |
application/msword = wordprocessing
|
85 |
application/pdf = pdf
|
85 |
application/pdf = pdf
|
86 |
application/postscript = postscript
|
86 |
application/postscript = postscript
|
|
|
87 |
application/vnd.ms-excel = spreadsheet
|
|
|
88 |
application/vnd.ms-powerpoint = presentation
|
87 |
application/vnd.sun.xml.calc = spreadsheet
|
89 |
application/vnd.sun.xml.calc = spreadsheet
|
88 |
application/vnd.sun.xml.calc.template = spreadsheet
|
90 |
application/vnd.sun.xml.calc.template = spreadsheet
|
89 |
application/vnd.sun.xml.draw = drawing
|
91 |
application/vnd.sun.xml.draw = drawing
|
90 |
application/vnd.sun.xml.draw.template = drawing
|
92 |
application/vnd.sun.xml.draw.template = drawing
|
91 |
application/vnd.sun.xml.impress = presentation
|
93 |
application/vnd.sun.xml.impress = presentation
|
92 |
application/vnd.sun.xml.impress.template = presentation
|
94 |
application/vnd.sun.xml.impress.template = presentation
|
93 |
application/vnd.sun.xml.writer = wordprocessing
|
95 |
application/vnd.sun.xml.writer = wordprocessing
|
94 |
application/vnd.sun.xml.writer.global = wordprocessing
|
96 |
application/vnd.sun.xml.writer.global = wordprocessing
|
95 |
application/vnd.sun.xml.writer.template = wordprocessing
|
97 |
application/vnd.sun.xml.writer.template = wordprocessing
|
|
|
98 |
application/x-dvi = document
|
96 |
audio/mpeg = sownd
|
99 |
audio/mpeg = sownd
|
|
|
100 |
image/jpeg = image
|
|
|
101 |
image/png = image
|
|
|
102 |
image/vnd.djvu = document
|
97 |
message/rfc822 = message
|
103 |
message/rfc822 = message
|
98 |
text/html = html
|
104 |
text/html = html
|
99 |
text/plain = txt
|
105 |
text/plain = txt
|
100 |
text/x-mail = message
|
106 |
text/x-mail = message
|
|
|
107 |
text/x-c = source
|