Fix typos, fix libharu address and update homepage setting.
svn path=/trunk/netsurf/; revision=4819
This commit is contained in:
parent
c6f0bc5765
commit
d43f5777e2
|
@ -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
|
||||
-------
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue