Mercurial > code > home > repos > light9
comparison web/mime.types @ 2376:4556eebe5d73
topdir reorgs; let pdm have its src/ dir; separate vite area from light9/
author | drewp@bigasterisk.com |
---|---|
date | Sun, 12 May 2024 19:02:10 -0700 |
parents | light9/web/mime.types@896979e6f352 |
children |
comparison
equal
deleted
inserted
replaced
2375:623836db99af | 2376:4556eebe5d73 |
---|---|
1 | |
2 types { | |
3 | |
4 image/svg+xml svg; | |
5 application/x-compressed tgz tar.gz; | |
6 application/x-gzip gz; | |
7 audio/x-vorbis ogg; | |
8 video/ogg ogv; | |
9 video/mp4 mp4; | |
10 video/webm webm; | |
11 | |
12 | |
13 text/html html htm shtml; | |
14 text/css css; | |
15 text/xml xml rss; | |
16 image/gif gif; | |
17 image/jpeg jpeg jpg; | |
18 application/json json; | |
19 application/x-javascript js; | |
20 application/atom+xml atom; | |
21 | |
22 application/rdf+xml rdf; | |
23 text/rdf+n3 n3; | |
24 | |
25 text/mathml mml; | |
26 text/plain txt; | |
27 text/vnd.sun.j2me.app-descriptor jad; | |
28 text/vnd.wap.wml wml; | |
29 text/x-component htc; | |
30 | |
31 image/png png; | |
32 image/tiff tif tiff; | |
33 image/vnd.wap.wbmp wbmp; | |
34 image/x-icon ico; | |
35 image/x-jng jng; | |
36 image/x-ms-bmp bmp; | |
37 | |
38 application/java-archive jar war ear; | |
39 application/mac-binhex40 hqx; | |
40 application/msword doc; | |
41 application/pdf pdf; | |
42 application/postscript ps eps ai; | |
43 application/rtf rtf; | |
44 application/vnd.ms-excel xls; | |
45 application/vnd.ms-powerpoint ppt; | |
46 application/vnd.wap.wmlc wmlc; | |
47 application/xhtml+xml xhtml; | |
48 application/x-cocoa cco; | |
49 application/x-java-archive-diff jardiff; | |
50 application/x-java-jnlp-file jnlp; | |
51 application/x-makeself run; | |
52 application/x-perl pl pm; | |
53 application/x-pilot prc pdb; | |
54 application/x-rar-compressed rar; | |
55 application/x-redhat-package-manager rpm; | |
56 application/x-sea sea; | |
57 application/x-shockwave-flash swf; | |
58 application/x-stuffit sit; | |
59 application/x-tcl tcl tk; | |
60 application/x-x509-ca-cert der pem crt; | |
61 application/x-xpinstall xpi; | |
62 application/zip zip; | |
63 | |
64 application/octet-stream bin exe dll; | |
65 application/octet-stream deb; | |
66 application/octet-stream dmg; | |
67 application/octet-stream eot; | |
68 application/octet-stream iso img; | |
69 application/octet-stream msi msp msm; | |
70 | |
71 audio/midi mid midi kar; | |
72 audio/mpeg mp3; | |
73 audio/x-realaudio ra; | |
74 | |
75 video/3gpp 3gpp 3gp; | |
76 video/mpeg mpeg mpg; | |
77 video/quicktime mov; | |
78 video/x-flv flv; | |
79 video/x-mng mng; | |
80 video/x-ms-asf asx asf; | |
81 video/x-ms-wmv wmv; | |
82 video/x-msvideo avi; | |
83 } |