From 91f8a679db6211b883ce2a7499728ee2b6a5f2af Mon Sep 17 00:00:00 2001 From: James Bursa Date: Sat, 15 Mar 2003 15:53:20 +0000 Subject: [project @ 2003-03-15 15:53:20 by bursa] MIME types for local files, new test files. svn path=/import/netsurf/; revision=107 --- !NetSurf/Resources/bugs.html | 17 ---------- !NetSurf/Resources/intro,faf | 70 ++++++++++++++++++++++++++++++++++++++++++ !NetSurf/Resources/intro.html | 30 ------------------ !NetSurf/Resources/jpeg,c85 | Bin 0 -> 9900 bytes !NetSurf/Resources/test1,faf | 23 ++++++++++++++ !NetSurf/Resources/text | 1 + 6 files changed, 94 insertions(+), 47 deletions(-) delete mode 100644 !NetSurf/Resources/bugs.html create mode 100644 !NetSurf/Resources/intro,faf delete mode 100644 !NetSurf/Resources/intro.html create mode 100644 !NetSurf/Resources/jpeg,c85 create mode 100644 !NetSurf/Resources/test1,faf create mode 100644 !NetSurf/Resources/text (limited to '!NetSurf/Resources') diff --git a/!NetSurf/Resources/bugs.html b/!NetSurf/Resources/bugs.html deleted file mode 100644 index 325d7f38a..000000000 --- a/!NetSurf/Resources/bugs.html +++ /dev/null @@ -1,17 +0,0 @@ - - - Bugs in NetSurf - - -

Known bugs

-

Memory usage

-

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 Next bar in the Task Manager up to something ridiculous before running NetSurf. When NetSurf runs out of memory it will quit without warning.

-

Relative links

-

Following a relative link does not work if the current URL does not end with a leafname or a slash. Eg: http://www.riscos.com would cause problems whereas http://www.riscos.com/ would not.

-

Multiple fetches

-

Multiple fetches (in different windows) don't seem to work yet.

-

Possibly fixed bugs

-

This version includes new table code that should allow NetSurf to work with pages containing malformed tables.

-

Return to the main page

- - diff --git a/!NetSurf/Resources/intro,faf b/!NetSurf/Resources/intro,faf new file mode 100644 index 000000000..254008216 --- /dev/null +++ b/!NetSurf/Resources/intro,faf @@ -0,0 +1,70 @@ + + +Welcome to NetSurf + + + +

NetSurf - the RISC OS web +browser

+

NetSurf is a new web browser for computers +running RISC OS.

+ +
+

Test Pages

+ +
+ +

Currently Implemented

+ + +

In Progress

+ + +
+ +

Links

+ + +

Mailing List

+

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.

+ +

Libraries

+

NetSurf currently uses the following libraries:

+ + + + + + + +
libxml(XML and HTML parser)
libcurl(HTTP, etc.)
OSLib(C interface to RISC OS SWIs)
+ + + diff --git a/!NetSurf/Resources/intro.html b/!NetSurf/Resources/intro.html deleted file mode 100644 index 9e8e45c2c..000000000 --- a/!NetSurf/Resources/intro.html +++ /dev/null @@ -1,30 +0,0 @@ - -Welcome to NetSurf - -

 

-

NetSurf - the RISC OS web browser

-

 

-

NetSurf is a new web browser for computers running RISC OS. - This welcome page needs more work. In the mean time, why not visit the SourceForge development area?

-

To use NetSurf, 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.

-

You can now quit NetSurf using the icon bar menu.

-

 

- - -
-

Mailing list

-

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.

-

To subscribe, send a message to netsurf-develop-request@lists.sourceforge.net with the subject subscribe password, replacing password with an identification of your choice. (The password is only used for subsequently configuring your account; it is not secure).

-
-

Test pages

-

Test JPEG image

-

Test for Unicode support

-

 

-

Known bugs

-

Please see the known bugs page.

-

 

-

Contacting the developers

-

Details are available from the development area. -

- - diff --git a/!NetSurf/Resources/jpeg,c85 b/!NetSurf/Resources/jpeg,c85 new file mode 100644 index 000000000..cda96192d Binary files /dev/null and b/!NetSurf/Resources/jpeg,c85 differ diff --git a/!NetSurf/Resources/test1,faf b/!NetSurf/Resources/test1,faf new file mode 100644 index 000000000..368afe249 --- /dev/null +++ b/!NetSurf/Resources/test1,faf @@ -0,0 +1,23 @@ + + +Test 1 + + + +

Heading 1

+

Heading 2

+

Heading 3

+

Heading 4

+
Heading 5
+
Heading 6
+ +

Left aligned paragraph. Left aligned paragraph. Left aligned paragraph. Left aligned paragraph. Left aligned paragraph. Left aligned paragraph. Left aligned paragraph. Left aligned paragraph. Left aligned paragraph. Left aligned paragraph.

+ +

Centered paragraph. Centered paragraph. Centered paragraph. Centered paragraph. Centered paragraph. Centered paragraph. Centered paragraph. Centered paragraph. Centered paragraph.

+ +

Right aligned paragraph. Right aligned paragraph. Right aligned paragraph. Right aligned paragraph. Right aligned paragraph. Right aligned paragraph. Right aligned paragraph. Right aligned paragraph. Right aligned paragraph. Right aligned paragraph.

+ + + + diff --git a/!NetSurf/Resources/text b/!NetSurf/Resources/text new file mode 100644 index 000000000..b5da95dfd --- /dev/null +++ b/!NetSurf/Resources/text @@ -0,0 +1 @@ +This is a plain text file. -- cgit v1.2.3