Switch to unified view

a/src/sampleconf/mimeconf b/src/sampleconf/mimeconf
1
# @(#$Id: mimeconf,v 1.48 2008-11-27 13:35:24 dockes Exp $  (C) 2004 J.F.Dockes
1
# (C) 2004 J.F.Dockes
2
2
3
# Recoll : associations of mime types to processing filters.
3
# Associations of mime types to processing filters ([index] section).
4
# There are different sections for decompression, 'interning' for indexing
4
# Other sections describe auxiliary properties associated to the mime types.
5
# and preview, and external viewers
6
5
7
## #######################################
6
## #######################################
8
# Decompression: these types need a first pass to create a temp file to
7
# Decompression: these types need a first pass to create a temp file to
9
# work with. We use a script because uncompress utilities usually work in
8
# work with. We use a script because uncompress utilities usually work in
10
# place, which is not suitable. 
9
# place, which is not suitable. 
10
#
11
# Obviously this should be in a [decompress] section or such, but it was once
12
# forgotten and remained global for compatibility...
11
#
13
#
12
# The %t parameter will be substituted to the name of a temporary directory
14
# The %t parameter will be substituted to the name of a temporary directory
13
# by recoll. This directory is guaranteed empty when calling the filter
15
# by recoll. This directory is guaranteed empty when calling the filter
14
#
16
#
15
# The %f parameter will be substituted with the input file. 
17
# The %f parameter will be substituted with the input file.