Switch to unified view

a/src/sampleconf/mimeconf b/src/sampleconf/mimeconf
1
# @(#$Id: mimeconf,v 1.6 2005-04-04 13:18:47 dockes Exp $  (C) 2004 J.F.Dockes
1
# @(#$Id: mimeconf,v 1.7 2005-11-10 08:46:15 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
...
...
15
# The %f parameter will be substituted with the input file. 
15
# The %f parameter will be substituted with the input file. 
16
#
16
#
17
# The script (ie: rcluncomp) must output the uncompressed file name on
17
# The script (ie: rcluncomp) must output the uncompressed file name on
18
# stdout. 
18
# stdout. 
19
application/x-gzip  =  uncompress rcluncomp gunzip %f %t
19
application/x-gzip  =  uncompress rcluncomp gunzip %f %t
20
application/x-gzip  =  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 external (exec) filters  output the document in simple html format,