From 33759f1e7b56b9ec682f3b82c878818018e652c8 Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Thu, 6 Nov 2003 15:38:12 +0000 Subject: [project @ 2003-11-06 15:38:12 by jmb] Improve documentation. Now launches HTML docs if it can. Launches text docs otherwise. svn path=/import/netsurf/; revision=405 --- !NetSurf/!Help | 25 --------- !NetSurf/!Help,feb | 2 + !NetSurf/Docs/en/txthelp | 134 +++++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 136 insertions(+), 25 deletions(-) delete mode 100644 !NetSurf/!Help create mode 100644 !NetSurf/!Help,feb create mode 100644 !NetSurf/Docs/en/txthelp (limited to '!NetSurf') diff --git a/!NetSurf/!Help b/!NetSurf/!Help deleted file mode 100644 index 73a51bfe2..000000000 --- a/!NetSurf/!Help +++ /dev/null @@ -1,25 +0,0 @@ -NetSurf -======= - -Name: NetSurf -Purpose: Open source web browser - -Developers: Andrew Poole Graphic/Other Designer - James Bursa Developer (project admin) - James Shaw No specific role (project admin) - Andrew Duffell All-Hands Person - Phil Mellor Developer - John Hoare Developer - Philip Pemberton Developer - -License: GNU General Public License (GPL) -Website: http://netsurf.sf.net/ - - -About -===== -NetSurf is an open-source web browser for RISC OS. Its aim is to bring HTML 4 and CSS standards to the RISC OS platform. - -Getting Started -=============== -Double click on the NetSurf application and the NetSurf icon will appear in the iconbar. To open a browser window left click on the icon. Detailed documentation can be found by following links from the default page that loads and also in the Docs directory. \ No newline at end of file diff --git a/!NetSurf/!Help,feb b/!NetSurf/!Help,feb new file mode 100644 index 000000000..29cc99d28 --- /dev/null +++ b/!NetSurf/!Help,feb @@ -0,0 +1,2 @@ +Set NetSurf$Dir +If "" <> "" Then Filer_Run .Docs.en.index Else Filer_Run .Docs.en.txthelp \ No newline at end of file diff --git a/!NetSurf/Docs/en/txthelp b/!NetSurf/Docs/en/txthelp new file mode 100644 index 000000000..42dbd01ee --- /dev/null +++ b/!NetSurf/Docs/en/txthelp @@ -0,0 +1,134 @@ +NetSurf: The open-source web browser for RISC OS +================================================ + +Introduction +============ + +NetSurf is an open-source web browser for RISC OS. Its aim is to bring the HTML 4 (HyperText Markup Language) and CSS (Cascading Style Sheet) technologies to the RISC OS platform. Currently, NetSurf supports only a fraction of these standards. + +Documentation +============= + + User Information + **************** + + Requirements + ~~~~~~~~~~~~ + NetSurf requires the SharedUnixLibrary (http://www.chocky.org/unix/usage.html) to run. Also, you may need to download the AcornURI module (http://sudden.recoil.org/others/). + + Contacting the developers + ~~~~~~~~~~~~~~~~~~~~~~~~~ + If you want to contribute to the NetSurf project, please see the Developer Information further down this file. + + Before submitting a bug report, please check that you have the latest version and check to see if the bug has already been discovered (see the Known Bugs section). + + Bug reports and questions about NetSurf can be raised in the following forms: + + Mailing List + ------------ + The mailing list (http://lists.sourceforge.net/lists/listinfo/netsurf-develop) is for discussion of NetSurf. If you are interested in NetSurf's development, please subscribe to this list. + + IRC Channel + ----------- + The #netsurf-develop IRC channel on the IRCnet network is also for the discussion of NetSurf. ircnet.demon.co.uk is a suitable server. + + Bug Tracker + ----------- + Please submit any bugs to the bug tracker (http://sourceforge.net/tracker/?group_id=51719&atid=464312). + + Current features & limitations + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + The following features have been implemented: + + Basic HTML 4, including tables + Parts of CSS + Local and HTTP fetching + External CSS files + Memory cache +