From fe1e4efac27026832852b3d70ce4e69aa004f57f Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Sat, 27 Dec 2003 04:50:02 +0000 Subject: [project @ 2003-12-27 04:50:02 by jmb] Add rudimentary ANT URL protocol support svn path=/import/netsurf/; revision=458 --- !NetSurf/!Boot,feb | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) (limited to '!NetSurf') diff --git a/!NetSurf/!Boot,feb b/!NetSurf/!Boot,feb index d6dc32236..f77026937 100644 --- a/!NetSurf/!Boot,feb +++ b/!NetSurf/!Boot,feb @@ -8,5 +8,14 @@ If "" = "" Then Set Alias$Open_URI_http .URILa If "" = "" Then Set Alias$Open_URI_https .URILaunch If "" = "" Then Set Alias$Open_URI_file .URILaunch -| Claim URI files -|If "" = "" Then Set Alias$@RunType_F91 .URILaunch +| ANT URI protocol +| Not yet ;) +|If "" = "" Then Set Alias$URLOpen_http .URILaunch %%*0 +|If "" = "" Then Set Alias$URLOpen_https .URILaunch %%*0 +|If "" = "" Then Set Alias$URLOpen_file .URILaunch %%*0 + +| Claim HTML and URI files +| Not Yet ;) +|If "" = "" Then Set Alias$@RunType_FAF .URILaunch +|If "" = "" Then Set Alias$@RunType_B28 .URILaunch +|If "" = "" Then If "" = "" Then Set Alias$@RunType_F91 .URILaunch -- cgit v1.2.3