|
a/src/sampleconf/mimeconf |
|
b/src/sampleconf/mimeconf |
1 |
# @(#$Id: mimeconf,v 1.25 2007-02-06 18:01:16 dockes Exp $ (C) 2004 J.F.Dockes
|
1 |
# @(#$Id: mimeconf,v 1.26 2007-06-08 12:32:35 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 |
|
|
... |
|
... |
19 |
application/x-gzip = uncompress rcluncomp gunzip %f %t
|
19 |
application/x-gzip = uncompress rcluncomp gunzip %f %t
|
20 |
application/x-compress = uncompress rcluncomp gunzip %f %t
|
20 |
application/x-compress = uncompress rcluncomp gunzip %f %t
|
21 |
application/x-bzip2 = uncompress rcluncomp bunzip2 %f %t
|
21 |
application/x-bzip2 = uncompress rcluncomp bunzip2 %f %t
|
22 |
|
22 |
|
23 |
## ###################################
|
23 |
## ###################################
|
24 |
# Filters for indexing and internal preview.
|
24 |
# Filters for indexing and internal preview.
|
25 |
# The external (exec) filters output the document in simple html format,
|
25 |
# The "internal" filters are hardwired in the c++ code.
|
26 |
# have a look at the scripts.
|
26 |
# The external "exec" filters are typically scripts. They output the
|
|
|
27 |
# document in simple html format, have a look at the scripts.
|
27 |
[index]
|
28 |
[index]
|
28 |
application/msword = exec rcldoc
|
29 |
application/msword = exec rcldoc
|
29 |
application/pdf = exec rclpdf
|
30 |
application/pdf = exec rclpdf
|
30 |
application/postscript = exec rclps
|
31 |
application/postscript = exec rclps
|
31 |
application/vnd.ms-powerpoint = exec rclppt
|
32 |
application/vnd.ms-powerpoint = exec rclppt
|
|
... |
|
... |
43 |
application/x-dvi = exec rcldvi
|
44 |
application/x-dvi = exec rcldvi
|
44 |
application/x-lyx = exec rcllyx
|
45 |
application/x-lyx = exec rcllyx
|
45 |
application/x-scribus = exec rclscribus
|
46 |
application/x-scribus = exec rclscribus
|
46 |
audio/mpeg = exec rclmedia
|
47 |
audio/mpeg = exec rclmedia
|
47 |
image/vnd.djvu = exec rcldjvu
|
48 |
image/vnd.djvu = exec rcldjvu
|
|
|
49 |
image/jpeg = exec rcljpeg
|
48 |
message/rfc822 = internal
|
50 |
message/rfc822 = internal
|
49 |
text/html = internal
|
51 |
text/html = internal
|
50 |
text/plain = internal
|
52 |
text/plain = internal
|
51 |
text/rtf = exec rclrtf
|
53 |
text/rtf = exec rclrtf
|
52 |
text/x-gaim-log = exec rclgaim
|
54 |
text/x-gaim-log = exec rclgaim
|