mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-12-22 20:16:54 +03:00
[project @ 2002-10-15 11:09:56 by bursa]
Add application directory. svn path=/import/netsurf/; revision=46
This commit is contained in:
parent
6762cb7a0d
commit
c009c7111c
4
!NetSurf/!Help
Normal file
4
!NetSurf/!Help
Normal file
@ -0,0 +1,4 @@
|
||||
NetSurf
|
||||
=======
|
||||
|
||||
This is an early development version.
|
14
!NetSurf/!Run,feb
Normal file
14
!NetSurf/!Run,feb
Normal file
@ -0,0 +1,14 @@
|
||||
|rafs_flush
|
||||
|
||||
Set NetSurf$Dir <Obey$Dir>
|
||||
|
||||
IconSprites <NetSurf$Dir>.!Sprites
|
||||
|
||||
RMensure WindowManager 3.80 Error 0 NetSurf requires the Nested Window Manager.
|
||||
RMEnsure UtilityModule 3.70 RMensure CallASWI 0.00 RMload <NetSurf$Dir>.CallASWI
|
||||
RMensure SharedUnixLibrary 1.00 RMload <NetSurf$Dir>.SharedULib
|
||||
|
||||
| drag the 'next' slot in the task manager to something huge and ridiculous,
|
||||
| and/or increase the number below
|
||||
Wimpslot -min 1600k
|
||||
<NetSurf$Dir>.!RunImage 2>stderr
|
BIN
!NetSurf/!Sprites,ff9
Normal file
BIN
!NetSurf/!Sprites,ff9
Normal file
Binary file not shown.
BIN
!NetSurf/!Sprites11,ff9
Normal file
BIN
!NetSurf/!Sprites11,ff9
Normal file
Binary file not shown.
BIN
!NetSurf/!Sprites22,ff9
Normal file
BIN
!NetSurf/!Sprites22,ff9
Normal file
Binary file not shown.
34
!NetSurf/Resources/CSS
Normal file
34
!NetSurf/Resources/CSS
Normal file
@ -0,0 +1,34 @@
|
||||
html { font-size: medium }
|
||||
|
||||
address, blockquote, body, br, dd, div,
|
||||
dl, dt, fieldset, form,
|
||||
h1, h2, h3, h4, h5, h6, html,
|
||||
object, ol, p, ul,
|
||||
hr, menu, pre { display: block }
|
||||
/* a, abbr, acronym, b, code,
|
||||
em, i, q, s, strong, u, font, span,
|
||||
var { display: inline } */
|
||||
li { display: /* list-item */ block }
|
||||
head { display: none }
|
||||
table { display: table }
|
||||
tr { display: table-row }
|
||||
thead { display: table-header-group }
|
||||
tbody { display: table-row-group }
|
||||
tfoot { display: table-footer-group }
|
||||
col { display: table-column }
|
||||
colgroup { display: table-column-group }
|
||||
td, th { display: table-cell }
|
||||
caption { display: table-caption }
|
||||
img { display:none}
|
||||
|
||||
h1 { font-size: xx-large; font-weight: bold; }
|
||||
h2 { font-size: x-large; }
|
||||
h3 { font-size: large; font-weight: bold; }
|
||||
h4 { font-size: medium; font-weight: bold; }
|
||||
h5 { font-size: medium; font-style: italic; }
|
||||
h6 { font-size: medium; font-style: italic; }
|
||||
b { font-weight: bold; }
|
||||
i { font-style: italic; }
|
||||
a { font-weight: bold; font-style: italic; }
|
||||
|
||||
center { text-align: center; }
|
3
!NetSurf/Resources/IconNames
Normal file
3
!NetSurf/Resources/IconNames
Normal file
@ -0,0 +1,3 @@
|
||||
# icon numbers
|
||||
INFO_VERSION:6
|
||||
INFO_URL:8
|
26
!NetSurf/Resources/Messages
Normal file
26
!NetSurf/Resources/Messages
Normal file
@ -0,0 +1,26 @@
|
||||
# Menu items
|
||||
# Display
|
||||
MDISPLAY1:Toolbar
|
||||
MDISPLAY2:Antialias
|
||||
# Save
|
||||
MSAVE1:Source
|
||||
MSAVE2:Text
|
||||
MSAVE3:URL
|
||||
# Selection
|
||||
MSELECT1:Copy to clipboard
|
||||
MSELECT2:Clear
|
||||
MSELECT3:Save
|
||||
# Navigate
|
||||
MNAVIG1:Open URL...
|
||||
MNAVIG2:Home
|
||||
MNAVIG3:Back
|
||||
MNAVIG4:Forward
|
||||
MNAVIG5:History
|
||||
# Browser
|
||||
MBROWSE1:Display
|
||||
MBROWSE2:Save
|
||||
MBROWSE3:Selection
|
||||
MBROWSE4:Navigate
|
||||
# Iconbar
|
||||
MICONBAR1:Info
|
||||
MICONBAR2:Quit
|
BIN
!NetSurf/Resources/Templates,fec
Normal file
BIN
!NetSurf/Resources/Templates,fec
Normal file
Binary file not shown.
17
!NetSurf/Resources/bugs.html
Normal file
17
!NetSurf/Resources/bugs.html
Normal file
@ -0,0 +1,17 @@
|
||||
<html>
|
||||
<head>
|
||||
<title>Bugs in NetSurf</title>
|
||||
</head>
|
||||
<body>
|
||||
<center><h1>Known bugs</h1></center>
|
||||
<h3>Memory usage</h3>
|
||||
<p>NetSurf soon runs out of memory. This is because the memory claimed for the parsed HTML and box structures is not released when another page is requested. To get around this drag the <b>Next</b> bar in the <b>Task Manager</b> up to something ridiculous before running <i>NetSurf</i>. When NetSurf runs out of memory it will quit without warning.</p>
|
||||
<h3>Relative links</h3>
|
||||
<p>Following a relative link does not work if the current URL does not end with a leafname or a slash. Eg: <a href="http://www.riscos.com">http://www.riscos.com</a> would cause problems whereas <a href="http://www.riscos.com/">http://www.riscos.com/</a> would not.</p>
|
||||
<h3>Multiple fetches</h3>
|
||||
<p>Multiple fetches (in different windows) don't seem to work yet.</p>
|
||||
<center><h1>Possibly fixed bugs</h1></center>
|
||||
<p>This version includes new table code that should allow <i>NetSurf</i> to work with pages containing malformed tables.</p>
|
||||
<p style="text-align: center"><a href="intro.html">Return to the main page</a></p>
|
||||
</body>
|
||||
</html>
|
29
!NetSurf/Resources/intro.html
Normal file
29
!NetSurf/Resources/intro.html
Normal file
@ -0,0 +1,29 @@
|
||||
<html>
|
||||
<head><title>Welcome to NetSurf</title></head>
|
||||
<body>
|
||||
<p> </p>
|
||||
<center><h1>NetSurf - the RISC OS web browser</h1></center>
|
||||
<p> </p>
|
||||
<p><i>NetSurf</i> is a new web browser for computers running <i>RISC OS</i>.
|
||||
This welcome page needs more work. In the mean time, why not visit the <a href="http://sourceforge.net/projects/netsurf/">SourceForge development area</a>?</p>
|
||||
<p>To use <i>NetSurf</i>, type in a http:// or file:/ URL at the top of the window, then hit Return. Drag with Select or Adjust to highlight text; clicking Select clears any current selection. Click on a link with Select to follow it, or with Adjust to open it in a new window. Links are currently shown in bold and italic rather than the traditional underlined blue.</p>
|
||||
<p>You can now quit <i>NetSurf</i> using the icon bar menu.</p>
|
||||
<p> </p>
|
||||
<table>
|
||||
<tr><td width=50%>
|
||||
<h2>Mailing list</h2>
|
||||
<p>There is a mailing list where you can discuss development (from a user's perspective as well as a programmer's) or point out any bugs you have spotted.</p>
|
||||
<p>To subscribe, send a message to <a href="mailto:netsurf-develop-request@lists.sourceforge.net">netsurf-develop-request@lists.sourceforge.net</a> with the subject <i>subscribe password</i>, replacing <i>password</i> with an identification of your choice. (The password is only used for subsequently configuring your account; it is not secure).</p>
|
||||
</td><td width=50%>
|
||||
<h2>Test pages</h2>
|
||||
<p><a href="http://www.alanwood.net/unicode/latin_extended_a.html">Test for Unicode support</a></p>
|
||||
<p> </p>
|
||||
<h2>Known bugs</h2>
|
||||
<p>Please see the <a href="bugs.html">known bugs page</a>.</p>
|
||||
<p> </p>
|
||||
<h2>Contacting the developers</h2>
|
||||
<p>Details are available from the <a href="http://sourceforge.net/projects/netsurf/">development area</a>.
|
||||
</td></tr>
|
||||
</table>
|
||||
</body>
|
||||
</html>
|
12
!NetSurf/Themes/Default/IconNames
Normal file
12
!NetSurf/Themes/Default/IconNames
Normal file
@ -0,0 +1,12 @@
|
||||
# icon numbers
|
||||
TOOLBAR_FORWARD:1
|
||||
TOOLBAR_URL:2
|
||||
TOOLBAR_THROBBER:3
|
||||
TOOLBAR_STATUS:4
|
||||
TOOLBAR_BACK:5
|
||||
TOOLBAR_RELOAD:10
|
||||
THEME_INFO_NAME:0
|
||||
THEME_INFO_AUTHOR:2
|
||||
THEME_INFO_VERSION:6
|
||||
THEME_INFO_MAILTO:8
|
||||
THEME_INFO_URL:10
|
2
!NetSurf/Themes/Default/IconSizes
Normal file
2
!NetSurf/Themes/Default/IconSizes
Normal file
@ -0,0 +1,2 @@
|
||||
TOOLBAR_2_X1:%0 - 8
|
||||
TOOLBAR_4_X1:%0
|
BIN
!NetSurf/Themes/Default/Sprites,ff9
Normal file
BIN
!NetSurf/Themes/Default/Sprites,ff9
Normal file
Binary file not shown.
BIN
!NetSurf/Themes/Default/Templates,fec
Normal file
BIN
!NetSurf/Themes/Default/Templates,fec
Normal file
Binary file not shown.
4
makefile
4
makefile
@ -1,4 +1,4 @@
|
||||
# $Id: makefile,v 1.7 2002/10/15 10:41:12 monkeyson Exp $
|
||||
# $Id: makefile,v 1.8 2002/10/15 11:09:56 bursa Exp $
|
||||
|
||||
all: !NetSurf/!RunImage,ff8
|
||||
clean:
|
||||
@ -41,5 +41,5 @@ desktop/objs-riscos/%.o: desktop/%.c $(HEADERS)
|
||||
$(CC) $(FLAGS) -o $@ -c $<
|
||||
|
||||
netsurf.zip: !NetSurf/!RunImage,ff8
|
||||
riscos-zip -9vr, netsurf.zip !NetSurf
|
||||
rm netsurf.zip; riscos-zip -9vr, netsurf.zip !NetSurf
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user