Differences From 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...]
To Artifact [55dd74f447]:
- File src/doc.c — part of check-in [7c76c6aa73] at 2024-07-03 15:01:30 on branch trunk — Add the application/sql mime type to doc.c. (user: stephan size: 48853) [more...]
| ︙ | |||
251 252 253 254 255 256 257 258 259 260 261 262 263 264 | 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 | + |
{ "skp", 3, "application/x-koan" },
{ "skt", 3, "application/x-koan" },
{ "smi", 3, "application/smil" },
{ "smil", 4, "application/smil" },
{ "snd", 3, "audio/basic" },
{ "sol", 3, "application/solids" },
{ "spl", 3, "application/x-futuresplash" },
{ "sql", 3, "application/sql" },
{ "src", 3, "application/x-wais-source" },
{ "step", 4, "application/STEP" },
{ "stl", 3, "application/SLA" },
{ "stp", 3, "application/STEP" },
{ "sv4cpio", 7, "application/x-sv4cpio" },
{ "sv4crc", 6, "application/x-sv4crc" },
{ "svg", 3, "image/svg+xml" },
|
| ︙ |