]> git.pld-linux.org Git - packages/mailcap.git/blame - mime.types.patch
add font top level type
[packages/mailcap.git] / mime.types.patch
CommitLineData
d4d3cb75
ER
1
2use .ico for favicon:
3https://en.wikipedia.org/wiki/ICO_%28file_format%29
4
e6afead6
ER
5add .woff2 and update other font types
6http://dev.w3.org/webfonts/WOFF2/spec/
d4d3cb75 7
e6afead6
ER
8--- mailcap-2.1.45/mime.types 2015-09-25 08:37:37.000000000 +0300
9+++ mailcap-2.1.45/mime.types 2015-11-30 00:44:22.264811464 +0200
10@@ -99,9 +99,9 @@
11 application/fdt+xml fdt
12 # fits, fit, fts: image/fits
13 application/fits
14-application/font-sfnt ttf
15+application/font-sfnt
16 application/font-tdpfr pfr
17-application/font-woff woff
18+application/font-woff
19 application/framework-attributes+xml
20 application/gzip gz tgz
21 application/H224
22@@ -799,7 +799,7 @@
23 application/vnd.oasis.opendocument.chart-template otc
24 application/vnd.oasis.opendocument.database odb
25 application/vnd.oasis.opendocument.formula odf
26-application/vnd.oasis.opendocument.formula-template otf
27+application/vnd.oasis.opendocument.formula-template
28 application/vnd.oasis.opendocument.graphics odg
29 application/vnd.oasis.opendocument.graphics-template otg
30 application/vnd.oasis.opendocument.image odi
31@@ -1174,6 +1174,8 @@
67de061b
ER
32 application/xcon-conference-info-diff+xml
33 application/xcon-conference-info+xml
34 application/xenc+xml
facf09b7
ER
35+application/x-rar-compressed rar
36+application/x-windows-gadget gadget
67de061b 37 application/xhtml+xml xhtml xhtm xht
67de061b 38 # xml, xsd, rng: text/xml
e6afead6
ER
39 application/xml
40@@ -1380,7 +1382,7 @@
0167b422
ER
41 image/vnd.fujixerox.edmics-mmr mmr
42 image/vnd.fujixerox.edmics-rlc rlc
43 image/vnd.globalgraphics.pgb pgb
44-image/vnd.microsoft.icon ico
45+image/vnd.microsoft.icon
46 image/vnd.mix
e6afead6 47 image/vnd.mozilla.apng apng
0167b422 48 image/vnd.ms-modi mdi
e6afead6 49@@ -1395,6 +1397,7 @@
0167b422
ER
50 image/vnd.wap.wbmp wbmp
51 image/vnd.xiff xif
d4d3cb75 52 image/vnd.zbrush.pcx pcx
0167b422
ER
53+image/x-icon ico
54 message/CPIM
55 message/delivery-status
56 message/disposition-notification
e6afead6 57@@ -1525,6 +1528,7 @@
2111842d
AM
58 text/vnd.wap.sl sl
59 text/vnd.wap.wml wml
60 text/vnd.wap.wmlscript wmls
61+text/x-component htc
62 text/xml xml xsd rng
63 text/xml-external-parsed-entity ent
64 video/1d-interleaved-parityfec
e6afead6 65@@ -1671,6 +1675,7 @@
9eadea9f
ER
66 application/x-troff-ms ms
67 application/x-ustar ustar
68 application/x-wais-source src
69+application/x-x509-ca-cert crt
e9d5b4ad
ER
70 application/x-xpinstall xpi
71 application/x-xspf+xml xspf
9eadea9f 72 application/x-xz xz
e6afead6
ER
73@@ -1701,10 +1706,14 @@
74 image/x-xbitmap xbm
75 image/x-xpixmap xpm
76 image/x-xwindowdump xwd
77+font/otf otf
78+font/ttf ttf
79+font/woff woff
80+font/woff2 woff2
67de061b
ER
81 text/html-sandboxed sandboxed
82 text/x-pod pod
83 text/x-setext etx
84-video/webm webm
85+video/webm webm weba
86 video/x-annodex axv
87 video/x-flv flv
88 video/x-javafx fxm
b4a01451
ER
89--- mailcap-2.1.45/test.pl~ 2015-09-25 08:37:37.000000000 +0300
90+++ mailcap-2.1.45/test.pl 2015-11-30 08:37:58.326283402 +0200
91@@ -7,7 +7,7 @@
92 my %toplevel;
93
94 my %good_toplevel = map { $_ => 1 }
95- qw(application audio chemical image message model multipart text video
96+ qw(application audio chemical font image message model multipart text video
97 x-conference x-epoc);
98
99 while (<>) {
This page took 1.11342 seconds and 4 git commands to generate.