[backfire] merge r20883
[openwrt-10.03/.git] / package / uhttpd / src / uhttpd-mimetypes.h
index 1c93f31133236e9b073b06fd267408f0a19a8391..032d3d0c25f181410edd542162a1a32d7bf83c5a 100644 (file)
 
 static struct mimetype uh_mime_types[] = {
 
-       { "txt",    "text/plain" },
-       { "log",    "text/plain" },
-       { "js",     "text/javascript" },
-       { "css",    "text/css" },
-       { "htm",    "text/html" },
-       { "html",   "text/html" },
-       { "diff",   "text/x-patch" },
-       { "patch",  "text/x-patch" },
-       { "c",      "text/x-csrc" },
-       { "h",      "text/x-chdr" },
-       { "o",      "text/x-object" },
-       { "ko",     "text/x-object" },
+       { "txt",     "text/plain" },
+       { "log",     "text/plain" },
+       { "js",      "text/javascript" },
+       { "css",     "text/css" },
+       { "htm",     "text/html" },
+       { "html",    "text/html" },
+       { "diff",    "text/x-patch" },
+       { "patch",   "text/x-patch" },
+       { "c",       "text/x-csrc" },
+       { "h",       "text/x-chdr" },
+       { "o",       "text/x-object" },
+       { "ko",      "text/x-object" },
 
-       { "bmp",    "image/bmp" },
-       { "gif",    "image/gif" },
-       { "png",    "image/png" },
-       { "jpg",    "image/jpeg" },
-       { "jpeg",   "image/jpeg" },
-       { "svg",    "image/svg+xml" },
+       { "bmp",     "image/bmp" },
+       { "gif",     "image/gif" },
+       { "png",     "image/png" },
+       { "jpg",     "image/jpeg" },
+       { "jpeg",    "image/jpeg" },
+       { "svg",     "image/svg+xml" },
 
-       { "zip",    "application/zip" },
-       { "pdf",    "application/pdf" },
-       { "xml",    "application/xml" },
-       { "xsl",    "application/xml" },
-       { "doc",    "application/msword" },
-       { "ppt",    "application/vnd.ms-powerpoint" },
-       { "xls",    "application/vnd.ms-excel" },
-       { "odt",    "application/vnd.oasis.opendocument.text" },
-       { "odp",    "application/vnd.oasis.opendocument.presentation" },
-       { "pl",     "application/x-perl" },
-       { "sh",     "application/x-shellscript" },
-       { "php",    "application/x-php" },
-       { "deb",    "application/x-deb" },
-       { "iso",    "application/x-cd-image" },
-       { "tgz",    "application/x-compressed-tar" },
-       { "gz",     "application/x-gzip" },
-       { "bz2",    "application/x-bzip" },
-       { "tar",    "application/x-tar" },
-       { "rar",    "application/x-rar-compressed" },
+       { "zip",     "application/zip" },
+       { "pdf",     "application/pdf" },
+       { "xml",     "application/xml" },
+       { "xsl",     "application/xml" },
+       { "doc",     "application/msword" },
+       { "ppt",     "application/vnd.ms-powerpoint" },
+       { "xls",     "application/vnd.ms-excel" },
+       { "odt",     "application/vnd.oasis.opendocument.text" },
+       { "odp",     "application/vnd.oasis.opendocument.presentation" },
+       { "pl",      "application/x-perl" },
+       { "sh",      "application/x-shellscript" },
+       { "php",     "application/x-php" },
+       { "deb",     "application/x-deb" },
+       { "iso",     "application/x-cd-image" },
+       { "tar.gz",  "application/x-compressed-tar" },
+       { "tgz",     "application/x-compressed-tar" },
+       { "gz",      "application/x-gzip" },
+       { "tar.bz2", "application/x-bzip-compressed-tar" },
+       { "tbz",     "application/x-bzip-compressed-tar" },
+       { "bz2",     "application/x-bzip" },
+       { "tar",     "application/x-tar" },
+       { "rar",     "application/x-rar-compressed" },
 
-       { "mp3",    "audio/mpeg" },
-       { "ogg",    "audio/x-vorbis+ogg" },
-       { "wav",    "audio/x-wav" },
+       { "mp3",     "audio/mpeg" },
+       { "ogg",     "audio/x-vorbis+ogg" },
+       { "wav",     "audio/x-wav" },
 
-       { "mpg",    "video/mpeg" },
-       { "mpeg",   "video/mpeg" },
-       { "avi",    "video/x-msvideo" },
+       { "mpg",     "video/mpeg" },
+       { "mpeg",    "video/mpeg" },
+       { "avi",     "video/x-msvideo" },
 
-       { "README", "text/plain" },
-       { "log",    "text/plain" },
-       { "cfg",    "text/plain" },
-       { "conf",   "text/plain" },
+       { "README",  "text/plain" },
+       { "log",     "text/plain" },
+       { "cfg",     "text/plain" },
+       { "conf",    "text/plain" },
 
        { NULL, NULL }
 };