Switch to unified view

a/src/sampleconf/mimeconf b/src/sampleconf/mimeconf
1
# @(#$Id: mimeconf,v 1.13 2006-02-03 10:53:35 dockes Exp $  (C) 2004 J.F.Dockes
1
# @(#$Id: mimeconf,v 1.14 2006-03-28 09:38:12 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
...
...
40
application/vnd.sun.xml.writer.template = exec rclsoff
40
application/vnd.sun.xml.writer.template = exec rclsoff
41
application/x-dvi = exec rcldvi
41
application/x-dvi = exec rcldvi
42
42
43
image/vnd.djvu = exec rcldjvu
43
image/vnd.djvu = exec rcldjvu
44
44
45
audio/mpeg = exec rclmedia
46
45
message/rfc822 = internal
47
message/rfc822 = internal
46
48
47
text/html  = internal 
49
text/html  = internal 
48
text/plain = internal 
50
text/plain = internal 
49
text/rtf = exec rclrtf
51
text/rtf = exec rclrtf
...
...
70
application/vnd.sun.xml.writer.global = openoffice %f
72
application/vnd.sun.xml.writer.global = openoffice %f
71
application/vnd.sun.xml.writer.template = openoffice %f
73
application/vnd.sun.xml.writer.template = openoffice %f
72
image/vnd.djvu = djview %f
74
image/vnd.djvu = djview %f
73
application/x-dvi = xdvi %f
75
application/x-dvi = xdvi %f
74
76
77
audio/mpeg = xmms %f
78
75
# Icons to be used in the result list.
79
# Icons to be used in the result list.
76
[icons]
80
[icons]
77
application/msword = wordprocessing
81
application/msword = wordprocessing
78
application/pdf = pdf
82
application/pdf = pdf
79
application/postscript = postscript
83
application/postscript = postscript
...
...
84
application/vnd.sun.xml.impress = presentation
88
application/vnd.sun.xml.impress = presentation
85
application/vnd.sun.xml.impress.template = presentation
89
application/vnd.sun.xml.impress.template = presentation
86
application/vnd.sun.xml.writer = wordprocessing
90
application/vnd.sun.xml.writer = wordprocessing
87
application/vnd.sun.xml.writer.global = wordprocessing
91
application/vnd.sun.xml.writer.global = wordprocessing
88
application/vnd.sun.xml.writer.template = wordprocessing
92
application/vnd.sun.xml.writer.template = wordprocessing
93
audio/mpeg = sownd
89
text/html = html
94
text/html = html
90
text/plain = txt
95
text/plain = txt
91
text/x-mail = message
96
text/x-mail = message
92
message/rfc822 = message
97
message/rfc822 = message
93
98