Commit 43e7781f authored by Andrew Hodgkinson's avatar Andrew Hodgkinson
Browse files

Tweaks to export rules in Makefile - ResJ source for JavaScript builds, all of...

Tweaks to export rules in Makefile - ResJ source for JavaScript builds, all of User dir exported, resources rule exports About as well as User.

Handles images with a width or height of 0 specified in the HTML.
Previously went for a default size placeholder and changes to image
sizes and/or redraw problems could occur before/after subsequent
reformatting (involved trivial changes to image_get_image_size and
image_redraw_area only).

Default parameter HRs now plot properly in rectangular pixel modes.

Choices code updated to cope with the minimum font size, JS support,
watchdog on/off and timeout, Navigator object option added generally
(act even *more* like Navigator), image GC after fetch, and image
GC unused image / free RAM constraints.

Code in JSnavigator.c updated to obey new "act more like Navigator"
option (see above). Currently declares itself as version 3.0.

Resources for all builds are up to date. All links in default hotlist
verified and corrected where necessary, with several new links added.

This is Release v2.07. Not tested very much, sorry; YMMV.
parent 6ff9e19e
......@@ -39,6 +39,15 @@ NB Don't forget to keep the 'User' version of this file updated in parallel!
29/04/98 (ADH): JAVASCRIPT global compile time option documented.
29/04/98 (ADH): JS_USING_MEMLIB local compile time option documented.
31/07/98 (ADH): Altered documentation on USE_MALLOC_REPLACEMENT - this is
now used on a case-by-case basis rather than to redefine
malloc, realloc etc. to MemLib equivalents, since MemLib
cannot be used to replace *all* calls.
18/08/98 (ADH): WRITE_DUMP_FILE_ON_ERROR local compile time option documented.
07/09/98 (ADH): ALL_FAST local compile time option documented.
-------------------------------------------------------------------------------
Contents
......@@ -146,8 +155,8 @@ REMOTE_HOTLIST Use HTML files fetched to the page for hotlists,
CUSTOMER_SPECIAL Include hard coded JavaScript for www.customer.net.
UNIFONT Multilingual support.
USE_MALLOC_REPLACEMENT Uses the 'MemLib' malloc-in-a-dynamic-area replacement
for malloc. Currently, this will cause various
failures within the browser and should not be used.
for malloc. Not all mallocs will be replaced with
MemLib calls.
JAVASCRIPT Support JavaScript.
Local options, for which only the mentioned files need recompiling, are:
......@@ -171,6 +180,15 @@ JS_USING_MEMLIB Main.c JavaScript libraries are compiled to use
MemLib before using any JavaScript
functions. You MUST define this if JSLib
or NSPRLib are compiled to use MemLib.
WRITE_DUMP_FILE_ON_ERROR Main.c Create and subsequently append to a
file on drive 4 called "BrowserDump"
containing details of any aborts caught
by the replaced signal handlers. This is
done whether or not TRACE has been
defined globally.
ALL_FAST Images.c Process all images as if they were for
backgrounds (for fast redraw, but then
animated GIFs don't animate etc.)
* Lines and chunks - referencing
......
......@@ -43,3 +43,6 @@ ahodgkin_206intermediate Intermediate check-in, 02/07/98 (post-v2.05).
under this tag.
ahodgkin_206release Single and multi-user public release, 09/07/98
(v2.06).
ahodgkin_207release Single and multi-user public release, 12/10/98
(v2.07). Superceeds any multiuser v2.07 variants
with an earlier date that you may come across.
| !Boot file for Browse
| (C) Acorn Computers Ltd. 1994
|
| Last modified: 08/07/1998
| Last modified: 08/10/1998
Set Browse$Dir <Obey$Dir>
......
| !Boot file for Browse
| (C) Acorn Computers Ltd. 1994
|
| Last modified: 08/07/1998
| Last modified: 08/10/1998
Set Browse$Dir <Obey$Dir>
......
| !Run file for Browse
| (C) Acorn Computers Ltd. 1994
|
| Last modified: 09/07/1998
| Last modified: 08/10/1998
Set Browse$Dir <Obey$Dir>
......@@ -67,14 +67,14 @@ RMEnsure FontMenu 0.21 Error Browse requires version 0.21 or later of the
| Important networking modules
RMEnsure URL_Fetcher 0.39 RMLoad System:Modules.Network.URL.URL
RMEnsure URL_Fetcher 0.39 Error Browse requires version 0.39 or later of the URL module
RMEnsure AcornHTTP 0.82 RMLoad System:Modules.Network.URL.HTTP
RMEnsure AcornHTTP 0.82 Error Browse requires version 0.82 or later of the HTTP module
RMEnsure URL_Fetcher 0.41 RMLoad System:Modules.Network.URL.URL
RMEnsure URL_Fetcher 0.41 Error Browse requires version 0.41 or later of the URL module
RMEnsure AcornHTTP 0.84 RMLoad System:Modules.Network.URL.HTTP
RMEnsure AcornHTTP 0.84 Error Browse requires version 0.84 or later of the HTTP module
RMEnsure FileFetcher 0.38 RMLoad System:Modules.Network.URL.File
RMEnsure FileFetcher 0.38 Error Browse requires version 0.38 or later of the File module
RMEnsure FTPFetcher 0.29 RMLoad System:Modules.Network.URL.FTP
RMEnsure FTPFetcher 0.29 Error Browse requires version 0.29 or later of the FTP module
RMEnsure FTPFetcher 0.32 RMLoad System:Modules.Network.URL.FTP
RMEnsure FTPFetcher 0.32 Error Browse requires version 0.32 or later of the FTP module
RMEnsure GopherFetcher 0.12 RMLoad SysteM:Modules.Network.URL.Gopher
RMEnsure GopherFetcher 0.12 Error Browse requires version 0.12 or later of the Gopher module
......@@ -86,7 +86,7 @@ RMEnsure MimeMap 0.05 Error Browse requires version 0.05 or later of the
| which may be present but can do without it.
RMEnsure AcornURI 0.12 RMLoad System:Modules.Network.URI
RMEnsure TaskModule 0.07 RMLoad System:Modules.TaskModule
RMEnsure TaskModule 0.11 RMLoad System:Modules.TaskModule
| Both of the above start Wimp task sides, so want to do a
| '*Desktop' when inside the application after Wimp_Initialise
......@@ -95,7 +95,7 @@ RMEnsure TaskModule 0.07 RMLoad System:Modules.TaskModule
Set Browse$IssueDesktopCommand "yes"
RMEnsure AcornURI 0.12 Set Browse$IssueDesktopCommand "no"
RMEnsure TaskModule 0.07 If "<Browse$IssueDesktopCommand>" = "yes" Then Set Browse$IssueDesktopCommand "no"
RMEnsure TaskModule 0.11 If "<Browse$IssueDesktopCommand>" = "yes" Then Set Browse$IssueDesktopCommand "no"
| JPEG support for OS versions without this in SpriteExtend;
| again, not technically essential so let this fail too.
......
| !Run file for Browse
| (C) Acorn Computers Ltd. 1994
|
| Last modified: 09/07/1998
| Last modified: 08/10/1998
Set Browse$Dir <Obey$Dir>
......@@ -74,14 +74,14 @@ RMEnsure FontMenu 0.21 Error Browse requires version 0.21 or later of the
| Important networking modules
RMEnsure URL_Fetcher 0.39 RMLoad System:Modules.Network.URL.URL
RMEnsure URL_Fetcher 0.39 Error Browse requires version 0.39 or later of the URL module
RMEnsure AcornHTTP 0.82 RMLoad System:Modules.Network.URL.HTTP
RMEnsure AcornHTTP 0.82 Error Browse requires version 0.82 or later of the HTTP module
RMEnsure URL_Fetcher 0.41 RMLoad System:Modules.Network.URL.URL
RMEnsure URL_Fetcher 0.41 Error Browse requires version 0.41 or later of the URL module
RMEnsure AcornHTTP 0.84 RMLoad System:Modules.Network.URL.HTTP
RMEnsure AcornHTTP 0.84 Error Browse requires version 0.84 or later of the HTTP module
RMEnsure FileFetcher 0.38 RMLoad System:Modules.Network.URL.File
RMEnsure FileFetcher 0.38 Error Browse requires version 0.38 or later of the File module
RMEnsure FTPFetcher 0.29 RMLoad System:Modules.Network.URL.FTP
RMEnsure FTPFetcher 0.29 Error Browse requires version 0.29 or later of the FTP module
RMEnsure FTPFetcher 0.32 RMLoad System:Modules.Network.URL.FTP
RMEnsure FTPFetcher 0.32 Error Browse requires version 0.32 or later of the FTP module
RMEnsure GopherFetcher 0.12 RMLoad SysteM:Modules.Network.URL.Gopher
RMEnsure GopherFetcher 0.12 Error Browse requires version 0.12 or later of the Gopher module
......@@ -93,7 +93,7 @@ RMEnsure MimeMap 0.05 Error Browse requires version 0.05 or later of the
| which may be present but can do without it.
RMEnsure AcornURI 0.12 RMLoad System:Modules.Network.URI
RMEnsure TaskModule 0.07 RMLoad System:Modules.TaskModule
RMEnsure TaskModule 0.11 RMLoad System:Modules.TaskModule
| Both of the above start Wimp task sides, so want to do a
| '*Desktop' when inside the application after Wimp_Initialise
......@@ -102,7 +102,7 @@ RMEnsure TaskModule 0.07 RMLoad System:Modules.TaskModule
Set Browse$IssueDesktopCommand "yes"
RMEnsure AcornURI 0.12 Set Browse$IssueDesktopCommand "no"
RMEnsure TaskModule 0.07 If "<Browse$IssueDesktopCommand>" = "yes" Then Set Browse$IssueDesktopCommand "no"
RMEnsure TaskModule 0.11 If "<Browse$IssueDesktopCommand>" = "yes" Then Set Browse$IssueDesktopCommand "no"
| JPEG support for OS versions without this in SpriteExtend;
| again, not technically essential so let this fail too.
......
| !Run file for Browse
| (C) Acorn Computers Ltd. 1994
|
| Last modified: 09/07/1998
| Last modified: 08/10/1998
Set Browse$Dir <Obey$Dir>
......@@ -67,14 +67,14 @@ RMEnsure FontMenu 0.21 Error Browse requires version 0.21 or later of the
| Important networking modules
RMEnsure URL_Fetcher 0.39 RMLoad System:Modules.Network.URL.URL
RMEnsure URL_Fetcher 0.39 Error Browse requires version 0.39 or later of the URL module
RMEnsure AcornHTTP 0.82 RMLoad System:Modules.Network.URL.HTTP
RMEnsure AcornHTTP 0.82 Error Browse requires version 0.82 or later of the HTTP module
RMEnsure URL_Fetcher 0.41 RMLoad System:Modules.Network.URL.URL
RMEnsure URL_Fetcher 0.41 Error Browse requires version 0.41 or later of the URL module
RMEnsure AcornHTTP 0.84 RMLoad System:Modules.Network.URL.HTTP
RMEnsure AcornHTTP 0.84 Error Browse requires version 0.84 or later of the HTTP module
RMEnsure FileFetcher 0.38 RMLoad System:Modules.Network.URL.File
RMEnsure FileFetcher 0.38 Error Browse requires version 0.38 or later of the File module
RMEnsure FTPFetcher 0.29 RMLoad System:Modules.Network.URL.FTP
RMEnsure FTPFetcher 0.29 Error Browse requires version 0.29 or later of the FTP module
RMEnsure FTPFetcher 0.32 RMLoad System:Modules.Network.URL.FTP
RMEnsure FTPFetcher 0.32 Error Browse requires version 0.32 or later of the FTP module
RMEnsure GopherFetcher 0.12 RMLoad SysteM:Modules.Network.URL.Gopher
RMEnsure GopherFetcher 0.12 Error Browse requires version 0.12 or later of the Gopher module
......@@ -86,7 +86,7 @@ RMEnsure MimeMap 0.05 Error Browse requires version 0.05 or later of the
| which may be present but can do without it.
RMEnsure AcornURI 0.12 RMLoad System:Modules.Network.URI
RMEnsure TaskModule 0.07 RMLoad System:Modules.TaskModule
RMEnsure TaskModule 0.11 RMLoad System:Modules.TaskModule
| Both of the above start Wimp task sides, so want to do a
| '*Desktop' when inside the application after Wimp_Initialise
......@@ -95,7 +95,7 @@ RMEnsure TaskModule 0.07 RMLoad System:Modules.TaskModule
Set Browse$IssueDesktopCommand "yes"
RMEnsure AcornURI 0.12 Set Browse$IssueDesktopCommand "no"
RMEnsure TaskModule 0.07 If "<Browse$IssueDesktopCommand>" = "yes" Then Set Browse$IssueDesktopCommand "no"
RMEnsure TaskModule 0.11 If "<Browse$IssueDesktopCommand>" = "yes" Then Set Browse$IssueDesktopCommand "no"
| JPEG support for OS versions without this in SpriteExtend;
| again, not technically essential so let this fail too.
......@@ -125,10 +125,10 @@ Set Alias$@RunType_F81 /<Browse$Dir>.!Run -jss %%*0
| Set the slot size and run the application. RISC OS 3 versions
| prior to RISC OS 3.5 need more memory allocated initially.
WimpSlot -Min 960K -Max 960K
WimpSlot -Min 1024K -Max 1024K
If "<Boot$OSVersion>"="300" Then WimpSlot -Min 1088K -Max 1088K
If "<Boot$OSVersion>"="310" Then WimpSlot -Min 1088K -Max 1088K
If "<Boot$OSVersion>"="311" Then WimpSlot -Min 1088K -Max 1088K
If "<Boot$OSVersion>"="300" Then WimpSlot -Min 1152K -Max 1152K
If "<Boot$OSVersion>"="310" Then WimpSlot -Min 1152K -Max 1152K
If "<Boot$OSVersion>"="311" Then WimpSlot -Min 1152K -Max 1152K
Run <Browse$Dir>.!RunImage %*0
......@@ -132,6 +132,9 @@ JSTimeout:1000
# 2250: WINDOWS-1250
# 2251: WINDOWS-1251
# 2252: WINDOWS-1252
# 4002: SAMI
# 4006: CELTIC
# 5001: X-ACORN-LATIN1
FontSize:192
TTAspect:86
......@@ -446,7 +449,7 @@ MoveGadgets:during
# in a frame when part of it is obscured (i.e. show that
# it may scroll).
#
# ToggleOnXOnly - 'yes' or 'no', if 'yes' then a browser window's Toggle
# ToggleOnYOnly - 'yes' or 'no', if 'yes' then a browser window's Toggle
# Size icon will only open the window to maximum size
# vertically. Otherwise it opens full width as well as
# full height. At any time, holding down Ctrl when clicking
......@@ -467,7 +470,7 @@ NoScrollBars:no
DragToScroll:yes
ShowMayScroll:no
ToggleOnXOnly:no
ToggleOnYOnly:no
# Reformatter controls
# ====================
......
......@@ -3,11 +3,10 @@
_TaskName:Browse
_SpriName:!browse
Version:2.07 (intermediate)
Version:2.07 (12 Oct 1998)
FullName:Acorn Browse
DAGen:- General
DAJSc:- JavaScript
DAMHG:- Core data
# Errors
# ======
......
No preview for this file type
File added
......@@ -5,9 +5,11 @@
</head>
<body>
<ul>
<li><a href="http://www.acorn.co.uk/">Acorn Home Page</a>
<li><a href="http://www.altavista.digital.com/">Alta Vista search</a>
<li><a href="http://www.acorn.com/a_group_main.htm">Acorn Group</a>
<li><a href="http://www.acorn.com/browser/">Acorn Internet home</a>
<li><a href="http://www.altavista.com/">Alta Vista search</a>
<li><a href="http://www.unitedmedia.com/comics/dilbert/">Dilbert</a>
<li><a href="http://www.userfriendly.org/static/">User Friendly</a>
<h4>Search engines</h4>
<ul>
<li><a href="http://www.dejanews.com/">DejaNews</a>
......@@ -18,7 +20,7 @@
<li><a href="http://www.lycos.com/">Lycos search</a>
<li><a href="http://www.uktravel.com/index.html">UK Travel Guide</a>
<li><a href="http://www.yell.co.uk/">This is YELL</a>
<li><a href="http://www.whowhere.com/">WhoWhere</a>
<li><a href="http://www.whowhere.lycos.com/">WhoWhere</a>
</ul>
<h4>Acorn related</h4>
<ul>
......@@ -28,7 +30,8 @@
<h4>FTP archives</h4>
<ul>
<li><a href="http://www.acorn.co.uk/ftp/">Acorn (WWW interface)</a>
<li><a href="ftp://ftp.uni-stuttgart.de/pub/systems/acorn/">Stuttgart Acorn archive</a>
<li><a href="ftp://micros.hensa.ac.uk/local/riscos/">Hensa Acorn archive (FTP)</a>
<li><a href="ftp://ftp.uni-stuttgart.de/pub/systems/acorn/">Stuttgart Acorn archive (FTP)</a>
</ul>
</ul>
<h4>Information</h4>
......@@ -50,14 +53,21 @@
<h4>HTML and the Internet</h4>
<ul>
<li><a href="http://www.w3.org/">World Wide Web consortium</a>
<li><a href="http://www.earth.com/bad-style/">HTML Bad Style Page</a>
<li><a href="http://www.nadn.navy.mil/Masters/Resources/resources.htm">USNA HTML Resources</a>
<li><a href="http://www.w3.org/TR/REC-html40/">HTML 4.0 Specification</a>
<li><a href="http://www.it.kth.se/docs/rfc/">List of RFCs</a>
<li><a href="http://www.cdrom.com/pub/png/">PNG (Portable Network Graphics) Home Page</a>
<li><a href="http://www.w3.org/TR/WD-CSS2/">Cascading Style Sheets (CSS) Level 2</a>
<li><a href="http://www.oasis-open.org/cover/sgml-xml.html">The SGML/XML Web Page - Home Page</a>
<li><a href="http://www.oasis-open.org/cover/kennDSSSLInt.html">DSSSL: Introduction</a>
<li><a href="http://www.heise.de/ix/artikel/E/1997/06/106/vergleich.html">XML: iX overview article</a>
<li><a href="http://www.w3.org/Style/XSL/">Extensible Style Language (XSL)</a>
<li><a href="http://webreview.com/97/11/14/feature/">DOM: WebReview overview article</a>
<li><a href="http://www.w3.org/RDF/Overview.html">RDF overview</a>
<li><a href="http://www.earth.com/bad-style/">HTML Bad Style Page</a>
<li><a href="http://www.nadn.navy.mil/Masters/Resources/resources.htm">USNA HTML Resources</a>
</ul>
<h4>Miscellaneous</h4>
<ul>
<li><a href="http://www.comlab.ox.ac.uk/archive/other/rowing.html">The World Wide Web Virtual Library: Rowing</a>
<li><a href="http://www.aaa.com.au/A_Z/">Australian A to Z Animal Archive</a>
<li><a href="http://www.man.ac.uk/Geology/pwood/esenet/esintro.htm">Internet resources for Earth and Environmental Scientists</a>
</ul>
......@@ -75,14 +85,25 @@
<ul>
<h4>Film and television</h4>
<ul>
<li><a href="http://625.simplenet.com/digital.htm">Digital TV</a>
<li><a href="http://www.like.it/vertigo/cliches.html">The Movie Cliches List</a>
<li><a href="http://625.simplenet.com/">6025 Television Room</a>
<li><a href="http://www.scifi.com/">Sci-Fi Channel: The Dominion</a>
<li><a href="http://www.tangh.demon.co.uk/tubbytoast/index.html">Teletubbies come to play!</a>
</ul>
<h4>Rowing</h4>
<ul>
<li><a href="http://users.ox.ac.uk/~quarrell/REGATTA/">Regatta On-Line</a>
<li><a href="http://users.ox.ac.uk/~quarrell/">Rachel Quarrell's Rowing Service</a>
<li><a href="http://ourworld.compuserve.com/homepages/david_biddulph/rowing.htm">David Biddulph: Rowing page</a>
<li><a href="http://www.comlab.ox.ac.uk/archive/other/rowing.html">The World Wide Web Virtual Library: Rowing</a>
<li><a href="http://www.row.durge.org/nines/">Cambridge '99 Rowing Club Home Page</a>
<li><a href="http://www.cam.ac.uk/CambUniv/Societies/boatclub/index.htm">Cambridge University Combined Boat Clubs</a>
<li><a href="http://www-atm.atm.ox.ac.uk/rowing/">Oxford University Rowing Clubs (OURCs)</a>
</ul>
<h4>Miscellaneous</h4>
<ul>
<li><a href="http://database.lugnet.com/fibblesnork/lego/guide/">Fibblesnork</a>
<li><a href="http://www.lugnet.com/fibblesnork/lego/guide/">Fibblesnork</a>
<li><a href="http://www.planetquake.com/">Planet Quake</a>
<li><a href="http://www.netaxs.com/~cparker/front/hub.html">Charley Parker's virtual comic book - ARGON ZARK!</a>
<li><a href="http://animeonline.org/">AnimeOnline - Everything Anime</a>
......@@ -92,11 +113,11 @@
<ul>
<li><a href="http://www.mds.mdh.se/~elt94aem/kosida.htm">The Cow Liberation Army Faction</a>
<li><a href="http://iguana.images.com/">Iguana Images</a>
<li><a href="http://www.xmission.com/~grue/whale/">The Infamous Exploding Whale</a>
<li><a href="http://www.perp.com/whale/">The Infamous Exploding Whale</a>
<li><a href="http://www.beyondweird.com/index.html">The OuterNet</a>
<li><a href="http://www.planet.com/dirtweb/dirt.html">Museum of Dirt</a>
<li><a href="http://www.owlnet.rice.edu/~gouge/twinkies.html">The T.W.I.N.K.I.E.S. Project</a>
<li><a href="http://infobahn.com/pages/anagram.html">Main Sanitary Nag (Anagram Insanity)</a>
<li><a href="http://www.twinkiesproject.com/">The T.W.I.N.K.I.E.S. Project</a>
<li><a href="http://www.infobahn.com/pages/anagram.html">Main Sanitary Nag (Anagram Insanity)</a>
<li><a href="http://www.conspire.com/">60 Greatest Conspiracies of All Time</a>
</ul>
</ul>
......
| !Boot file for Phoenix
| (C) Acorn Computers Ltd. 1994
|
| Last modified: 08/07/1998
| Last modified: 08/10/1998
Set Phoenix$Dir <Obey$Dir>
......
| !Boot file for Phoenix
| (C) Acorn Computers Ltd. 1994
|
| Last modified: 08/07/1998
| Last modified: 08/10/1998
Set Phoenix$Dir <Obey$Dir>
......
| !Run file for Phoenix
| (C) Acorn Computers Ltd. 1994
|
| Last modified: 09/07/1998
| Last modified: 08/10/1998
Set Phoenix$Dir <Obey$Dir>
......@@ -23,7 +23,7 @@ SetMacro Alias$URLOpen_Gopher Run <Phoenix$Dir>.!Run -url %%*0
SetMacro Alias$URLOpen_File Run <Phoenix$Dir>.!Run -url %%*0
SetMacro Alias$URLOpen_FTP Run <Phoenix$Dir>.!Run -url %%*0
| Can't do much if we haven't got a System or Internet resource...
| Can't do much if we haven't got various key system resources...
If "<System$Path>" = "" Then Set System$Path_Message System resources not found.
If "<InetDBase$Path>" = "" Then Error Internet resources not found.
......@@ -67,14 +67,14 @@ RMEnsure FontMenu 0.21 Error Phoenix requires version 0.21 or later of the
| Important networking modules
RMEnsure URL_Fetcher 0.39 RMLoad System:Modules.Network.URL.URL
RMEnsure URL_Fetcher 0.39 Error Phoenix requires version 0.39 or later of the URL module
RMEnsure AcornHTTP 0.82 RMLoad System:Modules.Network.URL.HTTP
RMEnsure AcornHTTP 0.82 Error Phoenix requires version 0.82 or later of the HTTP module
RMEnsure URL_Fetcher 0.41 RMLoad System:Modules.Network.URL.URL
RMEnsure URL_Fetcher 0.41 Error Phoenix requires version 0.41 or later of the URL module
RMEnsure AcornHTTP 0.84 RMLoad System:Modules.Network.URL.HTTP
RMEnsure AcornHTTP 0.84 Error Phoenix requires version 0.84 or later of the HTTP module
RMEnsure FileFetcher 0.38 RMLoad System:Modules.Network.URL.File
RMEnsure FileFetcher 0.38 Error Phoenix requires version 0.38 or later of the File module
RMEnsure FTPFetcher 0.29 RMLoad System:Modules.Network.URL.FTP
RMEnsure FTPFetcher 0.29 Error Phoenix requires version 0.29 or later of the FTP module
RMEnsure FTPFetcher 0.32 RMLoad System:Modules.Network.URL.FTP
RMEnsure FTPFetcher 0.32 Error Phoenix requires version 0.32 or later of the FTP module
RMEnsure GopherFetcher 0.12 RMLoad SysteM:Modules.Network.URL.Gopher
RMEnsure GopherFetcher 0.12 Error Phoenix requires version 0.12 or later of the Gopher module
......
| !Run file for Phoenix
| (C) Acorn Computers Ltd. 1994
|
| Last modified: 09/07/1998
| Last modified: 08/10/1998
Set Phoenix$Dir <Obey$Dir>
......@@ -30,7 +30,7 @@ RMEnsure DDT 0.00 Set DDT$Present No
If "<DDT$Present>" = "Yes" Then RMKill DDT
UnSet DDT$Present
| Can't do much if we haven't got a System or Internet resource...
| Can't do much if we haven't got various key system resources...
If "<System$Path>" = "" Then Set System$Path_Message System resources not found.
If "<InetDBase$Path>" = "" Then Error Internet resources not found.
......@@ -74,14 +74,14 @@ RMEnsure FontMenu 0.21 Error Phoenix requires version 0.21 or later of the
| Important networking modules
RMEnsure URL_Fetcher 0.39 RMLoad System:Modules.Network.URL.URL
RMEnsure URL_Fetcher 0.39 Error Phoenix requires version 0.39 or later of the URL module
RMEnsure AcornHTTP 0.82 RMLoad System:Modules.Network.URL.HTTP
RMEnsure AcornHTTP 0.82 Error Phoenix requires version 0.82 or later of the HTTP module
RMEnsure URL_Fetcher 0.41 RMLoad System:Modules.Network.URL.URL
RMEnsure URL_Fetcher 0.41 Error Phoenix requires version 0.41 or later of the URL module
RMEnsure AcornHTTP 0.84 RMLoad System:Modules.Network.URL.HTTP
RMEnsure AcornHTTP 0.84 Error Phoenix requires version 0.84 or later of the HTTP module
RMEnsure FileFetcher 0.38 RMLoad System:Modules.Network.URL.File
RMEnsure FileFetcher 0.38 Error Phoenix requires version 0.38 or later of the File module
RMEnsure FTPFetcher 0.29 RMLoad System:Modules.Network.URL.FTP
RMEnsure FTPFetcher 0.29 Error Phoenix requires version 0.29 or later of the FTP module
RMEnsure FTPFetcher 0.32 RMLoad System:Modules.Network.URL.FTP
RMEnsure FTPFetcher 0.32 Error Phoenix requires version 0.32 or later of the FTP module
RMEnsure GopherFetcher 0.12 RMLoad SysteM:Modules.Network.URL.Gopher
RMEnsure GopherFetcher 0.12 Error Phoenix requires version 0.12 or later of the Gopher module
......
| !Run file for Phoenix
| (C) Acorn Computers Ltd. 1994
|
| Last modified: 09/07/1998
| Last modified: 08/10/1998
Set Phoenix$Dir <Obey$Dir>
......@@ -23,7 +23,7 @@ SetMacro Alias$URLOpen_Gopher Run <Phoenix$Dir>.!Run -url %%*0
SetMacro Alias$URLOpen_File Run <Phoenix$Dir>.!Run -url %%*0
SetMacro Alias$URLOpen_FTP Run <Phoenix$Dir>.!Run -url %%*0
| Can't do much if we haven't got a System or Internet resource...
| Can't do much if we haven't got various key system resources...
If "<System$Path>" = "" Then Set System$Path_Message System resources not found.
If "<InetDBase$Path>" = "" Then Error Internet resources not found.
......@@ -67,14 +67,14 @@ RMEnsure FontMenu 0.21 Error Phoenix requires version 0.21 or later of the
| Important networking modules
RMEnsure URL_Fetcher 0.39 RMLoad System:Modules.Network.URL.URL
RMEnsure URL_Fetcher 0.39 Error Phoenix requires version 0.39 or later of the URL module
RMEnsure AcornHTTP 0.82 RMLoad System:Modules.Network.URL.HTTP
RMEnsure AcornHTTP 0.82 Error Phoenix requires version 0.82 or later of the HTTP module
RMEnsure URL_Fetcher 0.41 RMLoad System:Modules.Network.URL.URL
RMEnsure URL_Fetcher 0.41 Error Phoenix requires version 0.41 or later of the URL module
RMEnsure AcornHTTP 0.84 RMLoad System:Modules.Network.URL.HTTP
RMEnsure AcornHTTP 0.84 Error Phoenix requires version 0.84 or later of the HTTP module
RMEnsure FileFetcher 0.38 RMLoad System:Modules.Network.URL.File
RMEnsure FileFetcher 0.38 Error Phoenix requires version 0.38 or later of the File module
RMEnsure FTPFetcher 0.29 RMLoad System:Modules.Network.URL.FTP
RMEnsure FTPFetcher 0.29 Error Phoenix requires version 0.29 or later of the FTP module
RMEnsure FTPFetcher 0.32 RMLoad System:Modules.Network.URL.FTP
RMEnsure FTPFetcher 0.32 Error Phoenix requires version 0.32 or later of the FTP module
RMEnsure GopherFetcher 0.12 RMLoad SysteM:Modules.Network.URL.Gopher
RMEnsure GopherFetcher 0.12 Error Phoenix requires version 0.12 or later of the Gopher module
......
<table cellspacing="0" cellpadding="0" border="0">
<script>
<!--
document.write('<tr>');
document.write('<td valign="top">');
document.write('<font size="2"><strong><a href="http://developer.netscape.com/docs/manuals/javascript.html">JavaScript&nbsp;1.2</a></strong></font>');
document.write('</td>');
document.write('<td width="100%">');
document.write('<font size="2">Interpreter from the reference source at <a href="http://www.mozilla.org">mozilla.org</a>.</font>');
document.write('</td>');
document.write('</tr>');
// -->
</script>
<tr>
<td valign="top">
<font size="2"><strong><a href="http://developer.netscape.com/docs/manuals/javascript.html">JavaScript&nbsp;1.2</a></strong></font>
</td>
<td width="100%">
<font size="2">Interpreter from the reference source at <a href="http://www.mozilla.org">mozilla.org</a>.</font>
</td>
</tr>
<tr valign="top">
<td><font size="2"><strong><a href="http://www.cdrom.com/pub/infozip/zlib/">zlib&nbsp;1.1.2</a></strong></font></td>
<td>
......
......@@ -66,6 +66,10 @@ TableInner:auto
# SupportJS - 'yes' or 'no', if 'yes' then the JavaScript interpreter
# is enabled, else it is not and scripts etc. will not
# be executed.
# JSNavAsNav - 'yes' or 'no', if 'yes' the Navigator object will report
# values very similar to those from Netscape(R)
# Navigator(TM), else it will act less like this (and be
# influenced further by the setting of 'Clone').
# JSWatchdog - 'yes' or 'no', if 'yes' then the watchdog (JS branch
# callback function) timer will be enabled. If a script is
# taking a long time to execute it will eventually prompt
......@@ -80,6 +84,7 @@ TableInner:auto
# disabled this option is ignored anyway.
SupportJS:no
JSNavAsNav:no
JSWatchdog:yes
JSTimeout:750
......@@ -431,7 +436,7 @@ MoveGadgets:during
# in a frame when part of it is obscured (i.e. show that
# it may scroll).
#
# ToggleOnXOnly - 'yes' or 'no', if 'yes' then a browser window's Toggle
# ToggleOnYOnly - 'yes' or 'no', if 'yes' then a browser window's Toggle
# Size icon will only open the window to maximum size
# vertically. Otherwise it opens full width as well as
# full height. At any time, holding down Ctrl when clicking
......@@ -452,7 +457,7 @@ NoScrollBars:no
DragToScroll:yes
ShowMayScroll:no
ToggleOnXOnly:no
ToggleOnYOnly:no
# Reformatter controls
# ====================
......
......@@ -3,11 +3,10 @@
_TaskName:Phoenix
_SpriName:!phoenix
Version:2.07 (intermediate)
FullName:Acorn Browse
Version:2.07 (12 Oct 1998)
FullName:Acorn Phoenix
DAGen:- General
DAJSc:- JavaScript
DAMHG:- Core data
# Errors
# ======
......@@ -71,17 +70,6 @@ JSMisc:JavaScript error
JSLanguage:en
JSPlatform:RISC OS
# JavaScript related errors and error / query box button text..
JSInit:JavaScript interpreter initialisation failed (not enough memory?)
JSCont:Cannot gain context for JavaScript interpreter (not enough memory?)
JSGenE:Cannot start up JavaScript for this page (not enough memory?)
JSLock:A piece of JavaScript code has been running for a long time (lengthy script is still running). Continue or Stop the script?
JSMisc:JavaScript error
JSErr1:Continue,Stop
JSErr2:Continue,More info
JSErr3:OK,Cancel
# Specific out of memory reports.
NoMemWin:There is not enough free memory to open another browser window.
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment