From af41e54403c5d30787d53b689f37188beef21c95 Mon Sep 17 00:00:00 2001 From: Chris Young Date: Sat, 11 Oct 2008 21:29:24 +0000 Subject: Distribution files including basic documentation and an alternative icon (drawn by Martin Merz) svn path=/trunk/netsurf/; revision=5539 --- amiga/dist/NetSurf.guide | 49 +++++++++++++++++++++++++++++++++++++++++ amiga/dist/NetSurf.guide.info | Bin 0 -> 6741 bytes amiga/dist/NetSurf.info | Bin 0 -> 2566 bytes amiga/dist/NetSurf_alt.info | Bin 0 -> 11892 bytes amiga/dist/netsurf.readme | 25 +++++++++++++++++++++ amiga/dist/netsurf.readme.info | Bin 0 -> 6238 bytes 6 files changed, 74 insertions(+) create mode 100755 amiga/dist/NetSurf.guide create mode 100644 amiga/dist/NetSurf.guide.info create mode 100644 amiga/dist/NetSurf.info create mode 100644 amiga/dist/NetSurf_alt.info create mode 100755 amiga/dist/netsurf.readme create mode 100644 amiga/dist/netsurf.readme.info (limited to 'amiga/dist') diff --git a/amiga/dist/NetSurf.guide b/amiga/dist/NetSurf.guide new file mode 100755 index 000000000..b341a6ba9 --- /dev/null +++ b/amiga/dist/NetSurf.guide @@ -0,0 +1,49 @@ +@database NetSurf.guide +@author Chris Young +@wordwrap + +@node Main "NetSurf" +@{b}NetSurf@{ub} Amiga-specific documentation +http://www.netsurf-browser.org + +@{"Command line options" link cli} +@{"Options file " link options} +@{"ARexx port " link arexx} +@endnode + +@node cli "Command line options" +NetSurf URL + +Where: + +URL = address of page to open on startup. + +@endnode + +@node options "Options file" +The options file is stored in Resources/Options by default. The following options are specific to the Amiga version although there are other relevant options in the file: + +@{b}url_file@{ub} Path to URL database file +@{b}hotlist_file@{ub} Path to Hotlist file +@{b}use_workbench@{ub} Open NetSurf in a window on Workbench screen (default is to open a custom screen) +@{b}screen_modeid@{ub} Mode ID for NetSurf's custom screen +@{b}toolbar_images@{ub} Path to toolbar images (default is TBImages:, which is AISS - see http://www.masonicons.de) +@{b}no_iframes@{ub} Disable IFrames +@{b}clipboard_write_utf8@{ub} Write UTF-8 strings to the clipboard along with a charset identifier (when this option is 0, NetSurf will convert copied strings to local charset) +@{b}throbber_frames@{ub} Number of frames in Resources/Throbber file (must be a flat image file with first image inactive) +@{b}truecolour_mouse_pointers@{ub} Use 32-bit mouse pointers, when disabled NetSurf will use old-style 4 colour images (see Resources/Pointers) +@{b}os_mouse_pointers@{ub} Don't override default and busy mouse pointers +@{b}always_open_tabs@{ub} Force opening tabs instead of windows (actually swaps the functions so ctrl-click now opens windows and middle mouse button opens tabs) +@{b}new_tab_is_active@{ub} Make new tab the active one +@{b}kiosk_mode@{ub} No gadgets +@{b}recent_file@{ub} Path to file to store recent history list +@endnode + +@node arexx "ARexx port" +NetSurf's ARexx port is called NETSURF. + +Commands are: + +@{b}OPEN URL/A@{ub} Opens URL in a new window +@{b}QUIT@{ub} Quits NetSurf +@endnode diff --git a/amiga/dist/NetSurf.guide.info b/amiga/dist/NetSurf.guide.info new file mode 100644 index 000000000..512531fe9 Binary files /dev/null and b/amiga/dist/NetSurf.guide.info differ diff --git a/amiga/dist/NetSurf.info b/amiga/dist/NetSurf.info new file mode 100644 index 000000000..b59df92c5 Binary files /dev/null and b/amiga/dist/NetSurf.info differ diff --git a/amiga/dist/NetSurf_alt.info b/amiga/dist/NetSurf_alt.info new file mode 100644 index 000000000..a42460e7f Binary files /dev/null and b/amiga/dist/NetSurf_alt.info differ diff --git a/amiga/dist/netsurf.readme b/amiga/dist/netsurf.readme new file mode 100755 index 000000000..d7872b432 --- /dev/null +++ b/amiga/dist/netsurf.readme @@ -0,0 +1,25 @@ +Short: Fast CSS capable web browser +Uploader: chris@unsatisfactorysoftware.co.uk (Chris Young) +Author: NetSurf contributors (OS4 port by Chris Young) +Type: comm/www +Version: 2.0 development (SVN 5484) +Architecture: ppc-amigaos >= 4.0.0 +Requires: AISS + +NOT FOR DISTRIBUTION!!!! + +This is a PREVIEW RELEASE of the OS4 native port of NetSurf. +It is beta software, which means it is unstable and missing +features - use at your own risk! + +This is provided for testing purposes only, to gain feedback +in order to fix bugs for the real release and to prioritise +features. + +Please report bugs to chris@unsatisfactorysoftware.co.uk, +on the Amigans.net forums or +in the bug tracker at http://www.unsatisfactorysoftware.co.uk/bugs +(the bug tracker does not send email notifications, so please also +use one of the other methods or it might not be picked up quickly) + +See http://www.netsurf-browser.org for more information about NetSurf. diff --git a/amiga/dist/netsurf.readme.info b/amiga/dist/netsurf.readme.info new file mode 100644 index 000000000..d6fb397f2 Binary files /dev/null and b/amiga/dist/netsurf.readme.info differ -- cgit v1.2.3