Switch to unified view

a/src/sampleconf/mimeconf b/src/sampleconf/mimeconf
1
# (C) 2004 J.F.Dockes
1
# (C) 2004 J.F.Dockes
2
2
3
# Associations of mime types to processing filters ([index] section).
3
# This file contains most of the data which determines how we
4
# Other sections describe auxiliary properties associated to the mime types.
4
# handle the different mime types (also see the "mimeview" file).
5
# Sections:
6
# top-level: Decompression parameters. Should not be at top-level, historical.
7
# [index] : Associations of mime types to the filters that translate them
8
#      to plain text or html.
9
# [icons] : Associations of mime types to result list icons (GUI)
10
# [categories] : groupings of mime types (media, text, message etc.)
11
# [guifilters] : defines the filtering checkboxes in the GUI. Uses the
12
#   above categories by default
5
13
6
## #######################################
14
## #######################################
7
# Decompression: these types need a first pass to create a temp file to
15
# Decompression: these types need a first pass to create a temp file to
8
# work with. We use a script because uncompress utilities usually work in
16
# work with. We use a script because uncompress utilities usually work in
9
# place, which is not suitable. 
17
# place, which is not suitable.