|
a/src/sampleconf/mimemap |
|
b/src/sampleconf/mimemap |
1 |
# @(#$Id: mimemap,v 1.5 2005-04-07 09:05:39 dockes Exp $ (C) 2004 J.F.Dockes
|
1 |
# @(#$Id: mimemap,v 1.6 2005-11-09 21:40:02 dockes Exp $ (C) 2004 J.F.Dockes
|
2 |
|
2 |
|
3 |
# Recoll: associations of file name extensions to mime types
|
3 |
# Recoll: associations of file name extensions to mime types
|
4 |
.txt = text/plain
|
4 |
.txt = text/plain
|
5 |
.text = text/plain
|
5 |
.text = text/plain
|
6 |
.d = text/plain
|
6 |
.d = text/plain
|
|
... |
|
... |
30 |
.sti = application/vnd.sun.xml.impress.template
|
30 |
.sti = application/vnd.sun.xml.impress.template
|
31 |
.sxm = application/vnd.sun.xml.math
|
31 |
.sxm = application/vnd.sun.xml.math
|
32 |
.sxw = application/vnd.sun.xml.writer
|
32 |
.sxw = application/vnd.sun.xml.writer
|
33 |
.sxg = application/vnd.sun.xml.writer.global
|
33 |
.sxg = application/vnd.sun.xml.writer.global
|
34 |
.stw = application/vnd.sun.xml.writer.template
|
34 |
.stw = application/vnd.sun.xml.writer.template
|
|
|
35 |
.odt = application/vnd.sun.xml.writer
|
35 |
|
36 |
|
36 |
.wpd = application/vnd.wordperfect
|
37 |
.wpd = application/vnd.wordperfect
|
37 |
.rtf = text/rtf
|
38 |
.rtf = text/rtf
|
38 |
|
39 |
|
39 |
|
40 |
|
40 |
# A list of stuff that we don't want to touch at all (for now). Having the
|
41 |
# A list of stuff that we don't want to touch at all (for now). Having the
|
41 |
# suffixes listed in there speeds up things quite a lot by avoiding
|
42 |
# suffixes listed in there speeds up things quite a lot by avoiding
|
42 |
# unneeded decompression or 'file' calls
|
43 |
# unneeded decompression or 'file' calls
|
43 |
recoll_noindex = .tar.gz .tgz .tar.bz2 .tbz \
|
44 |
recoll_noindex = .tar.gz .tgz .tar.bz2 .tbz .md5 .map \
|
44 |
.c .h .cpp .m4 .tcl .js .sh .pl .awk \
|
45 |
.c .h .cpp .m4 .tcl .js .sh .pl .awk .php .php3 \
|
45 |
.o .lib .dll .a \
|
46 |
.o .lib .dll .a \
|
46 |
.dat .bak .rdf .log .db .ini .gnm .gnumeric .msf \
|
47 |
.dat .bak .rdf .log .db .ini .msf \
|
|
|
48 |
.gnm .gnumeric .tex \
|
47 |
.jpg .gif .bmp .xpm
|
49 |
.jpg .gif .bmp .xpm .png \
|
|
|
50 |
,v
|
48 |
|
51 |
|