Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 399401 | Differences between
and this patch

Collapse All | Expand All

(-)a/files/conf/mime-types.conf (-16 / +73 lines)
Lines 5-41 Link Here
5
5
6
# {{{ mime types
6
# {{{ mime types
7
mimetype.assign             = (
7
mimetype.assign             = (
8
  ".svg"          =>      "image/svg+xml",
9
  ".svgz"         =>      "image/svg+xml",
10
  ".pdf"          =>      "application/pdf",
8
  ".pdf"          =>      "application/pdf",
11
  ".sig"          =>      "application/pgp-signature",
12
  ".spl"          =>      "application/futuresplash",
9
  ".spl"          =>      "application/futuresplash",
10
  ".doc"          =>      "application/msword",
13
  ".class"        =>      "application/octet-stream",
11
  ".class"        =>      "application/octet-stream",
12
  ".sig"          =>      "application/pgp-signature",
14
  ".ps"           =>      "application/postscript",
13
  ".ps"           =>      "application/postscript",
14
  ".xls"          =>      "application/vnd.ms-excel",
15
  ".ppt"          =>      "application/vnd.ms-powerpoint",
16
  ".cbz"          =>      "application/vnd.comicbook+zip",
17
  ".cbr"          =>      "application/vnd.comicbook-rar",
18
  ".odt"          =>      "application/vnd.oasis.opendocument.text",
19
  ".ods"          =>      "application/vnd.oasis.opendocument.spreadsheet",
20
  ".odp"          =>      "application/vnd.oasis.opendocument.presentation",
21
  ".odg"          =>      "application/vnd.oasis.opendocument.graphics",
22
  ".odc"          =>      "application/vnd.oasis.opendocument.chart",
23
  ".odf"          =>      "application/vnd.oasis.opendocument.formula",
24
  ".odi"          =>      "application/vnd.oasis.opendocument.image",
15
  ".wasm"         =>      "application/wasm",
25
  ".wasm"         =>      "application/wasm",
26
  ".zip"          =>      "application/zip",
27
  ".dmg"          =>      "application/x-apple-diskimage",
16
  ".torrent"      =>      "application/x-bittorrent",
28
  ".torrent"      =>      "application/x-bittorrent",
17
  ".dvi"          =>      "application/x-dvi",
29
  ".dvi"          =>      "application/x-dvi",
30
  ".bz2"          =>      "application/x-bzip",
31
  ".tbz"          =>      "application/x-bzip-compressed-tar",
32
  ".tar.bz2"      =>      "application/x-bzip-compressed-tar",
18
  ".gz"           =>      "application/x-gzip",
33
  ".gz"           =>      "application/x-gzip",
34
  ".iso"          =>      "application/x-iso9660-image",
35
  ".exe"          =>      "application/x-msdownload",
19
  ".pac"          =>      "application/x-ns-proxy-autoconfig",
36
  ".pac"          =>      "application/x-ns-proxy-autoconfig",
20
  ".swf"          =>      "application/x-shockwave-flash",
37
  ".swf"          =>      "application/x-shockwave-flash",
21
  ".tar.gz"       =>      "application/x-tgz",
38
  ".tar.gz"       =>      "application/x-tgz",
22
  ".tgz"          =>      "application/x-tgz",
39
  ".tgz"          =>      "application/x-tgz",
23
  ".tar"          =>      "application/x-tar",
40
  ".tar"          =>      "application/x-tar",
24
  ".zip"          =>      "application/zip",
41
  ".xz"           =>      "application/x-xz",
25
  ".dmg"          =>      "application/x-apple-diskimage",
42
  ".aac"          =>      "audio/aac",
43
  ".adts"         =>      "audio/aac",
44
  ".ac3"          =>      "audio/ac3",
45
  ".snd"          =>      "audio/basic",
46
  ".mid"          =>      "audio/midi",
47
  ".midi"         =>      "audio/midi",
48
  ".m4a"          =>      "audio/mp4",
49
  ".mp1"          =>      "audio/mpeg",
50
  ".mp2"          =>      "audio/mpeg",
26
  ".mp3"          =>      "audio/mpeg",
51
  ".mp3"          =>      "audio/mpeg",
52
  ".oga"          =>      "audio/ogg",
53
  ".ogg"          =>      "application/ogg",
54
  ".opus"         =>      "audio/ogg",
55
  ".spx"          =>      "audio/ogg",
56
  ".mlp"          =>      "audio/vnd.dolby.mlp",
57
  ".dts"          =>      "audio/vnd.dts",
58
  ".dtshd"        =>      "audio/vnd.dts.hd",
59
  ".flac"         =>      "audio/x-flac",
60
  ".mka"          =>      "audio/x-matroska",
27
  ".m3u"          =>      "audio/x-mpegurl",
61
  ".m3u"          =>      "audio/x-mpegurl",
62
  ".mod"          =>      "audio/x-mod",
28
  ".wma"          =>      "audio/x-ms-wma",
63
  ".wma"          =>      "audio/x-ms-wma",
29
  ".wax"          =>      "audio/x-ms-wax",
64
  ".wax"          =>      "audio/x-ms-wax",
30
  ".ogg"          =>      "application/ogg",
31
  ".wav"          =>      "audio/x-wav",
65
  ".wav"          =>      "audio/x-wav",
66
  ".otf"          =>      "font/otf",
67
  ".ttf"          =>      "font/ttf",
68
  ".woff"         =>      "font/woff",
69
  ".woff2"        =>      "font/woff2",
70
  ".bmp"          =>      "image/bmp",
32
  ".gif"          =>      "image/gif",
71
  ".gif"          =>      "image/gif",
72
  ".heic"         =>      "image/heic",
73
  ".heics"        =>      "image/heic-sequence",
74
  ".heif"         =>      "image/heif",
75
  ".heifs"        =>      "image/heif-sequence",
33
  ".jpg"          =>      "image/jpeg",
76
  ".jpg"          =>      "image/jpeg",
34
  ".jpeg"         =>      "image/jpeg",
77
  ".jpeg"         =>      "image/jpeg",
35
  ".png"          =>      "image/png",
78
  ".png"          =>      "image/png",
79
  ".tif"          =>      "image/tiff",
80
  ".tiff"         =>      "image/tiff",
81
  ".svg"          =>      "image/svg+xml",
82
  ".svgz"         =>      "image/svg+xml",
83
  ".webp"         =>      "image/webp",
84
  ".psd"          =>      "image/vnd.adobe.photoshop",
85
  ".apng"         =>      "image/vnd.mozilla.apng",
86
  ".ico"          =>      "image/x-icon",
36
  ".xbm"          =>      "image/x-xbitmap",
87
  ".xbm"          =>      "image/x-xbitmap",
37
  ".xpm"          =>      "image/x-xpixmap",
88
  ".xpm"          =>      "image/x-xpixmap",
38
  ".xwd"          =>      "image/x-xwindowdump",
89
  ".xwd"          =>      "image/x-xwindowdump",
90
  ".ics"          =>      "text/calendar",
39
  ".css"          =>      "text/css",
91
  ".css"          =>      "text/css",
40
  ".html"         =>      "text/html",
92
  ".html"         =>      "text/html",
41
  ".htm"          =>      "text/html",
93
  ".htm"          =>      "text/html",
Lines 55-79 Link Here
55
  ".patch"        =>      "text/plain",
107
  ".patch"        =>      "text/plain",
56
  ".ebuild"       =>      "text/plain",
108
  ".ebuild"       =>      "text/plain",
57
  ".eclass"       =>      "text/plain",
109
  ".eclass"       =>      "text/plain",
110
  ".vcard"        =>      "text/vcard",
111
  ".vcf"          =>      "text/vcard",
112
  ".vcs"          =>      "text/x-vcalendar",
58
  ".rtf"          =>      "application/rtf",
113
  ".rtf"          =>      "application/rtf",
59
  ".bmp"          =>      "image/bmp",
60
  ".tif"          =>      "image/tiff",
61
  ".tiff"         =>      "image/tiff",
62
  ".ico"          =>      "image/x-icon",
63
  ".dtd"          =>      "text/xml",
114
  ".dtd"          =>      "text/xml",
64
  ".xml"          =>      "text/xml",
115
  ".xml"          =>      "text/xml",
116
  ".m4v"          =>      "video/mp4",
117
  ".mp4"          =>      "video/mp4",
65
  ".mpeg"         =>      "video/mpeg",
118
  ".mpeg"         =>      "video/mpeg",
66
  ".mpg"          =>      "video/mpeg",
119
  ".mpg"          =>      "video/mpeg",
120
  ".ogv"          =>      "video/ogg",
67
  ".mov"          =>      "video/quicktime",
121
  ".mov"          =>      "video/quicktime",
68
  ".qt"           =>      "video/quicktime",
122
  ".qt"           =>      "video/quicktime",
123
  ".webm"         =>      "video/webm",
124
  ".m4u"          =>      "video/vnd.mpegurl",
125
  ".bik"          =>      "video/vnd.radgamettools.bink",
126
  ".bk2"          =>      "video/vnd.radgamettools.bink",
127
  ".smk"          =>      "video/vnd.radgamettools.smacker",
128
  ".flv"          =>      "video/x-flv",
129
  ".mkv"          =>      "video/x-matroska",
130
  ".mk3d"         =>      "video/x-matroska-3d",
69
  ".avi"          =>      "video/x-msvideo",
131
  ".avi"          =>      "video/x-msvideo",
70
  ".asf"          =>      "video/x-ms-asf",
132
  ".asf"          =>      "video/x-ms-asf",
71
  ".asx"          =>      "video/x-ms-asf",
133
  ".asx"          =>      "video/x-ms-asf",
72
  ".wmv"          =>      "video/x-ms-wmv",
134
  ".wmv"          =>      "video/x-ms-wmv"
73
  ".bz2"          =>      "application/x-bzip",
74
  ".tbz"          =>      "application/x-bzip-compressed-tar",
75
  ".tar.bz2"      =>      "application/x-bzip-compressed-tar"
76
 )
135
 )
77
# }}}
136
# }}}
78
79
# vim: set ft=conf foldmethod=marker et :

Return to bug 399401