mirror of
https://github.com/xroche/httrack.git
synced 2026-05-17 08:26:14 +03:00
Add mimetypes for documents
This commit is contained in:
22
src/htslib.c
22
src/htslib.c
@@ -457,6 +457,28 @@ const char *hts_mime[][2] = {
|
||||
{"application/vnd.ms-works", "wdb"},
|
||||
{"application/vnd.ms-works", "wks"},
|
||||
{"application/vnd.ms-works", "wps"},
|
||||
{"application/vnd.oasis.opendocument.chart", "odc"},
|
||||
{"application/vnd.oasis.opendocument.database", "odb"},
|
||||
{"application/vnd.oasis.opendocument.formula", "odf"},
|
||||
{"application/vnd.oasis.opendocument.graphics", "odg"},
|
||||
{"application/vnd.oasis.opendocument.graphics-template", "otg"},
|
||||
{"application/vnd.oasis.opendocument.image", "odi"},
|
||||
{"application/vnd.oasis.opendocument.presentation", "odp"},
|
||||
{"application/vnd.oasis.opendocument.presentation-template", "otp"},
|
||||
{"application/vnd.oasis.opendocument.spreadsheet", "ods"},
|
||||
{"application/vnd.oasis.opendocument.spreadsheet-template", "ots"},
|
||||
{"application/vnd.oasis.opendocument.text", "odt"},
|
||||
{"application/vnd.oasis.opendocument.text-master", "odm"},
|
||||
{"application/vnd.oasis.opendocument.text-template", "ott"},
|
||||
{"application/vnd.oasis.opendocument.text-web", "oth"},
|
||||
{"application/vnd.openxmlformats-officedocument.presentationml.presentation", "pptx"},
|
||||
{"application/vnd.openxmlformats-officedocument.presentationml.slide", "sldx"},
|
||||
{"application/vnd.openxmlformats-officedocument.presentationml.slideshow", "ppsx"},
|
||||
{"application/vnd.openxmlformats-officedocument.presentationml.template", "potx"},
|
||||
{"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet", "xlsx"},
|
||||
{"application/vnd.openxmlformats-officedocument.spreadsheetml.template", "xltx"},
|
||||
{"application/vnd.openxmlformats-officedocument.wordprocessingml.document", "docx"},
|
||||
{"application/vnd.openxmlformats-officedocument.wordprocessingml.template", "dotx"},
|
||||
{"application/x-compress", "z"},
|
||||
{"application/x-compressed", "tgz"},
|
||||
{"application/x-internet-signup", "ins"},
|
||||
|
||||
Reference in New Issue
Block a user