|
a/src/sampleconf/mimemap |
|
b/src/sampleconf/mimemap |
1 |
# @(#$Id: mimemap,v 1.6 2005-11-09 21:40:02 dockes Exp $ (C) 2004 J.F.Dockes
|
1 |
# @(#$Id: mimemap,v 1.7 2005-11-10 08:46:14 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
|
|
... |
|
... |
17 |
.ai = application/postscript
|
17 |
.ai = application/postscript
|
18 |
|
18 |
|
19 |
.gz = application/x-gzip
|
19 |
.gz = application/x-gzip
|
20 |
.Z = application/x-gzip
|
20 |
.Z = application/x-gzip
|
21 |
.bz2 = application/x-bzip2
|
21 |
.bz2 = application/x-bzip2
|
|
|
22 |
.Z = application/x-compress
|
22 |
|
23 |
|
23 |
.doc = application/msword
|
24 |
.doc = application/msword
|
24 |
|
25 |
|
25 |
.sxc = application/vnd.sun.xml.calc
|
26 |
.sxc = application/vnd.sun.xml.calc
|
26 |
.stc = application/vnd.sun.xml.calc.template
|
27 |
.stc = application/vnd.sun.xml.calc.template
|
|
... |
|
... |
39 |
|
40 |
|
40 |
|
41 |
|
41 |
# A list of stuff that we don't want to touch at all (for now). Having the
|
42 |
# A list of stuff that we don't want to touch at all (for now). Having the
|
42 |
# suffixes listed in there speeds up things quite a lot by avoiding
|
43 |
# suffixes listed in there speeds up things quite a lot by avoiding
|
43 |
# unneeded decompression or 'file' calls
|
44 |
# unneeded decompression or 'file' calls
|
44 |
recoll_noindex = .tar.gz .tgz .tar.bz2 .tbz .md5 .map \
|
45 |
recoll_noindex = .tar.gz .tgz .tar.bz2 .tbz .log.gz .md5 .map \
|
45 |
.c .h .cpp .m4 .tcl .js .sh .pl .awk .php .php3 \
|
46 |
.c .h .cpp .m4 .tcl .js .sh .pl .awk .php .php3 \
|
46 |
.o .lib .dll .a \
|
47 |
.o .lib .dll .a \
|
47 |
.dat .bak .rdf .log .db .ini .msf \
|
48 |
.dat .bak .rdf .log .db .ini .msf \
|
48 |
.gnm .gnumeric .tex \
|
49 |
.gnm .gnumeric .tex \
|
49 |
.jpg .gif .bmp .xpm .png \
|
50 |
.jpg .gif .bmp .xpm .png \
|