|
a/src/sampleconf/mimemap |
|
b/src/sampleconf/mimemap |
1 |
# @(#$Id: mimemap,v 1.23 2007-06-15 11:41:50 dockes Exp $ (C) 2004 J.F.Dockes
|
1 |
# @(#$Id: mimemap,v 1.24 2007-07-01 06:52:21 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
|
|
... |
|
... |
63 |
|
63 |
|
64 |
.wpd = application/vnd.wordperfect
|
64 |
.wpd = application/vnd.wordperfect
|
65 |
.rtf = text/rtf
|
65 |
.rtf = text/rtf
|
66 |
|
66 |
|
67 |
.mp3 = audio/mpeg
|
67 |
.mp3 = audio/mpeg
|
|
|
68 |
.flac = application/x-flac
|
|
|
69 |
.ogg = application/ogg
|
68 |
.png = image/png
|
70 |
.png = image/png
|
69 |
.jpg = image/jpeg
|
71 |
.jpg = image/jpeg
|
70 |
|
72 |
|
71 |
# A list of stuff that we don't want to touch at all (for now). Having the
|
73 |
# A list of stuff that we don't want to touch at all (for now). Having the
|
72 |
# suffixes listed in there speeds up things quite a lot by avoiding
|
74 |
# suffixes listed in there speeds up things quite a lot by avoiding
|