Remove NCNetSurf

svn path=/trunk/netsurf/; revision=2962
This commit is contained in:
Michael Drake 2006-09-25 19:39:26 +00:00
parent 4b09b7b8a0
commit d0e49f2f95
11 changed files with 0 additions and 104 deletions

View File

@ -1,35 +0,0 @@
Set NetSurf$Dir <Obey$Dir>
Set File$Type_695 GIF
Set File$Type_B60 PNG
Set File$Type_C85 JPEG
Set File$Type_F78 JNG
Set File$Type_F79 CSS
Set File$Type_F83 MNG
Set File$Type_FAF HTML
| Application System Variables
Set NetSurf$Help <NetSurf$Dir>.Docs.docs_en
Set NetSurf$Version "NC Development Build"
Set NetSurf$Web "http://netsurf.sourceforge.net/"
Set NetSurf$Title "NCNetSurf"
Set NetSurf$Publisher "The NetSurf Developers"
Set NetSurf$Description "Web Browser"
| NetSurf Sprites
IconSprites <NetSurf$Dir>.!Sprites
| Acorn URI Protocol
If "<Alias$Open_URI_http>" = "" Then Set Alias$Open_URI_http <NetSurf$Dir>.URILaunch
If "<Alias$Open_URI_https>" = "" Then Set Alias$Open_URI_https <NetSurf$Dir>.URILaunch
If "<Alias$Open_URI_file>" = "" Then Set Alias$Open_URI_file <NetSurf$Dir>.URILaunch
| ANT URI Protocol
If "" = "<Alias$URLOpen_http>" Then Set Alias$URLOpen_http <NetSurf$Dir>.URILaunch %%*0
If "" = "<Alias$URLOpen_https>" Then Set Alias$URLOpen_https <NetSurf$Dir>.URILaunch %%*0
If "" = "<Alias$URLOpen_file>" Then Set Alias$URLOpen_file <NetSurf$Dir>.URILaunch %%*0
| Claim HTML and URI files
If "" = "<Alias$@RunType_FAF>" Then Set Alias$@RunType_FAF <NetSurf$Dir>.URILaunch
If "" = "<Alias$@RunType_B28>" Then Set Alias$@RunType_B28 <NetSurf$Dir>.URILaunch
If "" = "<FTPc$Dir>" Then If "<Alias$@RunType_F91>" = "" Then Set Alias$@RunType_F91 <NetSurf$Dir>.URILaunch

View File

@ -1,15 +0,0 @@
NCNetSurf - Open Source web browser
http://netsurf.sourceforge.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.sourceforge.net/builds/
Please report bugs to the development mailing
list, netsurf-develop@lists.sourceforge.net
Alternatively, the developers are often available
on Freenode in the channel #netsurf.

View File

@ -1,51 +0,0 @@
<Obey$Dir>.!Boot
| Can't run more than one copy of NCNetSurf at once.
If "<NetSurf$Running>" = "yes" Then Error NCNetSurf is already running.
| Check to see if we are running on RISCOS or NCOS.
Set NetSurf$Desktop no
RMEnsure OSVersion 0.00 Set NetSurf$Desktop yes
| We need NCOS 1.11
If "<NetSurf$Desktop>" = "no" Then RMEnsure OSVersion 1.11 Error NCNetSurf needs NCOS 1.11 or later.
| Ensure CallASWI is installed.
| http://www.iyonix.com/32bit/
If "<NetSurf$Desktop>" = "no" Then RMLoad <NetSurf$Dir>.RMStore.CallASWI Else RMEnsure UtilityModule 3.70 RMLoad System:Modules.CallASWI
| Ensure DrawFile is installed.
| http://acorn.riscos.com/riscos/releases/drawfile.arc
RMEnsure DrawFile 1.30 If "<NetSurf$Desktop>" = "no" Then RMLoad <NetSurf$Dir>.RMStore.DrawFile Else RMLoad System:Modules.DrawFile
| Ensure SharedUnixLibrary is installed.
| http://www.chocky.org/unix/usage.html
RMEnsure SharedUnixLibrary 1.02 If "<NetSurf$Desktop>" = "no" Then RMLoad <NetSurf$Dir>.RMStore.SharedULib Else RMLoad System:Modules.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 If "<NetSurf$Desktop>" = "no" Then RMLoad <NetSurf$Dir>.RMStore.URI Else RMLoad System:Modules.Network.URI
RMEnsure AcornURI 0.12 Unset NetSurf$Start_URI_Handler
| Ensure MimeMap is installed.
If "<InetDBase$Path>" = "" Then Error Inet databases can not be found.
If "<Inet$MimeMappings>" = "" Then Set Inet$MimeMappings InetDBase:MimeMap
RMEnsure MimeMap 0.10 RMLoad System:Modules.Network.MimeMap
RMEnsure MimeMap 0.10 Error NCNetSurf requires MimeMap 0.10 or later.
| Ensure Tinct is installed.
RMEnsure Tinct 0.07 RMLoad <NetSurf$Dir>.Resources.Tinct
RMEnsure Tinct 0.07 Error NetSurf requires Tinct 0.07 or later.
| Ensue that the Wimp Scrap directory has been set.
WimpSlot -Min 32k -Max 32k
If "<Wimp$ScrapDir>" = "" Then SetMacro Wimp$ScrapDir Cache:$.ScrapDir
If "<Wimp$Scrap>" = "" Then SetMacro Wimp$Scrap <Wimp$ScrapDir>.ScrapFile
Wimpslot -min 2150k -max 2150k
UnSet NetSurf$Desktop
Set NetSurf$Running yes
Run <NetSurf$Dir>.!RunImage 2><Wimp$ScrapDir>.NCNetSurf
UnSet NetSurf$Running

Binary file not shown.

Binary file not shown.

View File

@ -1,3 +0,0 @@
Configure WimpFont 8
IconSprites <Obey$Dir>.Windows
ToolSprites <Obey$Dir>.Tools

Binary file not shown.