|
a/src/sampleconf/mimemap |
|
b/src/sampleconf/mimemap |
|
... |
|
... |
2 |
# Associations of file name extensions to mime types
|
2 |
# Associations of file name extensions to mime types
|
3 |
#
|
3 |
#
|
4 |
# All entries must be in lower case characters. File name extensions are
|
4 |
# All entries must be in lower case characters. File name extensions are
|
5 |
# lower-cased for comparison during indexing, meaning that an upper or
|
5 |
# lower-cased for comparison during indexing, meaning that an upper or
|
6 |
# mixed case entry will never be matched.
|
6 |
# mixed case entry will never be matched.
|
|
|
7 |
#
|
|
|
8 |
# When creating a temporary file for a MIME type (e.g. temp file for
|
|
|
9 |
# display), the FIRST entry for the MIME type will be used to determine the
|
|
|
10 |
# file suffix. This may be important if the app used does not grok all the
|
|
|
11 |
# possible suffixes.
|
7 |
|
12 |
|
8 |
.txt = text/plain
|
13 |
.txt = text/plain
|
9 |
.text = text/plain
|
14 |
.text = text/plain
|
10 |
.srt = text/x-srt
|
15 |
.srt = text/x-srt
|
11 |
.ini = text/x-ini
|
16 |
.ini = text/x-ini
|
|
... |
|
... |
99 |
.epub = application/epub+zip
|
104 |
.epub = application/epub+zip
|
100 |
.mobi = application/x-mobipocket-ebook
|
105 |
.mobi = application/x-mobipocket-ebook
|
101 |
|
106 |
|
102 |
# OpenOffice / opendocument. We handle opendocument as old openoffice files
|
107 |
# OpenOffice / opendocument. We handle opendocument as old openoffice files
|
103 |
# for now
|
108 |
# for now
|
|
|
109 |
.ods = application/vnd.sun.xml.calc
|
104 |
.sxc = application/vnd.sun.xml.calc
|
110 |
.sxc = application/vnd.sun.xml.calc
|
105 |
.ods = application/vnd.sun.xml.calc
|
|
|
106 |
.stc = application/vnd.sun.xml.calc.template
|
111 |
.stc = application/vnd.sun.xml.calc.template
|
|
|
112 |
.odg = application/vnd.sun.xml.draw
|
107 |
.sxd = application/vnd.sun.xml.draw
|
113 |
.sxd = application/vnd.sun.xml.draw
|
108 |
.odg = application/vnd.sun.xml.draw
|
|
|
109 |
.std = application/vnd.sun.xml.draw.template
|
114 |
.std = application/vnd.sun.xml.draw.template
|
|
|
115 |
.odp = application/vnd.sun.xml.impress
|
110 |
.sxi = application/vnd.sun.xml.impress
|
116 |
.sxi = application/vnd.sun.xml.impress
|
111 |
.odp = application/vnd.sun.xml.impress
|
|
|
112 |
.sti = application/vnd.sun.xml.impress.template
|
117 |
.sti = application/vnd.sun.xml.impress.template
|
113 |
.sxm = application/vnd.sun.xml.math
|
118 |
.sxm = application/vnd.sun.xml.math
|
|
|
119 |
.odt = application/vnd.sun.xml.writer
|
114 |
.sxw = application/vnd.sun.xml.writer
|
120 |
.sxw = application/vnd.sun.xml.writer
|
115 |
.odt = application/vnd.sun.xml.writer
|
|
|
116 |
.sxg = application/vnd.sun.xml.writer.global
|
121 |
.sxg = application/vnd.sun.xml.writer.global
|
117 |
.stw = application/vnd.sun.xml.writer.template
|
122 |
.stw = application/vnd.sun.xml.writer.template
|
118 |
|
123 |
|
119 |
.fodp = application/vnd.oasis.opendocument.presentation-flat-xml
|
124 |
.fodp = application/vnd.oasis.opendocument.presentation-flat-xml
|
120 |
.fodt = application/vnd.oasis.opendocument.text-flat-xml
|
125 |
.fodt = application/vnd.oasis.opendocument.text-flat-xml
|