haiku/src/bin/urlwrapper.h
François Revol af73a9fb93 Add reading of .url files from win, redirects to default browser.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@22162 a95241bf-73f2-0310-859d-f6bbb57e9c96
2007-09-04 01:26:42 +00:00

55 lines
1.3 KiB
C

/*
* Copyright 2007, Haiku. All rights reserved.
* Distributed under the terms of the MIT License.
*
* Authors:
* François Revol, revol@free.fr
*/
/*
* urlwrapper: compile-time configuration of supported protocols.
*/
#define APP_SIGNATURE "application/x-vnd.Haiku-urlwrapper"
/*
* comment out to disable handling a specific protocol
*/
/* NetPositive Bookmark file type */
#define HANDLE_BOOKMARK_FILES
/* M$IE .url files */
#define HANDLE_URL_FILES
/* file: redirects to Tracker */
#define HANDLE_FILE
/* http: downloads with wget in a Terminal */
#define HANDLE_HTTP_WGET
/* query: BeOS/Haiku-specific: this should allow putting queries in web pages :) */
#define HANDLE_QUERY
/* mid: cid: as per RFC 2392 */
/* http://www.rfc-editor.org/rfc/rfc2392.txt query MAIL:cid */
/* UNIMPLEMENTED */
//#define HANDLE_MID_CID
/* sh: executes a shell command (before warning user of danger) */
#define HANDLE_SH
/* beshare: optionaly connect to a server and start a query */
#define HANDLE_BESHARE
/* icq: msn: ... should open im_client to this user */
/* UNIMPLEMENTED */
//#define HANDLE_IM
/* mms: rtp: rtsp: opens the stream with VLC */
#define HANDLE_VLC
/* audio: redirects SoundPlay-urls for shoutcast streams */
/* UNIMPLEMENTED */
//#define HANDLE_AUDIO