Differences From 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...]
To Artifact [684b3d4fe9]:
- File src/doc.c — part of check-in [c0f0e1dc7b] at 2024-09-28 17:59:43 on branch trunk — Add xsl/xslt mimetype entries for consistency with althttpd. (user: stephan size: 48973) [more...]
| ︙ | |||
303 304 305 306 307 308 309 310 311 312 313 314 315 316 | 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 | + + |
{ "xlm", 3, "application/vnd.ms-excel" },
{ "xls", 3, "application/vnd.ms-excel" },
{ "xlsx", 4, "application/vnd.openxmlformats-"
"officedocument.spreadsheetml.sheet"},
{ "xlw", 3, "application/vnd.ms-excel" },
{ "xml", 3, "text/xml" },
{ "xpm", 3, "image/x-xpixmap" },
{ "xsl", 3, "text/xml" },
{ "xslt", 4, "text/xml" },
{ "xwd", 3, "image/x-xwindowdump" },
{ "xyz", 3, "chemical/x-pdb" },
{ "zip", 3, "application/zip" },
};
/*
** Verify that all entries in the aMime[] table are in sorted order.
|
| ︙ |