60 lines
1.6 KiB
Plaintext
60 lines
1.6 KiB
Plaintext
# @(#$Id: mimemap,v 1.9 2005-11-21 14:31:24 dockes Exp $ (C) 2004 J.F.Dockes
|
|
|
|
# Recoll: associations of file name extensions to mime types
|
|
.txt = text/plain
|
|
.text = text/plain
|
|
.d = text/plain
|
|
|
|
.html = text/html
|
|
.htm = text/html
|
|
.shtml = text/html
|
|
.php = text/html
|
|
|
|
.pdf = application/pdf
|
|
|
|
.ps = application/postscript
|
|
.eps = application/postscript
|
|
.ai = application/postscript
|
|
|
|
.gz = application/x-gzip
|
|
.Z = application/x-gzip
|
|
.bz2 = application/x-bzip2
|
|
.Z = application/x-compress
|
|
|
|
.doc = application/msword
|
|
|
|
# OpenOffice / opendocument. We handle opendocument as old openoffice files
|
|
# for now
|
|
.sxc = application/vnd.sun.xml.calc
|
|
.ods = application/vnd.sun.xml.calc
|
|
.stc = application/vnd.sun.xml.calc.template
|
|
.sxd = application/vnd.sun.xml.draw
|
|
.std = application/vnd.sun.xml.draw.template
|
|
.sxi = application/vnd.sun.xml.impress
|
|
.odp = application/vnd.sun.xml.impress
|
|
.sti = application/vnd.sun.xml.impress.template
|
|
.sxm = application/vnd.sun.xml.math
|
|
.sxw = application/vnd.sun.xml.writer
|
|
.odt = application/vnd.sun.xml.writer
|
|
.sxg = application/vnd.sun.xml.writer.global
|
|
.stw = application/vnd.sun.xml.writer.template
|
|
|
|
|
|
.wpd = application/vnd.wordperfect
|
|
.rtf = text/rtf
|
|
|
|
|
|
# A list of stuff that we don't want to touch at all (for now). Having the
|
|
# suffixes listed in there speeds up things quite a lot by avoiding
|
|
# unneeded decompression or 'file' calls
|
|
recoll_noindex = .tar.gz .tgz .tar.bz2 .tbz .log.gz .md5 .map \
|
|
.c .h .cpp .m4 .tcl .js .sh .pl .awk .php .php3 \
|
|
.o .lib .dll .a \
|
|
.dat .bak .rdf .log .db .ini .msf \
|
|
.gnm .gnumeric .tex \
|
|
.jpg .gif .bmp .xpm .png \
|
|
,v
|
|
|
|
[~/.gaim]
|
|
.txt = text/x-gaim-log
|