From aff9c2526feb18e6eb32035694340b9c52f7ae23 Mon Sep 17 00:00:00 2001 From: Adrien Destugues Date: Tue, 14 Oct 2014 11:11:50 +0200 Subject: [PATCH] Web+: advertise support for XML and WebP * XML files can be viewed if they have XSLT stylesheets. * WebP will be decoded in the next haikuwebkit release. --- src/apps/webpositive/WebPositive.rdef | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/apps/webpositive/WebPositive.rdef b/src/apps/webpositive/WebPositive.rdef index 40a22f8169..268c7e1fe2 100644 --- a/src/apps/webpositive/WebPositive.rdef +++ b/src/apps/webpositive/WebPositive.rdef @@ -7,18 +7,20 @@ resource app_version { variety = B_APPV_ALPHA, internal = 0, short_info = "WebPositive", - long_info = "WebPositive ©2007-2012 The WebKit Haiku Project" + long_info = "WebPositive ©2007-2014 The WebKit Haiku Project" }; resource app_flags B_SINGLE_LAUNCH; resource file_types message { "types" = "text/html", + "types" = "text/xml", "types" = "multipart/related", "types" = "image/gif", "types" = "image/jpeg", "types" = "image/png", "types" = "image/svg+xml", + "types" = "image/webp", "types" = "application/xhtml+xml", "types" = "application/x-vnd.Be.URL.file", "types" = "application/x-vnd.Be.URL.ftp",