|
a/src/sampleconf/mimeconf |
|
b/src/sampleconf/mimeconf |
1 |
# @(#$Id: mimeconf,v 1.18 2006-10-02 08:26:20 dockes Exp $ (C) 2004 J.F.Dockes
|
1 |
# @(#$Id: mimeconf,v 1.19 2006-12-14 13:53:43 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 |
|
|
... |
|
... |
48 |
text/plain = internal
|
48 |
text/plain = internal
|
49 |
text/rtf = exec rclrtf
|
49 |
text/rtf = exec rclrtf
|
50 |
text/x-gaim-log = exec rclgaim
|
50 |
text/x-gaim-log = exec rclgaim
|
51 |
text/x-mail = internal
|
51 |
text/x-mail = internal
|
52 |
|
52 |
|
53 |
## ##########################################
|
|
|
54 |
# External viewers, launched when you on a result entry 'edit' link
|
|
|
55 |
[view]
|
|
|
56 |
application/msword = openoffice %f
|
|
|
57 |
application/pdf = xpdf %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
|
|
|
62 |
application/vnd.sun.xml.calc.template = openoffice %f
|
|
|
63 |
application/vnd.sun.xml.draw = openoffice %f
|
|
|
64 |
application/vnd.sun.xml.draw.template = openoffice %f
|
|
|
65 |
application/vnd.sun.xml.impress = openoffice %f
|
|
|
66 |
application/vnd.sun.xml.impress.template = openoffice %f
|
|
|
67 |
application/vnd.sun.xml.math = openoffice %f
|
|
|
68 |
application/vnd.sun.xml.writer = openoffice %f
|
|
|
69 |
application/vnd.sun.xml.writer.global = openoffice %f
|
|
|
70 |
application/vnd.sun.xml.writer.template = openoffice %f
|
|
|
71 |
application/x-dvi = xdvi %f
|
|
|
72 |
audio/mpeg = xmms %f
|
|
|
73 |
image/jpeg = xv %f
|
|
|
74 |
image/png = xv %f
|
|
|
75 |
image/vnd.djvu = djview %f
|
|
|
76 |
# Or firefox -remote "openFile(%u)"
|
|
|
77 |
text/html = firefox %u
|
|
|
78 |
text/plain = gnuclient -q %f
|
|
|
79 |
text/x-c = gnuclient -q %f
|
|
|
80 |
|
|
|
81 |
## #############################################
|
53 |
## #############################################
|
82 |
# Icons to be used in the result list if required by gui config
|
54 |
# Icons to be used in the result list if required by gui config
|
83 |
[icons]
|
55 |
[icons]
|
84 |
application/msword = wordprocessing
|
56 |
application/msword = wordprocessing
|
85 |
application/pdf = pdf
|
57 |
application/pdf = pdf
|