|
a/src/sampleconf/mimeconf |
|
b/src/sampleconf/mimeconf |
1 |
# @(#$Id: mimeconf,v 1.16 2006-04-01 07:34:21 dockes Exp $ (C) 2004 J.F.Dockes
|
1 |
# @(#$Id: mimeconf,v 1.17 2006-09-05 09:52:23 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 |
|
|
... |
|
... |
26 |
# have a look at the scripts.
|
26 |
# have a look at the scripts.
|
27 |
[index]
|
27 |
[index]
|
28 |
application/msword = exec rcldoc
|
28 |
application/msword = exec rcldoc
|
29 |
application/pdf = exec rclpdf
|
29 |
application/pdf = exec rclpdf
|
30 |
application/postscript = exec rclps
|
30 |
application/postscript = exec rclps
|
|
|
31 |
application/vnd.ms-powerpoint = exec rclppt
|
|
|
32 |
application/vnd.ms-excel = exec rclxls
|
31 |
application/vnd.sun.xml.calc = exec rclsoff
|
33 |
application/vnd.sun.xml.calc = exec rclsoff
|
32 |
application/vnd.sun.xml.calc.template = exec rclsoff
|
34 |
application/vnd.sun.xml.calc.template = exec rclsoff
|
33 |
application/vnd.sun.xml.draw = exec rclsoff
|
35 |
application/vnd.sun.xml.draw = exec rclsoff
|
34 |
application/vnd.sun.xml.draw.template = exec rclsoff
|
36 |
application/vnd.sun.xml.draw.template = exec rclsoff
|
35 |
application/vnd.sun.xml.impress = exec rclsoff
|
37 |
application/vnd.sun.xml.impress = exec rclsoff
|
|
... |
|
... |
50 |
|
52 |
|
51 |
## ##########################################
|
53 |
## ##########################################
|
52 |
# External viewers, launched when you on a result entry 'edit' link
|
54 |
# External viewers, launched when you on a result entry 'edit' link
|
53 |
[view]
|
55 |
[view]
|
54 |
application/msword = openoffice %f
|
56 |
application/msword = openoffice %f
|
|
|
57 |
application/vnd.ms-powerpoint = openoffice %f
|
|
|
58 |
application/vnd.ms-excel = openoffice %f
|
55 |
application/pdf = xpdf %f
|
59 |
application/pdf = xpdf %f
|
56 |
application/postscript = gv %f
|
60 |
application/postscript = gv %f
|
57 |
application/vnd.sun.xml.calc = openoffice %f
|
61 |
application/vnd.sun.xml.calc = openoffice %f
|
58 |
application/vnd.sun.xml.calc.template = openoffice %f
|
62 |
application/vnd.sun.xml.calc.template = openoffice %f
|
59 |
application/vnd.sun.xml.draw = openoffice %f
|
63 |
application/vnd.sun.xml.draw = openoffice %f
|