haiku/src/bin/urlwrapper.rdef
François Revol f9ce367963 Add some URI schemes to the list of suggested new ones to support.
Added support for the useless about: URI scheme, which asks an app with the provided signature its about window, or launched AboutSystem.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@43103 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-11-02 10:25:32 +00:00

30 lines
1.0 KiB
Plaintext

resource app_signature "application/x-vnd.Haiku-urlwrapper";
resource app_flags B_MULTIPLE_LAUNCH | B_BACKGROUND_APP;
resource(1, "BEOS:FILE_TYPES") message
{
"types" = "application/x-vnd.Be-bookmark",
"types" = "text/x-url",
"types" = "text/x-webloc",
"types" = "application/x-vnd.Be.URL.about",
"types" = "application/x-vnd.Be.URL.file",
"types" = "application/x-vnd.Be.URL.http",
"types" = "application/x-vnd.Be.URL.https",
"types" = "application/x-vnd.Be.URL.query",
"types" = "application/x-vnd.Be.URL.sh",
"types" = "application/x-vnd.Be.URL.beshare",
"types" = "application/x-vnd.Be.URL.icq",
"types" = "application/x-vnd.Be.URL.msn",
"types" = "application/x-vnd.Be.URL.mms",
"types" = "application/x-vnd.Be.URL.rtp",
"types" = "application/x-vnd.Be.URL.rtsp",
// "types" = "application/x-vnd.Be.URL.audio",
"types" = "application/x-vnd.Be.URL.telnet",
"types" = "application/x-vnd.Be.URL.ssh",
"types" = "application/x-vnd.Be.URL.ftp",
"types" = "application/x-vnd.Be.URL.sftp",
"types" = "application/x-vnd.Be.URL.finger"
};