Switch to unified view

a/src/sampleconf/mimeconf b/src/sampleconf/mimeconf
...
...
38
#  - with wvWare: "text stream of this file is too small to handle" 
38
#  - with wvWare: "text stream of this file is too small to handle" 
39
#  - with unrtf: rtf files disguising as doc files.
39
#  - with unrtf: rtf files disguising as doc files.
40
# The default is now again to use rcldoc. Use raw antiword if speed is more
40
# The default is now again to use rcldoc. Use raw antiword if speed is more
41
# important for you than catching all data, 
41
# important for you than catching all data, 
42
application/msword = exec rcldoc
42
application/msword = exec rcldoc
43
#application/msword = exec antiword -t -i 1 -m UTF-8;mimetype=text/plain;charset=utf-8
43
#application/msword = exec antiword -t -i 1 -m UTF-8;mimetype=text/plain
44
# You can also use wvware directly but it's much slower.
44
# You can also use wvware directly but it's much slower.
45
# application/msword = exec wvWare --charset=utf-8 --nographics
45
# application/msword = exec wvWare --charset=utf-8 --nographics
46
46
47
# Also Handle the mime type returned by "file -i" for a suffix-less word
47
# Also Handle the mime type returned by "file -i" for a suffix-less word
48
# file. This could probably just as well be an excel file, but we have to
48
# file. This could probably just as well be an excel file, but we have to
...
...
50
application/vnd.ms-office = exec rcldoc
50
application/vnd.ms-office = exec rcldoc
51
51
52
application/ogg = execm rclaudio
52
application/ogg = execm rclaudio
53
application/pdf = exec rclpdf
53
application/pdf = exec rclpdf
54
application/postscript = exec pstotext;charset=iso-8859-1;mimetype=text/plain
54
application/postscript = exec pstotext;charset=iso-8859-1;mimetype=text/plain
55
application/vnd.ms-excel = exec xls2csv -c "    " -d utf-8;charset=utf-8;mimetype=text/plain
55
application/vnd.ms-excel = exec xls2csv -c "    " -d utf-8;mimetype=text/plain
56
application/vnd.ms-powerpoint = exec catppt -d utf-8;charset=utf-8;mimetype=text/plain
56
application/vnd.ms-powerpoint = exec catppt -d utf-8;mimetype=text/plain
57
application/vn.oasis.opendocument.txt = exec rclsoff
57
application/vn.oasis.opendocument.txt = exec rclsoff
58
application/vnd.openxmlformats-officedocument.wordprocessingml.document = \
58
application/vnd.openxmlformats-officedocument.wordprocessingml.document = \
59
 exec rclopxml
59
 exec rclopxml
60
application/vnd.openxmlformats-officedocument.wordprocessingml.template = \
60
application/vnd.openxmlformats-officedocument.wordprocessingml.template = \
61
 exec rclopxml
61
 exec rclopxml
...
...
79
application/vnd.sun.xml.writer.template = exec rclsoff
79
application/vnd.sun.xml.writer.template = exec rclsoff
80
application/vnd.wordperfect = exec wpd2html;mimetype=text/html
80
application/vnd.wordperfect = exec wpd2html;mimetype=text/html
81
application/x-abiword = exec rclabw
81
application/x-abiword = exec rclabw
82
application/x-awk = internal text/plain
82
application/x-awk = internal text/plain
83
application/x-chm = execm rclchm
83
application/x-chm = execm rclchm
84
application/x-dia-diagram = execm rcldia;mimetype=text/plain;charset=utf-8
84
application/x-dia-diagram = execm rcldia;mimetype=text/plain
85
application/x-dvi = exec rcldvi
85
application/x-dvi = exec rcldvi
86
application/x-flac = execm rclaudio
86
application/x-flac = execm rclaudio
87
application/x-gnuinfo = execm rclinfo
87
application/x-gnuinfo = execm rclinfo
88
application/x-gnumeric = exec rclgnm
88
application/x-gnumeric = exec rclgnm
89
application/x-kword = exec rclkwd
89
application/x-kword = exec rclkwd
...
...
107
image/tiff = execm rclimg
107
image/tiff = execm rclimg
108
image/vnd.djvu = exec rcldjvu
108
image/vnd.djvu = exec rcldjvu
109
image/svg+xml = exec rclsvg
109
image/svg+xml = exec rclsvg
110
image/x-xcf = execm rclimg
110
image/x-xcf = execm rclimg
111
message/rfc822 = internal
111
message/rfc822 = internal
112
text/calendar = execm rclics;mimetype=text/plain;charset=utf-8
112
text/calendar = execm rclics;mimetype=text/plain
113
text/html  = internal 
113
text/html  = internal 
114
text/plain = internal 
114
text/plain = internal 
115
text/rtf = exec unrtf --nopict --html;mimetype=text/html
115
text/rtf = exec unrtf --nopict --html;mimetype=text/html
116
text/x-c = internal
116
text/x-c = internal
117
text/x-c++ = internal
117
text/x-c++ = internal