|
a/src/sampleconf/mimemap |
|
b/src/sampleconf/mimemap |
1 |
# @(#$Id: mimemap,v 1.26 2007-09-07 08:04:07 dockes Exp $ (C) 2004 J.F.Dockes
|
1 |
# @(#$Id: mimemap,v 1.27 2007-10-02 14:22:38 dockes Exp $ (C) 2004 J.F.Dockes
|
2 |
# Recoll: associations of file name extensions to mime types
|
2 |
# Recoll: associations of file name extensions to mime types
|
3 |
|
3 |
|
4 |
.txt = text/plain
|
4 |
.txt = text/plain
|
5 |
.text = text/plain
|
5 |
.text = text/plain
|
6 |
.d = text/plain
|
6 |
.d = text/plain
|
|
... |
|
... |
66 |
.rtf = text/rtf
|
66 |
.rtf = text/rtf
|
67 |
|
67 |
|
68 |
.mp3 = audio/mpeg
|
68 |
.mp3 = audio/mpeg
|
69 |
.flac = application/x-flac
|
69 |
.flac = application/x-flac
|
70 |
.ogg = application/ogg
|
70 |
.ogg = application/ogg
|
|
|
71 |
|
71 |
.png = image/png
|
72 |
.png = image/png
|
72 |
.jpg = image/jpeg
|
73 |
.jpg = image/jpeg
|
|
|
74 |
.jpeg = image/jpeg
|
|
|
75 |
.gif = image/gif
|
|
|
76 |
.tiff = image/tiff
|
|
|
77 |
.tif = image/tiff
|
73 |
|
78 |
|
74 |
# A list of stuff that we don't want to touch at all (for now). Having the
|
79 |
# A list of stuff that we don't want to touch at all (for now). Having the
|
75 |
# suffixes listed in there speeds up things quite a lot by avoiding
|
80 |
# suffixes listed in there speeds up things quite a lot by avoiding
|
76 |
# unneeded decompression or 'file' calls. File names still get indexed if
|
81 |
# unneeded decompression or 'file' calls. File names still get indexed if
|
77 |
# indexallfilenames is set
|
82 |
# indexallfilenames is set
|