Switch to unified view

a/src/sampleconf/mimeconf b/src/sampleconf/mimeconf
1
# @(#$Id: mimeconf,v 1.4 2005-03-17 14:02:05 dockes Exp $  (C) 2004 J.F.Dockes
1
# @(#$Id: mimeconf,v 1.5 2005-03-25 09:40:28 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
...
...
25
# The external (exec) filters  output the document in simple html format,
25
# The external (exec) filters  output the document in simple html format,
26
# have a look at the scripts.
26
# have a look at the scripts.
27
[index]
27
[index]
28
text/plain = internal 
28
text/plain = internal 
29
text/html  = internal 
29
text/html  = internal 
30
text/x-mail = internal
31
message/rfc822 = internal
32
30
application/pdf = exec rclpdf
33
application/pdf = exec rclpdf
31
application/postscript = exec rclps
34
application/postscript = exec rclps
32
application/msword = exec rcldoc
35
application/msword = exec rcldoc
33
36
34
application/vnd.sun.xml.calc = exec rclsoff
37
application/vnd.sun.xml.calc = exec rclsoff
...
...
44
47
45
## 
48
## 
46
# External viewers, launched when you double-click a result entry
49
# External viewers, launched when you double-click a result entry
47
[view]
50
[view]
48
text/plain = xemacs %f
51
text/plain = xemacs %f
49
text/html = firefox -a firefox -remote "openFile(%u)"
52
text/html = firefox -remote "openFile(%u)"
50
application/pdf  = xpdf %f
53
application/pdf  = xpdf %f
51
application/postscript = gv %f
54
application/postscript = gv %f
52
application/msword = openoffice-1.1.3-swriter %f
55
application/msword = openoffice-1.1.3-swriter %f
53
application/vnd.sun.xml.calc = openoffice-1.1.3 %f
56
application/vnd.sun.xml.calc = openoffice-1.1.3 %f
54
application/vnd.sun.xml.calc.template = openoffice-1.1.3 %f
57
application/vnd.sun.xml.calc.template = openoffice-1.1.3 %f