Added application types from Fredrik.

That application/ogg type is a good hint on why MIME types aren't the last word
on the subject, though :-)


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@17471 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler 2006-05-15 21:23:28 +00:00
parent 2316ec552c
commit 828a3baaa4
7 changed files with 76 additions and 2 deletions

View File

@ -0,0 +1,16 @@
resource(0, "BEOS:TYPE") #'MIMS' "application/x-vnd.Be-meta-mime";
resource(1, "META:TYPE") "application/ogg";
resource(2, "META:SNIFF_RULE") "0.50 (\"OggS\";
resource(3, "META:S:DESC") #'MSDC' "OGG Movie";
resource(4, "META:EXTENS") message(234) {
"extensions" = "ogg",
"extensions" = "ogm",
"type" = "application/ogg"
};
resource(5, "META:PREF_APP") #'MSIG' "application/x-vnd.videolan-vlc";

View File

@ -9,3 +9,7 @@ resource(3, "META:PREF_APP") #'MSIG' "application/x-vnd.mp-xpdf";
resource(4, "META:S:DESC") #'MSDC' "PDF Document";
resource(5, "META:EXTENS") message(234) {
"extensions" = "pdf",
"type" = "application/pdf"
};

View File

@ -0,0 +1,15 @@
resource(0, "BEOS:TYPE") #'MIMS' "application/x-vnd.Be-meta-mime";
resource(1, "META:TYPE") "application/postscript";
resource(2, "META:S:DESC") #'MSDC' "Postscript File";
resource(3, "META:EXTENS") message(234) {
"extensions" = "ai",
"extensions" = "ps",
"extensions" = "eps",
"type" = "application/postscript"
};
resource(4, "META:SNIFF_RULE") "0.50 (\"%!PS\")";

View File

@ -0,0 +1,13 @@
resource(0, "BEOS:TYPE") #'MIMS' "application/x-vnd.Be-meta-mime";
resource(1, "META:TYPE") "application/x-bittorrent";
resource(2, "META:S:DESC") #'MSDC' "Torrent File";
resource(3, "META:EXTENS") message(234) {
"extensions" = "torrent",
"type" = "application/x-bittorrent"
};
resource(4, "META:SNIFF_RULE") "0.50 (\"d8:announce\")";

View File

@ -0,0 +1,13 @@
resource(0, "BEOS:TYPE") #'MIMS' "application/x-vnd.Be-meta-mime";
resource(1, "META:TYPE") "application/x-gzip";
resource(2, "META:SNIFF_RULE") "0.40 (\"\\037\\213\")";
resource(3, "META:PREF_APP") #'MSIG' "application/x-vnd.haiku-Expander";
resource(4, "META:EXTENS") message(234) {
"extensions" = "gz",
"type" = "application/x-gzip"
};

View File

@ -0,0 +1,13 @@
resource(0, "BEOS:TYPE") #'MIMS' "application/x-vnd.Be-meta-mime";
resource(1, "META:TYPE") "application/rar-compressed";
resource(2, "META:S:DESC") #'MSDC' "RAR Archive";
resource(3, "META:SNIFF_RULE") "0.50 (\"Rar!\")";
resource(4, "META:EXTENS") message(234) {
"extensions" = "rar",
"type" = "application/x-rar-compressed"
};

View File

@ -9,7 +9,7 @@ resource(3, "META:PREF_APP") #'MSIG' "application/x-vnd.haiku-Expander";
resource(4, "META:S:DESC") #'MSDC' "ZIP Archive";
resource(6, "META:EXTENS") message(234) {
resource(5, "META:EXTENS") message(234) {
"extensions" = "zip",
"type" = "application/zip"
};