From 499d6af9231ba5ce7bda92b82fff79973173398d Mon Sep 17 00:00:00 2001 From: Andrew Timmins Date: Mon, 19 Jul 2004 18:06:16 +0000 Subject: [project @ 2004-07-19 18:06:16 by atimmins] Initial revision svn path=/import/netsurf/; revision=1107 --- !NCNetSurf/!Boot,feb | 29 +++++++++++++++++++++++++ !NCNetSurf/!Help | 15 +++++++++++++ !NCNetSurf/!Run,feb | 51 ++++++++++++++++++++++++++++++++++++++++++++ !NCNetSurf/Docs/intro_en,faf | 22 +++++++++++++++++++ 4 files changed, 117 insertions(+) create mode 100644 !NCNetSurf/!Boot,feb create mode 100644 !NCNetSurf/!Help create mode 100644 !NCNetSurf/!Run,feb create mode 100644 !NCNetSurf/Docs/intro_en,faf (limited to '!NCNetSurf') diff --git a/!NCNetSurf/!Boot,feb b/!NCNetSurf/!Boot,feb new file mode 100644 index 000000000..edf642ca5 --- /dev/null +++ b/!NCNetSurf/!Boot,feb @@ -0,0 +1,29 @@ +Set NetSurf$Dir + +Set File$Type_F79 CSS + +| Application System Variables +Set NetSurf$Help .Docs.Intro +Set NetSurf$Version "NC Development Build" +Set NetSurf$Web "http://netsurf.sf.net/" +Set NetSurf$Title "NCNetSurf" +Set NetSurf$Publisher "The NetSurf Developers" +Set NetSurf$Description "Web Browser" + +| NetSurf Sprites +IconSprites .!Sprites + +| Acorn URI Protocol +If "" = "" Then Set Alias$Open_URI_http .URILaunch +If "" = "" Then Set Alias$Open_URI_https .URILaunch +If "" = "" Then Set Alias$Open_URI_file .URILaunch + +| ANT URI Protocol +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 +If "" = "" Then Set Alias$@RunType_FAF .URILaunch +If "" = "" Then Set Alias$@RunType_B28 .URILaunch +If "" = "" Then If "" = "" Then Set Alias$@RunType_F91 .URILaunch diff --git a/!NCNetSurf/!Help b/!NCNetSurf/!Help new file mode 100644 index 000000000..9376e9121 --- /dev/null +++ b/!NCNetSurf/!Help @@ -0,0 +1,15 @@ +NCNetSurf - Open Source web browser +http://netsurf.sf.net/ +__________________________________________________ + +To view the full documentation, start NCNetSurf and +choose "Help" from the toolbar. + +This is a test build of NCNetSurf. In case of +problems, please check for a newer build first at +http://netsurf.strcprstskrzkrk.co.uk/ + +Please report bugs to the development mailing +list, netsurf-develop@lists.sourceforge.net +Alternatively, the developers are often available +on IRCNet in the channel #netsurf-develop. diff --git a/!NCNetSurf/!Run,feb b/!NCNetSurf/!Run,feb new file mode 100644 index 000000000..25bb1b991 --- /dev/null +++ b/!NCNetSurf/!Run,feb @@ -0,0 +1,51 @@ +.!Boot + +| Can't run more than one copy of NCNetSurf at once. +If "" = "yes" Then Error NetSurf is already running + +| We need NCOS 1.11 +RMEnsure OSVersion 1.11 Error NCNetSurf needs NCOS 1.11 or later + +| Ensure the latest SharedCLibrary is installed +| http://www.iyonix.com/32bit/ +RMEnsure SharedCLibrary 5.47 RMLoad .RMStore.SharedCLib + +| Ensure CallASWI is installed +| http://www.iyonix.com/32bit/ +RMEnsure CallASWI 0.02 RMLoad .RMStore.CallASWI + +| Ensure DrawFile is installed +| http://acorn.riscos.com/riscos/releases/drawfile.arc +RMEnsure DrawFile 1.30 RMLoad .RMStore.DrawFile + +| Ensure SharedUnixLibrary is installed +| http://www.chocky.org/unix/usage.html +RMEnsure SharedUnixLibrary 1.02 RMLoad .RMStore.SharedULib + +| Ensure AcornURI is installed +| http://sudden.recoil.org/ +Unset NetSurf$Start_URI_Handler +RMEnsure AcornURI 0.12 Set NetSurf$Start_URI_Handler 1 +RMEnsure AcornURI 0.12 RMLoad .RMStore.URI +RMEnsure AcornURI 0.12 Unset NetSurf$Start_URI_Handler + +| Ensure MimeMap is installed +If "" = "" Then Error Inet databases can not be found +If "" = "" Then Set Inet$MimeMappings .Resources.MimeMap +RMEnsure MimeMap 0.10 RMLoad .RMStore.MimeMap +RMEnsure MimeMap 0.10 Error NetSurf requires MimeMap 0.10 or later + +| Ensure Tinct is installed +RMEnsure Tinct 0.05 RMLoad .Resources.Tinct +RMEnsure Tinct 0.05 Error NetSurf requires Tinct 0.05 or later + +| Ensue that the Wimp Scrap directory has been set +WimpSlot -Min 32k -Max 32k +If "" = "" Then SetMacro Wimp$ScrapDir Cache:$.ScrapDir +If "" = "" Then SetMacro Wimp$Scrap .ScrapFile + +| Wimpslot -min 2150k -max 2150k +Wimpslot -min 8196k +Set NetSurf$Running yes +Run .!RunImage 2>.NCNetSurf +UnSet NetSurf$Running \ No newline at end of file diff --git a/!NCNetSurf/Docs/intro_en,faf b/!NCNetSurf/Docs/intro_en,faf new file mode 100644 index 000000000..4b7b000da --- /dev/null +++ b/!NCNetSurf/Docs/intro_en,faf @@ -0,0 +1,22 @@ + + + +NCNetsurf | Welcome + + +








+
+ +

+Welcome to NetSurf for the Network Computer +


+Your Network Computer is now ready to use.
+To start browsing please enter a URL into the address bar above.
+










+[ About NCNetSurf | Network Computer Administration ] +



+Copyright © The Netsurf Developers, 2003, 2004 +

+
+ + -- cgit v1.2.3