|
a/src/sampleconf/mimeconf |
|
b/src/sampleconf/mimeconf |
1 |
# @(#$Id: mimeconf,v 1.12 2005-11-30 09:46:48 dockes Exp $ (C) 2004 J.F.Dockes
|
1 |
# @(#$Id: mimeconf,v 1.13 2006-02-03 10:53:35 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 |
|
|
... |
|
... |
36 |
application/vnd.sun.xml.impress.template = exec rclsoff
|
36 |
application/vnd.sun.xml.impress.template = exec rclsoff
|
37 |
application/vnd.sun.xml.math = exec rclsoff
|
37 |
application/vnd.sun.xml.math = exec rclsoff
|
38 |
application/vnd.sun.xml.writer = exec rclsoff
|
38 |
application/vnd.sun.xml.writer = exec rclsoff
|
39 |
application/vnd.sun.xml.writer.global = exec rclsoff
|
39 |
application/vnd.sun.xml.writer.global = exec rclsoff
|
40 |
application/vnd.sun.xml.writer.template = exec rclsoff
|
40 |
application/vnd.sun.xml.writer.template = exec rclsoff
|
|
|
41 |
application/x-dvi = exec rcldvi
|
|
|
42 |
|
|
|
43 |
image/vnd.djvu = exec rcldjvu
|
41 |
|
44 |
|
42 |
message/rfc822 = internal
|
45 |
message/rfc822 = internal
|
43 |
|
46 |
|
44 |
text/html = internal
|
47 |
text/html = internal
|
45 |
text/plain = internal
|
48 |
text/plain = internal
|
|
... |
|
... |
64 |
application/vnd.sun.xml.impress.template = openoffice %f
|
67 |
application/vnd.sun.xml.impress.template = openoffice %f
|
65 |
application/vnd.sun.xml.math = openoffice %f
|
68 |
application/vnd.sun.xml.math = openoffice %f
|
66 |
application/vnd.sun.xml.writer = openoffice %f
|
69 |
application/vnd.sun.xml.writer = openoffice %f
|
67 |
application/vnd.sun.xml.writer.global = openoffice %f
|
70 |
application/vnd.sun.xml.writer.global = openoffice %f
|
68 |
application/vnd.sun.xml.writer.template = openoffice %f
|
71 |
application/vnd.sun.xml.writer.template = openoffice %f
|
|
|
72 |
image/vnd.djvu = djview %f
|
|
|
73 |
application/x-dvi = xdvi %f
|
69 |
|
74 |
|
70 |
# Icons to be used in the result list.
|
75 |
# Icons to be used in the result list.
|
71 |
[icons]
|
76 |
[icons]
|
72 |
application/msword = wordprocessing
|
77 |
application/msword = wordprocessing
|
73 |
application/pdf = pdf
|
78 |
application/pdf = pdf
|