summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Drake <tlsa@netsurf-browser.org>2008-07-30 12:02:10 +0000
committerMichael Drake <tlsa@netsurf-browser.org>2008-07-30 12:02:10 +0000
commitd43f5777e28b04cceef6389792a52e801f057059 (patch)
tree8540e3446f9a84d3faa101125243ac2ee4ff0e3b
parentc6f0bc57656d34db0477236d8891f22355d1ab7e (diff)
downloadnetsurf-d43f5777e28b04cceef6389792a52e801f057059.tar.gz
netsurf-d43f5777e28b04cceef6389792a52e801f057059.tar.bz2
Fix typos, fix libharu address and update homepage setting.
svn path=/trunk/netsurf/; revision=4819
-rw-r--r--Docs/BUILDING-GTK7
-rw-r--r--Docs/PACKAGING-GTK18
2 files changed, 13 insertions, 12 deletions
diff --git a/Docs/BUILDING-GTK b/Docs/BUILDING-GTK
index 58978757b..4285de3e7 100644
--- a/Docs/BUILDING-GTK
+++ b/Docs/BUILDING-GTK
@@ -1,5 +1,5 @@
--------------------------------------------------------------------------------
- Build Instructions for GTK NetSurf 26 July 2008
+ Build Instructions for GTK NetSurf 30 July 2008
--------------------------------------------------------------------------------
This document provides instructions for building the GTK version of NetSurf
@@ -16,7 +16,7 @@
and disable relevant features as you see fit. Some of these options can be
automatically detected and used, and where this is the case they are set to
such. Others cannot be automatically detected from the Makefile, so you will
- either need to install the dependancies, or set them to NO.
+ either need to install the dependencies, or set them to NO.
Once done, to build GTK NetSurf on a UNIX-like platform, simply run:
@@ -86,7 +86,8 @@
currently depend on features that the official version does not have. You
can obtain our patched version from the following Subversion address until
the patches are accepted upstream;
- svn://svn.netsurf-browser.org/branches/adamblokus/libharu/adamblokus
+
+ svn://svn.netsurf-browser.org/branches/libharu/adamblokus
Lemon
-------
diff --git a/Docs/PACKAGING-GTK b/Docs/PACKAGING-GTK
index a8c2ce8e0..5453dff3f 100644
--- a/Docs/PACKAGING-GTK
+++ b/Docs/PACKAGING-GTK
@@ -1,5 +1,5 @@
--------------------------------------------------------------------------------
- Packaging suggestions for NetSurf 28 July 2008
+ Packaging suggestions for NetSurf 30 July 2008
--------------------------------------------------------------------------------
This document lays out some suggestions for people interested in packaging
@@ -18,6 +18,7 @@
functionality such as PDF export, RISC OS Sprite support, SVG rendering etc.
from here should you require a smaller, lighter build.
+
Launching NetSurf
===================
@@ -46,10 +47,10 @@
3. /usr/share/netsurf/
The second one is how the netsurf launcher script controls it. The third
- location is controlled the NETSURF_GTK_RESOURCES option in Makefile.config,
- and this is the recommended way for packagers to change the location it
- searches, as this still allows the user some flexibility in changing what
- NetSurf uses.
+ location is controlled by the NETSURF_GTK_RESOURCES option in
+ Makefile.config, and this is the recommended way for packagers to change
+ the location it searches, as this still allows the user some flexibility in
+ changing what NetSurf uses.
User agent string
@@ -60,7 +61,7 @@
kept in utils/useragent.c - you'll want to change the macro called
NETSURF_UA_FORMAT_STRING. It's processed via sprintf, so keep that in
mind when changing it. The first two printf parameters are major and minor
- version numbers, the second two are OS name (uname -s) and architecure
+ version numbers, the second two are OS name (uname -s) and architecture
(uname -m). You might want change this to something like:
"NetSurf/%d.%d (%s; %s; Debian GNU/Linux)"
@@ -74,9 +75,8 @@
If the user hasn't specified a home page URL in their Preferences, NetSurf
defaults to a "portal" welcome page on http://www.netsurf-browser.org/ - if
- you wish to change this, you need to do it two places currently; in the
- function gui_init2() in gtk/gtk_gui.c and nsgtk_window_home_button_clicked()
- in gtk/gtk_scaffolding.c.
+ you wish to change this, you can do so by editing NETSURF_HOMEPAGE in
+ Makefile.config.
If you make significant changes to NetSurf in your package, please ask your