Differences From Artifact [121d89bbd1]:
- File src/doc.c — part of check-in [758170bc79] at 2024-03-16 22:56:59 on branch render-pikchr-via-doc-popup — Allow rendering of Pikchrs to SVG via /doc/…/foo.pikchr?popup URLs. This allows a file stored in the repo to be referenced as an SVG from other pages. (user: wyoung size: 48733) [more...]
To Artifact [5ac0e076d6]:
- File src/doc.c — part of check-in [2669f492cd] at 2024-05-26 20:18:48 on branch trunk — Add image/jp2 to the mime types, per forum request. (user: stephan size: 48793) [more...]
| ︙ | |||
151 152 153 154 155 156 157 158 159 160 161 162 163 164 | 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 | + |
{ "ief", 3, "image/ief" },
{ "iges", 4, "model/iges" },
{ "igs", 3, "model/iges" },
{ "ips", 3, "application/x-ipscript" },
{ "ipx", 3, "application/x-ipix" },
{ "jad", 3, "text/vnd.sun.j2me.app-descriptor" },
{ "jar", 3, "application/java-archive" },
{ "jp2", 3, "image/jp2" },
{ "jpe", 3, "image/jpeg" },
{ "jpeg", 4, "image/jpeg" },
{ "jpg", 3, "image/jpeg" },
{ "js", 2, "text/javascript" },
/* application/javascript is commonly used for JS, but the
** spec says text/javascript is correct:
** https://html.spec.whatwg.org/multipage/scripting.html
|
| ︙ |