|
a/src/sampleconf/mimeconf |
|
b/src/sampleconf/mimeconf |
|
... |
|
... |
27 |
# document in simple html format, have a look at the scripts.
|
27 |
# document in simple html format, have a look at the scripts.
|
28 |
# A different format (ie text/plain), and a character set can be defined for
|
28 |
# A different format (ie text/plain), and a character set can be defined for
|
29 |
# each filter, see the exemples below (ie: msword)
|
29 |
# each filter, see the exemples below (ie: msword)
|
30 |
[index]
|
30 |
[index]
|
31 |
|
31 |
|
32 |
# MSWORD: install wvware and restore the rcldoc version to fix the "text
|
32 |
# MSWORD: the rcldoc script handles a number of marginal case that raw
|
33 |
# stream of this file is too small to handle" error if it's a problem for you
|
33 |
# antiword won't:
|
|
|
34 |
# - with wvWare: "text stream of this file is too small to handle"
|
|
|
35 |
# - with unrtf: rtf files disguising as doc files.
|
|
|
36 |
# The default is now again to use rcldoc. Use raw antiword if speed is more
|
|
|
37 |
# important for you than catching all data,
|
34 |
# application/msword = exec rcldoc
|
38 |
application/msword = exec rcldoc
|
35 |
application/msword = exec antiword -t -i 1 -m UTF-8;mimetype=text/plain;charset=utf-8
|
39 |
#application/msword = exec antiword -t -i 1 -m UTF-8;mimetype=text/plain;charset=utf-8
|
36 |
# You can also use wvware directly but it's much slower.
|
40 |
# You can also use wvware directly but it's much slower.
|
37 |
# application/msword = exec wvWare --charset=utf-8 --nographics
|
41 |
# application/msword = exec wvWare --charset=utf-8 --nographics
|
38 |
|
42 |
|
39 |
application/ogg = execm rclaudio
|
43 |
application/ogg = execm rclaudio
|
40 |
application/pdf = exec rclpdf
|
44 |
application/pdf = exec rclpdf
|