netsurf: branch master updated. release/3.2-550-g5eefe00
by NetSurf Browser Project
Gitweb links:
...log http://git.netsurf-browser.org/netsurf.git/shortlog/5eefe0016384c85d1d094...
...commit http://git.netsurf-browser.org/netsurf.git/commit/5eefe0016384c85d1d09409...
...tree http://git.netsurf-browser.org/netsurf.git/tree/5eefe0016384c85d1d09409d6...
The branch, master has been updated
via 5eefe0016384c85d1d09409d65d79f1f41208adb (commit)
from cdd7f2f950b82dbf1921e6ac9c67ad899ad3e143 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commitdiff http://git.netsurf-browser.org/netsurf.git/commit/?id=5eefe0016384c85d1d0...
commit 5eefe0016384c85d1d09409d65d79f1f41208adb
Author: Vincent Sanders <vince(a)kyllikki.org>
Commit: Vincent Sanders <vince(a)kyllikki.org>
remove unecessary includes from gtk gui
diff --git a/gtk/gui.c b/gtk/gui.c
index 9994911..e652287 100644
--- a/gtk/gui.c
+++ b/gtk/gui.c
@@ -25,30 +25,20 @@
#include <assert.h>
#include <stdbool.h>
-#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <unistd.h>
-#include <limits.h>
-#include <sys/select.h>
#include <sys/stat.h>
#include <sys/types.h>
-#include <gdk/gdkkeysyms.h>
#include <gtk/gtk.h>
-#include <glib.h>
#include "utils/filepath.h"
#include "utils/log.h"
#include "utils/messages.h"
-#include "utils/utf8.h"
#include "utils/utils.h"
#include "utils/file.h"
#include "utils/nsoption.h"
-#include "content/content.h"
-#include "content/fetch.h"
#include "content/fetchers.h"
-#include "content/fetchers/curl.h"
-#include "content/fetchers/resource.h"
#include "content/hlcache.h"
#include "content/urldb.h"
#include "content/backing_store.h"
@@ -57,7 +47,6 @@
#include "desktop/save_pdf.h"
#include "desktop/searchweb.h"
#include "desktop/sslcert_viewer.h"
-#include "desktop/textinput.h"
#include "desktop/tree.h"
#include "desktop/gui_misc.h"
#include "desktop/netsurf.h"
-----------------------------------------------------------------------
Summary of changes:
gtk/gui.c | 11 -----------
1 file changed, 11 deletions(-)
diff --git a/gtk/gui.c b/gtk/gui.c
index 9994911..e652287 100644
--- a/gtk/gui.c
+++ b/gtk/gui.c
@@ -25,30 +25,20 @@
#include <assert.h>
#include <stdbool.h>
-#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <unistd.h>
-#include <limits.h>
-#include <sys/select.h>
#include <sys/stat.h>
#include <sys/types.h>
-#include <gdk/gdkkeysyms.h>
#include <gtk/gtk.h>
-#include <glib.h>
#include "utils/filepath.h"
#include "utils/log.h"
#include "utils/messages.h"
-#include "utils/utf8.h"
#include "utils/utils.h"
#include "utils/file.h"
#include "utils/nsoption.h"
-#include "content/content.h"
-#include "content/fetch.h"
#include "content/fetchers.h"
-#include "content/fetchers/curl.h"
-#include "content/fetchers/resource.h"
#include "content/hlcache.h"
#include "content/urldb.h"
#include "content/backing_store.h"
@@ -57,7 +47,6 @@
#include "desktop/save_pdf.h"
#include "desktop/searchweb.h"
#include "desktop/sslcert_viewer.h"
-#include "desktop/textinput.h"
#include "desktop/tree.h"
#include "desktop/gui_misc.h"
#include "desktop/netsurf.h"
--
NetSurf Browser
8 years, 5 months
netsurf: branch master updated. release/3.2-549-gcdd7f2f
by NetSurf Browser Project
Gitweb links:
...log http://git.netsurf-browser.org/netsurf.git/shortlog/cdd7f2f950b82dbf1921e...
...commit http://git.netsurf-browser.org/netsurf.git/commit/cdd7f2f950b82dbf1921e6a...
...tree http://git.netsurf-browser.org/netsurf.git/tree/cdd7f2f950b82dbf1921e6ac9...
The branch, master has been updated
via cdd7f2f950b82dbf1921e6ac9c67ad899ad3e143 (commit)
from 871c14693e084d4b6ce6ac1786dd08a124185bb6 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commitdiff http://git.netsurf-browser.org/netsurf.git/commit/?id=cdd7f2f950b82dbf192...
commit cdd7f2f950b82dbf1921e6ac9c67ad899ad3e143
Author: Vincent Sanders <vince(a)kyllikki.org>
Commit: Vincent Sanders <vince(a)kyllikki.org>
allow for framebuffer command line parsing to cope with unknown long options
diff --git a/framebuffer/gui.c b/framebuffer/gui.c
index 9f6a798..fab655e 100644
--- a/framebuffer/gui.c
+++ b/framebuffer/gui.c
@@ -22,6 +22,7 @@
#include <sys/ioctl.h>
#include <limits.h>
#include <unistd.h>
+#include <getopt.h>
#include <assert.h>
#include <string.h>
#include <stdbool.h>
@@ -451,6 +452,10 @@ static bool
process_cmdline(int argc, char** argv)
{
int opt;
+ int option_index;
+ static struct option long_options[] = {
+ {0, 0, 0, 0 }
+ }; /* no long options */
LOG(("argc %d, argv %p", argc, argv));
@@ -473,7 +478,8 @@ process_cmdline(int argc, char** argv)
feurl = NETSURF_HOMEPAGE;
}
- while((opt = getopt(argc, argv, "f:b:w:h:")) != -1) {
+ while((opt = getopt_long(argc, argv, "f:b:w:h:",
+ long_options, &option_index)) != -1) {
switch (opt) {
case 'f':
fename = optarg;
-----------------------------------------------------------------------
Summary of changes:
framebuffer/gui.c | 8 +++++++-
1 file changed, 7 insertions(+), 1 deletion(-)
diff --git a/framebuffer/gui.c b/framebuffer/gui.c
index 9f6a798..fab655e 100644
--- a/framebuffer/gui.c
+++ b/framebuffer/gui.c
@@ -22,6 +22,7 @@
#include <sys/ioctl.h>
#include <limits.h>
#include <unistd.h>
+#include <getopt.h>
#include <assert.h>
#include <string.h>
#include <stdbool.h>
@@ -451,6 +452,10 @@ static bool
process_cmdline(int argc, char** argv)
{
int opt;
+ int option_index;
+ static struct option long_options[] = {
+ {0, 0, 0, 0 }
+ }; /* no long options */
LOG(("argc %d, argv %p", argc, argv));
@@ -473,7 +478,8 @@ process_cmdline(int argc, char** argv)
feurl = NETSURF_HOMEPAGE;
}
- while((opt = getopt(argc, argv, "f:b:w:h:")) != -1) {
+ while((opt = getopt_long(argc, argv, "f:b:w:h:",
+ long_options, &option_index)) != -1) {
switch (opt) {
case 'f':
fename = optarg;
--
NetSurf Browser
8 years, 5 months
netsurf: branch master updated. release/3.2-548-g871c146
by NetSurf Browser Project
Gitweb links:
...log http://git.netsurf-browser.org/netsurf.git/shortlog/871c14693e084d4b6ce6a...
...commit http://git.netsurf-browser.org/netsurf.git/commit/871c14693e084d4b6ce6ac1...
...tree http://git.netsurf-browser.org/netsurf.git/tree/871c14693e084d4b6ce6ac178...
The branch, master has been updated
via 871c14693e084d4b6ce6ac1786dd08a124185bb6 (commit)
from 6fa388d862dc5394744e884ab168c70a8918dfbc (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commitdiff http://git.netsurf-browser.org/netsurf.git/commit/?id=871c14693e084d4b6ce...
commit 871c14693e084d4b6ce6ac1786dd08a124185bb6
Author: Vincent Sanders <vince(a)kyllikki.org>
Commit: Vincent Sanders <vince(a)kyllikki.org>
change the framebuffer frontend way of disabling the toolbar
This changes the toolbar disabling from the empty string (which is
impossible to configure) to the q (for quiet) specifier
diff --git a/Docs/USING-Framebuffer b/Docs/USING-Framebuffer
index d09274d..3af8f98 100644
--- a/Docs/USING-Framebuffer
+++ b/Docs/USING-Framebuffer
@@ -96,18 +96,22 @@ Configuring
The layout of the toolbar, layout uses a string to define buttons
type and position each character adds an element to the toolbar:
- b - back
- l - local history
- f - forward
- s - stop
- r - refresh
+ b - Move back in history
+ l - Display the local history
+ f - Move forward in history
+ s - stop fetching content
+ r - refresh content
u - url bar expands to fit remaining space
t - throbber/activity indicator
c - close the current window
+ q - Disable The toolbar altogether
+
+ If the option contains only the q specifier the toolbar is
+ disabled altogether (this was previously the empty string but that
+ was difficult to configure correctly).
The default layout is "blfsrutc" there should be no more than a
- single url bar entry. If the option is set to the empty string (no
- spaces permitted) the toolbar is disabled altogether.
+ single url bar entry.
fb_osk
Whether the on screen keyboard should be enabled for input.
diff --git a/framebuffer/gui.c b/framebuffer/gui.c
index 986c2ae..9f6a798 100644
--- a/framebuffer/gui.c
+++ b/framebuffer/gui.c
@@ -1188,7 +1188,8 @@ create_toolbar(struct gui_window *gw,
itmtype = toolbar_layout;
- if (*itmtype == 0) {
+ /* check for the toolbar being disabled */
+ if ((*itmtype == 0) || (*itmtype == 'q')) {
return NULL;
}
-----------------------------------------------------------------------
Summary of changes:
Docs/USING-Framebuffer | 18 +++++++++++-------
framebuffer/gui.c | 3 ++-
2 files changed, 13 insertions(+), 8 deletions(-)
diff --git a/Docs/USING-Framebuffer b/Docs/USING-Framebuffer
index d09274d..3af8f98 100644
--- a/Docs/USING-Framebuffer
+++ b/Docs/USING-Framebuffer
@@ -96,18 +96,22 @@ Configuring
The layout of the toolbar, layout uses a string to define buttons
type and position each character adds an element to the toolbar:
- b - back
- l - local history
- f - forward
- s - stop
- r - refresh
+ b - Move back in history
+ l - Display the local history
+ f - Move forward in history
+ s - stop fetching content
+ r - refresh content
u - url bar expands to fit remaining space
t - throbber/activity indicator
c - close the current window
+ q - Disable The toolbar altogether
+
+ If the option contains only the q specifier the toolbar is
+ disabled altogether (this was previously the empty string but that
+ was difficult to configure correctly).
The default layout is "blfsrutc" there should be no more than a
- single url bar entry. If the option is set to the empty string (no
- spaces permitted) the toolbar is disabled altogether.
+ single url bar entry.
fb_osk
Whether the on screen keyboard should be enabled for input.
diff --git a/framebuffer/gui.c b/framebuffer/gui.c
index 986c2ae..9f6a798 100644
--- a/framebuffer/gui.c
+++ b/framebuffer/gui.c
@@ -1188,7 +1188,8 @@ create_toolbar(struct gui_window *gw,
itmtype = toolbar_layout;
- if (*itmtype == 0) {
+ /* check for the toolbar being disabled */
+ if ((*itmtype == 0) || (*itmtype == 'q')) {
return NULL;
}
--
NetSurf Browser
8 years, 5 months
netsurf: branch master updated. release/3.2-547-g6fa388d
by NetSurf Browser Project
Gitweb links:
...log http://git.netsurf-browser.org/netsurf.git/shortlog/6fa388d862dc5394744e8...
...commit http://git.netsurf-browser.org/netsurf.git/commit/6fa388d862dc5394744e884...
...tree http://git.netsurf-browser.org/netsurf.git/tree/6fa388d862dc5394744e884ab...
The branch, master has been updated
via 6fa388d862dc5394744e884ab168c70a8918dfbc (commit)
from 959af3dc28308c72373ab49175975f4cbe5500e9 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commitdiff http://git.netsurf-browser.org/netsurf.git/commit/?id=6fa388d862dc5394744...
commit 6fa388d862dc5394744e884ab168c70a8918dfbc
Author: Vincent Sanders <vince(a)kyllikki.org>
Commit: Vincent Sanders <vince(a)kyllikki.org>
Update gtk manpage to mandoc format which is more portable
diff --git a/Docs/netsurf-gtk.1 b/Docs/netsurf-gtk.1
index 59f1df3..6043398 100644
--- a/Docs/netsurf-gtk.1
+++ b/Docs/netsurf-gtk.1
@@ -1,366 +1,281 @@
.\" Hey, EMACS: -*- nroff -*-
-.\" First parameter, NAME, should be all caps
-.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
-.\" other parameters are allowed: see man(7), man(1)
-.TH NETSURF 1 "December 24, 2014"
-.\" Please adjust this date whenever revising the manpage.
+.\" Copyright 2014 Vincent Sanders
.\"
-.\" Some roff macros, for reference:
-.\" .nh disable hyphenation
-.\" .hy enable hyphenation
-.\" .ad l left justify
-.\" .ad b justify to both left and right margins
-.\" .nf disable filling
-.\" .fi enable filling
-.\" .br insert line break
-.\" .sp <n> insert n+1 empty lines
-.\" for manpage-specific macros, see man(7)
-.SH NAME
-netsurf \- A small fast web browser
-.SH SYNOPSIS
-.B netsurf-gtk
-.RI [ options ]
-.RI [ url ]
-.SH DESCRIPTION
-This manual page documents briefly the
-.B netsurf
-browser.
-.PP
-.\" TeX users may be more comfortable with the \fB<whatever>\fP and
-.\" \fI<whatever>\fP escape sequences to invode bold face and italics,
-.\" respectively.
-\fBnetsurf\fP is a small fast web browser. This man page only describes how to run the browser.
-.SH OPTIONS
-This programs follow the usual GNU command line syntax, with long
-options starting with two dashes (`-').
-.PP
-The command line parameters override any options loaded from the users Choices file.
-.PP
-Additionally to these parameters the standard GTK+ options may be passed.
-.PP
-A summary of options is included below.
-.TP
-.B \-v
+.\" Permission is hereby granted, free of charge, to any person obtaining a copy of this man page (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
+.\"
+.\"The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
+.\"
+.\"THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+.Dd December 26, 2014
+.Dt NETSURF 1
+.Os
+.Sh NAME
+.Nm netsurf
+.Nd a small fast web browser
+.Sh SYNOPSIS
+.Nm netsurf-gtk
+.Op Ar options
+.Op Ar url
+.Sh DESCRIPTION
+.Nm
+is a lightweight, fast, standards-compliant web browser.
+This man page only describes how to run the browser.
+.Pp
+The command line parameters override any options loaded from the user's
+.Pa Choices
+file.
+.Pp
+In addition to these parameters the standard GTK+ options may be passed.
+.Pp
+The options are as follows:
+.Bl -tag -width Ds
+.It Fl v
Enable verbose logging.
-.TP
-.B \-\-http_proxy
-Bboolean indicating if the http proxy is being used.
-.TP
-.B \-\-http_proxy_host
+.It Fl -http_proxy
+Boolean indicating if the http proxy is being used.
+.It Fl -http_proxy_host
The http proxy host.
-.TP
-.B \-\-http_proxy_port
+.It Fl -http_proxy_port
The http proxy port.
-.TP
-.B \-\-http_proxy_auth
+.It Fl -http_proxy_auth
The authentication scheme for the http proxy.
-.TP
-.B \-\-http_proxy_auth_user
+.It Fl -http_proxy_auth_user
The authentication schemes user.
-.TP
-.B \-\-http_proxy_auth_pass
+.It Fl -http_proxy_auth_pass
The authentication schemes password.
-.TP
-.B \-\-font_size
+.It Fl -font_size
The default font size to use.
-.TP
-.B \-\-font_min_size
+.It Fl -font_min_size
The minimum font size to use.
-.TP
-.B \-\-font_sans
+.It Fl -font_sans
Family name of the sans serif font.
-.TP
-.B \-\-font_serif
+.It Fl -font_serif
Family name of the serif font.
-.TP
-.B \-\-font_mono
+.It Fl -font_mono
Family name of the monospace font.
-.TP
-.B \-\-font_cursive
+.It Fl -font_cursive
Family name of the cursive font.
-.TP
-.B \-\-font_fantasy
+.It Fl -font_fantasy
Family name of the fantasy font.
-.TP
-.B \-\-accept_language
+.It Fl -accept_language
Languages to accept.
-.TP
-.B \-\-accept_charset
+.It Fl -accept_charset
Character set to accept
-.TP
-.B \-\-memory_cache_size
+.It Fl -memory_cache_size
Maximum memory cache size.
-.TP
-.B \-\-disc_cache_age
+.It Fl -disc_cache_age
Maximum disc cache size.
-.TP
-.B \-\-block_advertisements
+.It Fl -block_advertisements
Boolean to enable ad blocking.
-.TP
-.B \-\-minimum_gif_delay
+.It Fl -minimum_gif_delay
Minimum time between gif frames
-.TP
-.B \-\-send_referer
+.It Fl -send_referer
Boolean controlling whether referrer data should be sent
-.TP
-.B \-\-animate_images
+.It Fl -animate_images
Boolean controlling whether images should be animated.
-.TP
-.B \-\-expire_url
+.It Fl -expire_url
expire url
-.TP
-.B \-\-font_default
+.It Fl -font_default
Default font.
-.TP
-.B \-\-ca_bundle
-ca bundle
-.TP
-.B \-\-ca_path
-ca path
-.TP
-.B \-\-cookie_file
+.It Fl -ca_bundle
+Certificate authority bundle path.
+.It Fl -ca_path
+Certificate authority path
+.It Fl -cookie_file
cookie file
-.TP
-.B \-\-cookie_jar
+.It Fl -cookie_jar
cookie jar
-.TP
-.B \-\-homepage_url
+.It Fl -homepage_url
homepage url
-.TP
-.B \-\-search_url_bar
+.It Fl -search_url_bar
search url bar
-.TP
-.B \-\-search_provider
+.It Fl -search_provider
search provider
-.TP
-.B \-\-url_suggestion
+.It Fl -url_suggestion
url suggestion
-.TP
-.B \-\-window_x
+.It Fl -window_x
The X co-ordinate of the initial window.
-.TP
-.B \-\-window_y
+.It Fl -window_y
The Y co-ordinate of the initial window.
-.TP
-.B \-\-window_width
+.It Fl -window_width
The width of the initial window.
-.TP
-.B \-\-window_height
+.It Fl -window_height
The height of the initial window.
-.TP
-.B \-\-window_screen_width
+.It Fl -window_screen_width
window screen width
-.TP
-.B \-\-window_screen_height
+.It Fl -window_screen_height
window screen height
-.TP
-.B \-\-toolbar_status_size
+.It Fl -toolbar_status_size
toolbar status size
-.TP
-.B \-\-scale
+.It Fl -scale
Initial scale factor.
-.TP
-.B \-\-incremental_reflow
+.It Fl -incremental_reflow
Boolean controlling whether incremental reflow is performed.
-.TP
-.B \-\-min_reflow_period
+.It Fl -min_reflow_period
Minimum time between incremental reflows
-.TP
-.B \-\-core_select_menu
+.It Fl -core_select_menu
core select menu
-.TP
-.B \-\-max_fetchers
+.It Fl -max_fetchers
max fetchers
-.TP
-.B \-\-max_fetchers_per_host
+.It Fl -max_fetchers_per_host
max fetchers per host
-.TP
-.B \-\-max_cached_fetch_handles
+.It Fl -max_cached_fetch_handles
max cached fetch handles
-.TP
-.B \-\-suppress_curl_debug
+.It Fl -suppress_curl_debug
suppress curl debug
-.TP
-.B \-\-target_blank
+.It Fl -target_blank
target blank
-.TP
-.B \-\-button_2_tab
+.It Fl -button_2_tab
button 2 tab
-.TP
-.B \-\-margin_top
+.It Fl -margin_top
margin top
-.TP
-.B \-\-margin_bottom
+.It Fl -margin_bottom
margin bottom
-.TP
-.B \-\-margin_left
+.It Fl -margin_left
margin left
-.TP
-.B \-\-margin_right
+.It Fl -margin_right
margin right
-.TP
-.B \-\-export_scale
+.It Fl -export_scale
export scale
-.TP
-.B \-\-suppress_images
+.It Fl -suppress_images
suppress images
-.TP
-.B \-\-remove_backgrounds
+.It Fl -remove_backgrounds
remove backgrounds
-.TP
-.B \-\-enable_loosening
+.It Fl -enable_loosening
enable loosening
-.TP
-.B \-\-enable_PDF_compression
+.It Fl -enable_PDF_compression
enable PDF compression
-.TP
-.B \-\-enable_PDF_password
+.It Fl -enable_PDF_password
enable_PDF_password
-.TP
-.B \-\-gui_colour_bg_1
+.It Fl -gui_colour_bg_1
gui colour bg_1
-.TP
-.B \-\-gui_colour_fg_1
+.It Fl -gui_colour_fg_1
gui colour fg_1
-.TP
-.B \-\-gui_colour_fg_2
+.It Fl -gui_colour_fg_2
gui colour fg_2
-.TP
-.B \-\-sys_colour_ActiveBorder
+.It Fl -sys_colour_ActiveBorder
Override CSS sys_colour_ActiveBorder colour.
-.TP
-.B \-\-sys_colour_ActiveCaption
+.It Fl -sys_colour_ActiveCaption
Override CSS sys_colour_ActiveCaption colour.
-.TP
-.B \-\-sys_colour_AppWorkspace
+.It Fl -sys_colour_AppWorkspace
Override CSS sys_colour_AppWorkspace colour.
-.TP
-.B \-\-sys_colour_Background
+.It Fl -sys_colour_Background
Override CSS sys_colour_Background colour.
-.TP
-.B \-\-sys_colour_ButtonFace
+.It Fl -sys_colour_ButtonFace
Override CSS sys_colour_ButtonFace colour.
-.TP
-.B \-\-sys_colour_ButtonHighlight
+.It Fl -sys_colour_ButtonHighlight
Override CSS sys_colour_ButtonHighlight colour.
-.TP
-.B \-\-sys_colour_ButtonShadow
+.It Fl -sys_colour_ButtonShadow
Override CSS sys_colour_ButtonShadow colour.
-.TP
-.B \-\-sys_colour_ButtonText
+.It Fl -sys_colour_ButtonText
Override CSS sys_colour_ButtonText colour.
-.TP
-.B \-\-sys_colour_CaptionText
+.It Fl -sys_colour_CaptionText
Override CSS sys_colour_CaptionText colour.
-.TP
-.B \-\-sys_colour_GrayText
+.It Fl -sys_colour_GrayText
Override CSS sys_colour_GrayText colour.
-.TP
-.B \-\-sys_colour_Highlight
+.It Fl -sys_colour_Highlight
Override CSS sys_colour_Highlight colour.
-.TP
-.B \-\-sys_colour_HighlightText
+.It Fl -sys_colour_HighlightText
Override CSS sys_colour_HighlightText colour.
-.TP
-.B \-\-sys_colour_InactiveBorder
+.It Fl -sys_colour_InactiveBorder
Override CSS sys_colour_InactiveBorder colour.
-.TP
-.B \-\-sys_colour_InactiveCaption
+.It Fl -sys_colour_InactiveCaption
Override CSS sys_colour_InactiveCaption colour.
-.TP
-.B \-\-sys_colour_InactiveCaptionText
+.It Fl -sys_colour_InactiveCaptionText
Override CSS sys_colour_InactiveCaptionText colour.
-.TP
-.B \-\-sys_colour_InfoBackground
+.It Fl -sys_colour_InfoBackground
Override CSS sys_colour_InfoBackground colour.
-.TP
-.B \-\-sys_colour_InfoText
+.It Fl -sys_colour_InfoText
Override CSS sys_colour_InfoText colour.
-.TP
-.B \-\-sys_colour_Menu
+.It Fl -sys_colour_Menu
Override CSS sys_colour_Menu colour.
-.TP
-.B \-\-sys_colour_MenuText
+.It Fl -sys_colour_MenuText
Override CSS sys_colour_MenuText colour.
-.TP
-.B \-\-sys_colour_Scrollbar
+.It Fl -sys_colour_Scrollbar
Override CSS sys_colour_Scrollbar colour.
-.TP
-.B \-\-sys_colour_ThreeDDarkShadow
+.It Fl -sys_colour_ThreeDDarkShadow
Override CSS sys_colour_ThreeDDarkShadow colour.
-.TP
-.B \-\-sys_colour_ThreeDFace
+.It Fl -sys_colour_ThreeDFace
Override CSS sys_colour_ThreeDFace colour.
-.TP
-.B \-\-sys_colour_ThreeDHighlight
+.It Fl -sys_colour_ThreeDHighlight
Override CSS sys_colour_ThreeDHighlight colour.
-.TP
-.B \-\-sys_colour_ThreeDLightShadow
+.It Fl -sys_colour_ThreeDLightShadow
Override CSS sys_colour_ThreeDLightShadow colour.
-.TP
-.B \-\-sys_colour_ThreeDShadow
+.It Fl -sys_colour_ThreeDShadow
Override CSS sys_colour_ThreeDShadow colour.
-.TP
-.B \-\-sys_colour_Window
+.It Fl -sys_colour_Window
Override CSS sys_colour_Window colour.
-.TP
-.B \-\-sys_colour_WindowFrame
+.It Fl -sys_colour_WindowFrame
Override CSS sys_colour_WindowFrame colour.
-.TP
-.B \-\-sys_colour_WindowText
+.It Fl -sys_colour_WindowText
Override CSS sys_colour_WindowText colour.
-.TP
-.B \-\-render_resample
+.It Fl -render_resample
render resample
-.TP
-.B \-\-downloads_clear
+.It Fl -downloads_clear
downloads clear
-.TP
-.B \-\-request_overwrite
+.It Fl -request_overwrite
request overwrite
-.TP
-.B \-\-downloads_directory
+.It Fl -downloads_directory
downloads directory
-.TP
-.B \-\-url_file
+.It Fl -url_file
url file
-.TP
-.B \-\-show_single_tab
+.It Fl -show_single_tab
Force tabs to always be show.
-.TP
-.B \-\-button_type
+.It Fl -button_type
button type
-.TP
-.B \-\-disable_popups
+.It Fl -disable_popups
disable popups
-.TP
-.B \-\-disable_plugins
+.It Fl -disable_plugins
disable plugins
-.TP
-.B \-\-history_age
+.It Fl -history_age
history age
-.TP
-.B \-\-hover_urls
+.It Fl -hover_urls
hover urls
-.TP
-.B \-\-focus_new
+.It Fl -focus_new
focus new
-.TP
-.B \-\-new_blank
+.It Fl -new_blank
new blank
-.TP
-.B \-\-hotlist_path
+.It Fl -hotlist_path
hotlist path
-.TP
-.B \-\-source_tab
+.It Fl -source_tab
source tab
-.TP
-.B \-\-current_theme
+.It Fl -current_theme
current theme
-.SH SEE ALSO
-gtk-options(7)
-.SH AUTHOR
-netsurf was written by the netsurf developers.
-.PP
-This manual page was written by Vincent Sanders <vince(a)debian.org>,
-for the Debian project (and may be used by others).
+.Sh FILES
+.Bl -item -width HOMEconfignetsurfChoicesxxxx
+.It
+.Pa $HOME/.config/netsurf/Choices
+.It
+.Pa $HOME/.config/netsurf/Hotlist
+.El
+.Sh SEE ALSO
+.Xr gtk-options 7
+.Sh STANDARDS
+.Rs
+.%D December 3, 2014
+.%I Web Hypertext Application Technology Working Group
+.%T HTML Living Standard
+.%U https://html.spec.whatwg.org/multipage/
+.Re
+.Pp
+.Rs
+.%D June 7, 2011
+.%I World Wide Web Consortium
+.%T Cascading Style Sheets Level 2 Revision 1 (CSS 2.1) Specification
+.%U http://www.w3.org/TR/CSS21/
+.Re
+.Pp
+.Rs
+.%D December 17, 2014
+.%I Web Hypertext Application Technology Working Group
+.%T Document Object Model Living Standard
+.%U https://dom.spec.whatwg.org/
+.Re
+.Sh AUTHORS
+Authorship information for
+.Nm
+is available at the project homepage,
+.Lk http://www.netsurf-browser.org/
+.Pp
+This manual page was written by
+.An Vincent Sanders Aq Mt vince(a)netsurf-browser.org
-----------------------------------------------------------------------
Summary of changes:
Docs/netsurf-gtk.1 | 437 +++++++++++++++++++++-------------------------------
1 file changed, 176 insertions(+), 261 deletions(-)
diff --git a/Docs/netsurf-gtk.1 b/Docs/netsurf-gtk.1
index 59f1df3..6043398 100644
--- a/Docs/netsurf-gtk.1
+++ b/Docs/netsurf-gtk.1
@@ -1,366 +1,281 @@
.\" Hey, EMACS: -*- nroff -*-
-.\" First parameter, NAME, should be all caps
-.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
-.\" other parameters are allowed: see man(7), man(1)
-.TH NETSURF 1 "December 24, 2014"
-.\" Please adjust this date whenever revising the manpage.
+.\" Copyright 2014 Vincent Sanders
.\"
-.\" Some roff macros, for reference:
-.\" .nh disable hyphenation
-.\" .hy enable hyphenation
-.\" .ad l left justify
-.\" .ad b justify to both left and right margins
-.\" .nf disable filling
-.\" .fi enable filling
-.\" .br insert line break
-.\" .sp <n> insert n+1 empty lines
-.\" for manpage-specific macros, see man(7)
-.SH NAME
-netsurf \- A small fast web browser
-.SH SYNOPSIS
-.B netsurf-gtk
-.RI [ options ]
-.RI [ url ]
-.SH DESCRIPTION
-This manual page documents briefly the
-.B netsurf
-browser.
-.PP
-.\" TeX users may be more comfortable with the \fB<whatever>\fP and
-.\" \fI<whatever>\fP escape sequences to invode bold face and italics,
-.\" respectively.
-\fBnetsurf\fP is a small fast web browser. This man page only describes how to run the browser.
-.SH OPTIONS
-This programs follow the usual GNU command line syntax, with long
-options starting with two dashes (`-').
-.PP
-The command line parameters override any options loaded from the users Choices file.
-.PP
-Additionally to these parameters the standard GTK+ options may be passed.
-.PP
-A summary of options is included below.
-.TP
-.B \-v
+.\" Permission is hereby granted, free of charge, to any person obtaining a copy of this man page (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
+.\"
+.\"The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
+.\"
+.\"THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+.Dd December 26, 2014
+.Dt NETSURF 1
+.Os
+.Sh NAME
+.Nm netsurf
+.Nd a small fast web browser
+.Sh SYNOPSIS
+.Nm netsurf-gtk
+.Op Ar options
+.Op Ar url
+.Sh DESCRIPTION
+.Nm
+is a lightweight, fast, standards-compliant web browser.
+This man page only describes how to run the browser.
+.Pp
+The command line parameters override any options loaded from the user's
+.Pa Choices
+file.
+.Pp
+In addition to these parameters the standard GTK+ options may be passed.
+.Pp
+The options are as follows:
+.Bl -tag -width Ds
+.It Fl v
Enable verbose logging.
-.TP
-.B \-\-http_proxy
-Bboolean indicating if the http proxy is being used.
-.TP
-.B \-\-http_proxy_host
+.It Fl -http_proxy
+Boolean indicating if the http proxy is being used.
+.It Fl -http_proxy_host
The http proxy host.
-.TP
-.B \-\-http_proxy_port
+.It Fl -http_proxy_port
The http proxy port.
-.TP
-.B \-\-http_proxy_auth
+.It Fl -http_proxy_auth
The authentication scheme for the http proxy.
-.TP
-.B \-\-http_proxy_auth_user
+.It Fl -http_proxy_auth_user
The authentication schemes user.
-.TP
-.B \-\-http_proxy_auth_pass
+.It Fl -http_proxy_auth_pass
The authentication schemes password.
-.TP
-.B \-\-font_size
+.It Fl -font_size
The default font size to use.
-.TP
-.B \-\-font_min_size
+.It Fl -font_min_size
The minimum font size to use.
-.TP
-.B \-\-font_sans
+.It Fl -font_sans
Family name of the sans serif font.
-.TP
-.B \-\-font_serif
+.It Fl -font_serif
Family name of the serif font.
-.TP
-.B \-\-font_mono
+.It Fl -font_mono
Family name of the monospace font.
-.TP
-.B \-\-font_cursive
+.It Fl -font_cursive
Family name of the cursive font.
-.TP
-.B \-\-font_fantasy
+.It Fl -font_fantasy
Family name of the fantasy font.
-.TP
-.B \-\-accept_language
+.It Fl -accept_language
Languages to accept.
-.TP
-.B \-\-accept_charset
+.It Fl -accept_charset
Character set to accept
-.TP
-.B \-\-memory_cache_size
+.It Fl -memory_cache_size
Maximum memory cache size.
-.TP
-.B \-\-disc_cache_age
+.It Fl -disc_cache_age
Maximum disc cache size.
-.TP
-.B \-\-block_advertisements
+.It Fl -block_advertisements
Boolean to enable ad blocking.
-.TP
-.B \-\-minimum_gif_delay
+.It Fl -minimum_gif_delay
Minimum time between gif frames
-.TP
-.B \-\-send_referer
+.It Fl -send_referer
Boolean controlling whether referrer data should be sent
-.TP
-.B \-\-animate_images
+.It Fl -animate_images
Boolean controlling whether images should be animated.
-.TP
-.B \-\-expire_url
+.It Fl -expire_url
expire url
-.TP
-.B \-\-font_default
+.It Fl -font_default
Default font.
-.TP
-.B \-\-ca_bundle
-ca bundle
-.TP
-.B \-\-ca_path
-ca path
-.TP
-.B \-\-cookie_file
+.It Fl -ca_bundle
+Certificate authority bundle path.
+.It Fl -ca_path
+Certificate authority path
+.It Fl -cookie_file
cookie file
-.TP
-.B \-\-cookie_jar
+.It Fl -cookie_jar
cookie jar
-.TP
-.B \-\-homepage_url
+.It Fl -homepage_url
homepage url
-.TP
-.B \-\-search_url_bar
+.It Fl -search_url_bar
search url bar
-.TP
-.B \-\-search_provider
+.It Fl -search_provider
search provider
-.TP
-.B \-\-url_suggestion
+.It Fl -url_suggestion
url suggestion
-.TP
-.B \-\-window_x
+.It Fl -window_x
The X co-ordinate of the initial window.
-.TP
-.B \-\-window_y
+.It Fl -window_y
The Y co-ordinate of the initial window.
-.TP
-.B \-\-window_width
+.It Fl -window_width
The width of the initial window.
-.TP
-.B \-\-window_height
+.It Fl -window_height
The height of the initial window.
-.TP
-.B \-\-window_screen_width
+.It Fl -window_screen_width
window screen width
-.TP
-.B \-\-window_screen_height
+.It Fl -window_screen_height
window screen height
-.TP
-.B \-\-toolbar_status_size
+.It Fl -toolbar_status_size
toolbar status size
-.TP
-.B \-\-scale
+.It Fl -scale
Initial scale factor.
-.TP
-.B \-\-incremental_reflow
+.It Fl -incremental_reflow
Boolean controlling whether incremental reflow is performed.
-.TP
-.B \-\-min_reflow_period
+.It Fl -min_reflow_period
Minimum time between incremental reflows
-.TP
-.B \-\-core_select_menu
+.It Fl -core_select_menu
core select menu
-.TP
-.B \-\-max_fetchers
+.It Fl -max_fetchers
max fetchers
-.TP
-.B \-\-max_fetchers_per_host
+.It Fl -max_fetchers_per_host
max fetchers per host
-.TP
-.B \-\-max_cached_fetch_handles
+.It Fl -max_cached_fetch_handles
max cached fetch handles
-.TP
-.B \-\-suppress_curl_debug
+.It Fl -suppress_curl_debug
suppress curl debug
-.TP
-.B \-\-target_blank
+.It Fl -target_blank
target blank
-.TP
-.B \-\-button_2_tab
+.It Fl -button_2_tab
button 2 tab
-.TP
-.B \-\-margin_top
+.It Fl -margin_top
margin top
-.TP
-.B \-\-margin_bottom
+.It Fl -margin_bottom
margin bottom
-.TP
-.B \-\-margin_left
+.It Fl -margin_left
margin left
-.TP
-.B \-\-margin_right
+.It Fl -margin_right
margin right
-.TP
-.B \-\-export_scale
+.It Fl -export_scale
export scale
-.TP
-.B \-\-suppress_images
+.It Fl -suppress_images
suppress images
-.TP
-.B \-\-remove_backgrounds
+.It Fl -remove_backgrounds
remove backgrounds
-.TP
-.B \-\-enable_loosening
+.It Fl -enable_loosening
enable loosening
-.TP
-.B \-\-enable_PDF_compression
+.It Fl -enable_PDF_compression
enable PDF compression
-.TP
-.B \-\-enable_PDF_password
+.It Fl -enable_PDF_password
enable_PDF_password
-.TP
-.B \-\-gui_colour_bg_1
+.It Fl -gui_colour_bg_1
gui colour bg_1
-.TP
-.B \-\-gui_colour_fg_1
+.It Fl -gui_colour_fg_1
gui colour fg_1
-.TP
-.B \-\-gui_colour_fg_2
+.It Fl -gui_colour_fg_2
gui colour fg_2
-.TP
-.B \-\-sys_colour_ActiveBorder
+.It Fl -sys_colour_ActiveBorder
Override CSS sys_colour_ActiveBorder colour.
-.TP
-.B \-\-sys_colour_ActiveCaption
+.It Fl -sys_colour_ActiveCaption
Override CSS sys_colour_ActiveCaption colour.
-.TP
-.B \-\-sys_colour_AppWorkspace
+.It Fl -sys_colour_AppWorkspace
Override CSS sys_colour_AppWorkspace colour.
-.TP
-.B \-\-sys_colour_Background
+.It Fl -sys_colour_Background
Override CSS sys_colour_Background colour.
-.TP
-.B \-\-sys_colour_ButtonFace
+.It Fl -sys_colour_ButtonFace
Override CSS sys_colour_ButtonFace colour.
-.TP
-.B \-\-sys_colour_ButtonHighlight
+.It Fl -sys_colour_ButtonHighlight
Override CSS sys_colour_ButtonHighlight colour.
-.TP
-.B \-\-sys_colour_ButtonShadow
+.It Fl -sys_colour_ButtonShadow
Override CSS sys_colour_ButtonShadow colour.
-.TP
-.B \-\-sys_colour_ButtonText
+.It Fl -sys_colour_ButtonText
Override CSS sys_colour_ButtonText colour.
-.TP
-.B \-\-sys_colour_CaptionText
+.It Fl -sys_colour_CaptionText
Override CSS sys_colour_CaptionText colour.
-.TP
-.B \-\-sys_colour_GrayText
+.It Fl -sys_colour_GrayText
Override CSS sys_colour_GrayText colour.
-.TP
-.B \-\-sys_colour_Highlight
+.It Fl -sys_colour_Highlight
Override CSS sys_colour_Highlight colour.
-.TP
-.B \-\-sys_colour_HighlightText
+.It Fl -sys_colour_HighlightText
Override CSS sys_colour_HighlightText colour.
-.TP
-.B \-\-sys_colour_InactiveBorder
+.It Fl -sys_colour_InactiveBorder
Override CSS sys_colour_InactiveBorder colour.
-.TP
-.B \-\-sys_colour_InactiveCaption
+.It Fl -sys_colour_InactiveCaption
Override CSS sys_colour_InactiveCaption colour.
-.TP
-.B \-\-sys_colour_InactiveCaptionText
+.It Fl -sys_colour_InactiveCaptionText
Override CSS sys_colour_InactiveCaptionText colour.
-.TP
-.B \-\-sys_colour_InfoBackground
+.It Fl -sys_colour_InfoBackground
Override CSS sys_colour_InfoBackground colour.
-.TP
-.B \-\-sys_colour_InfoText
+.It Fl -sys_colour_InfoText
Override CSS sys_colour_InfoText colour.
-.TP
-.B \-\-sys_colour_Menu
+.It Fl -sys_colour_Menu
Override CSS sys_colour_Menu colour.
-.TP
-.B \-\-sys_colour_MenuText
+.It Fl -sys_colour_MenuText
Override CSS sys_colour_MenuText colour.
-.TP
-.B \-\-sys_colour_Scrollbar
+.It Fl -sys_colour_Scrollbar
Override CSS sys_colour_Scrollbar colour.
-.TP
-.B \-\-sys_colour_ThreeDDarkShadow
+.It Fl -sys_colour_ThreeDDarkShadow
Override CSS sys_colour_ThreeDDarkShadow colour.
-.TP
-.B \-\-sys_colour_ThreeDFace
+.It Fl -sys_colour_ThreeDFace
Override CSS sys_colour_ThreeDFace colour.
-.TP
-.B \-\-sys_colour_ThreeDHighlight
+.It Fl -sys_colour_ThreeDHighlight
Override CSS sys_colour_ThreeDHighlight colour.
-.TP
-.B \-\-sys_colour_ThreeDLightShadow
+.It Fl -sys_colour_ThreeDLightShadow
Override CSS sys_colour_ThreeDLightShadow colour.
-.TP
-.B \-\-sys_colour_ThreeDShadow
+.It Fl -sys_colour_ThreeDShadow
Override CSS sys_colour_ThreeDShadow colour.
-.TP
-.B \-\-sys_colour_Window
+.It Fl -sys_colour_Window
Override CSS sys_colour_Window colour.
-.TP
-.B \-\-sys_colour_WindowFrame
+.It Fl -sys_colour_WindowFrame
Override CSS sys_colour_WindowFrame colour.
-.TP
-.B \-\-sys_colour_WindowText
+.It Fl -sys_colour_WindowText
Override CSS sys_colour_WindowText colour.
-.TP
-.B \-\-render_resample
+.It Fl -render_resample
render resample
-.TP
-.B \-\-downloads_clear
+.It Fl -downloads_clear
downloads clear
-.TP
-.B \-\-request_overwrite
+.It Fl -request_overwrite
request overwrite
-.TP
-.B \-\-downloads_directory
+.It Fl -downloads_directory
downloads directory
-.TP
-.B \-\-url_file
+.It Fl -url_file
url file
-.TP
-.B \-\-show_single_tab
+.It Fl -show_single_tab
Force tabs to always be show.
-.TP
-.B \-\-button_type
+.It Fl -button_type
button type
-.TP
-.B \-\-disable_popups
+.It Fl -disable_popups
disable popups
-.TP
-.B \-\-disable_plugins
+.It Fl -disable_plugins
disable plugins
-.TP
-.B \-\-history_age
+.It Fl -history_age
history age
-.TP
-.B \-\-hover_urls
+.It Fl -hover_urls
hover urls
-.TP
-.B \-\-focus_new
+.It Fl -focus_new
focus new
-.TP
-.B \-\-new_blank
+.It Fl -new_blank
new blank
-.TP
-.B \-\-hotlist_path
+.It Fl -hotlist_path
hotlist path
-.TP
-.B \-\-source_tab
+.It Fl -source_tab
source tab
-.TP
-.B \-\-current_theme
+.It Fl -current_theme
current theme
-.SH SEE ALSO
-gtk-options(7)
-.SH AUTHOR
-netsurf was written by the netsurf developers.
-.PP
-This manual page was written by Vincent Sanders <vince(a)debian.org>,
-for the Debian project (and may be used by others).
+.Sh FILES
+.Bl -item -width HOMEconfignetsurfChoicesxxxx
+.It
+.Pa $HOME/.config/netsurf/Choices
+.It
+.Pa $HOME/.config/netsurf/Hotlist
+.El
+.Sh SEE ALSO
+.Xr gtk-options 7
+.Sh STANDARDS
+.Rs
+.%D December 3, 2014
+.%I Web Hypertext Application Technology Working Group
+.%T HTML Living Standard
+.%U https://html.spec.whatwg.org/multipage/
+.Re
+.Pp
+.Rs
+.%D June 7, 2011
+.%I World Wide Web Consortium
+.%T Cascading Style Sheets Level 2 Revision 1 (CSS 2.1) Specification
+.%U http://www.w3.org/TR/CSS21/
+.Re
+.Pp
+.Rs
+.%D December 17, 2014
+.%I Web Hypertext Application Technology Working Group
+.%T Document Object Model Living Standard
+.%U https://dom.spec.whatwg.org/
+.Re
+.Sh AUTHORS
+Authorship information for
+.Nm
+is available at the project homepage,
+.Lk http://www.netsurf-browser.org/
+.Pp
+This manual page was written by
+.An Vincent Sanders Aq Mt vince(a)netsurf-browser.org
--
NetSurf Browser
8 years, 5 months
netsurf: branch master updated. release/3.2-546-g959af3d
by NetSurf Browser Project
Gitweb links:
...log http://git.netsurf-browser.org/netsurf.git/shortlog/959af3dc28308c72373ab...
...commit http://git.netsurf-browser.org/netsurf.git/commit/959af3dc28308c72373ab49...
...tree http://git.netsurf-browser.org/netsurf.git/tree/959af3dc28308c72373ab4917...
The branch, master has been updated
via 959af3dc28308c72373ab49175975f4cbe5500e9 (commit)
from b2533b56729fbcafc63736012b031f040dcffd21 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commitdiff http://git.netsurf-browser.org/netsurf.git/commit/?id=959af3dc28308c72373...
commit 959af3dc28308c72373ab49175975f4cbe5500e9
Author: Vincent Sanders <vince(a)kyllikki.org>
Commit: Vincent Sanders <vince(a)kyllikki.org>
Add XDG desktop file for GTK frontend
The XDG spec allows for software to specify how it is executed and
presented in a graphical environment by using a desktop file
http://standards.freedesktop.org/desktop-entry-spec/latest/
This version is taken from my Debian packaging but should be useful
for other operating systems.
diff --git a/gtk/res/netsurf-gtk.desktop b/gtk/res/netsurf-gtk.desktop
new file mode 100644
index 0000000..4c21d55
--- /dev/null
+++ b/gtk/res/netsurf-gtk.desktop
@@ -0,0 +1,68 @@
+[Desktop Entry]
+Name=NetSurf Web Browser
+Name[ca]=Navegador web NetSurf
+Name[cs]=NetSurf Webový prohlížeč
+Name[es]=Navegador web NetSurf
+Name[fa]=مرورگر اینترنتی NetSurf
+Name[fi]=NetSurf-selain
+Name[fr]=Navigateur Web NetSurf
+Name[hu]=NetSurf webböngésző
+Name[it]=NetSurf Browser Web
+Name[ja]=NetSurf ウェブ・ブラウザ
+Name[ko]=NetSurf 웹 브라우저
+Name[nb]=NetSurf Nettleser
+Name[nl]=NetSurf webbrowser
+Name[nn]=NetSurf Nettlesar
+Name[no]=NetSurf Nettleser
+Name[pl]=Przeglądarka WWW NetSurf
+Name[pt]=NetSurf Navegador Web
+Name[pt_BR]=Navegador Web NetSurf
+Name[sk]=Internetový prehliadač NetSurf
+Comment=Browse the World Wide Web
+Comment[ca]=Navegueu per el web
+Comment[cs]=Prohlížení stránek World Wide Webu
+Comment[de]=Im Internet surfen
+Comment[es]=Navegue por la web
+Comment[fa]=صفحات شبکه جهانی اینترنت را مرور نمایید
+Comment[fi]=Selaa Internetin WWW-sivuja
+Comment[fr]=Navigue sur Internet
+Comment[hu]=A világháló böngészése
+Comment[it]=Esplora il web
+Comment[ja]=ウェブを閲覧します
+Comment[ko]=웹을 돌아 다닙니다
+Comment[nb]=Surf på nettet
+Comment[nl]=Verken het internet
+Comment[nn]=Surf på nettet
+Comment[no]=Surf på nettet
+Comment[pl]=Przeglądanie stron WWW
+Comment[pt]=Navegue na Internet
+Comment[pt_BR]=Navegue na Internet
+Comment[sk]=Prehliadanie internetu
+GenericName=Web Browser
+GenericName[ca]=Navegador web
+GenericName[cs]=Webový prohlížeč
+GenericName[es]=Navegador web
+GenericName[fa]=مرورگر اینترنتی
+GenericName[fi]=WWW-selain
+GenericName[fr]=Navigateur Web
+GenericName[hu]=Webböngésző
+GenericName[it]=Browser Web
+GenericName[ja]=ウェブ・ブラウザ
+GenericName[ko]=웹 브라우저
+GenericName[nb]=Nettleser
+GenericName[nl]=Webbrowser
+GenericName[nn]=Nettlesar
+GenericName[no]=Nettleser
+GenericName[pl]=Przeglądarka WWW
+GenericName[pt]=Navegador Web
+GenericName[pt_BR]=Navegador Web
+GenericName[sk]=Internetový prehliadač
+Exec=netsurf-gtk %u
+Terminal=false
+X-MultipleArgs=false
+Type=Application
+Icon=netsurf.png
+Categories=Network;
+MimeType=text/html;text/xml;application/xhtml+xml;application/xml;image/gif;image/jpeg;image/png
+StartupWMClass=NetSurf-bin
+StartupNotify=true
-----------------------------------------------------------------------
Summary of changes:
gtk/res/netsurf-gtk.desktop | 68 +++++++++++++++++++++++++++++++++++++++++++
1 file changed, 68 insertions(+)
create mode 100644 gtk/res/netsurf-gtk.desktop
diff --git a/gtk/res/netsurf-gtk.desktop b/gtk/res/netsurf-gtk.desktop
new file mode 100644
index 0000000..4c21d55
--- /dev/null
+++ b/gtk/res/netsurf-gtk.desktop
@@ -0,0 +1,68 @@
+[Desktop Entry]
+Name=NetSurf Web Browser
+Name[ca]=Navegador web NetSurf
+Name[cs]=NetSurf Webový prohlížeč
+Name[es]=Navegador web NetSurf
+Name[fa]=مرورگر اینترنتی NetSurf
+Name[fi]=NetSurf-selain
+Name[fr]=Navigateur Web NetSurf
+Name[hu]=NetSurf webböngésző
+Name[it]=NetSurf Browser Web
+Name[ja]=NetSurf ウェブ・ブラウザ
+Name[ko]=NetSurf 웹 브라우저
+Name[nb]=NetSurf Nettleser
+Name[nl]=NetSurf webbrowser
+Name[nn]=NetSurf Nettlesar
+Name[no]=NetSurf Nettleser
+Name[pl]=Przeglądarka WWW NetSurf
+Name[pt]=NetSurf Navegador Web
+Name[pt_BR]=Navegador Web NetSurf
+Name[sk]=Internetový prehliadač NetSurf
+Comment=Browse the World Wide Web
+Comment[ca]=Navegueu per el web
+Comment[cs]=Prohlížení stránek World Wide Webu
+Comment[de]=Im Internet surfen
+Comment[es]=Navegue por la web
+Comment[fa]=صفحات شبکه جهانی اینترنت را مرور نمایید
+Comment[fi]=Selaa Internetin WWW-sivuja
+Comment[fr]=Navigue sur Internet
+Comment[hu]=A világháló böngészése
+Comment[it]=Esplora il web
+Comment[ja]=ウェブを閲覧します
+Comment[ko]=웹을 돌아 다닙니다
+Comment[nb]=Surf på nettet
+Comment[nl]=Verken het internet
+Comment[nn]=Surf på nettet
+Comment[no]=Surf på nettet
+Comment[pl]=Przeglądanie stron WWW
+Comment[pt]=Navegue na Internet
+Comment[pt_BR]=Navegue na Internet
+Comment[sk]=Prehliadanie internetu
+GenericName=Web Browser
+GenericName[ca]=Navegador web
+GenericName[cs]=Webový prohlížeč
+GenericName[es]=Navegador web
+GenericName[fa]=مرورگر اینترنتی
+GenericName[fi]=WWW-selain
+GenericName[fr]=Navigateur Web
+GenericName[hu]=Webböngésző
+GenericName[it]=Browser Web
+GenericName[ja]=ウェブ・ブラウザ
+GenericName[ko]=웹 브라우저
+GenericName[nb]=Nettleser
+GenericName[nl]=Webbrowser
+GenericName[nn]=Nettlesar
+GenericName[no]=Nettleser
+GenericName[pl]=Przeglądarka WWW
+GenericName[pt]=Navegador Web
+GenericName[pt_BR]=Navegador Web
+GenericName[sk]=Internetový prehliadač
+Exec=netsurf-gtk %u
+Terminal=false
+X-MultipleArgs=false
+Type=Application
+Icon=netsurf.png
+Categories=Network;
+MimeType=text/html;text/xml;application/xhtml+xml;application/xml;image/gif;image/jpeg;image/png
+StartupWMClass=NetSurf-bin
+StartupNotify=true
--
NetSurf Browser
8 years, 5 months
netsurf: branch master updated. release/3.2-545-gb2533b5
by NetSurf Browser Project
Gitweb links:
...log http://git.netsurf-browser.org/netsurf.git/shortlog/b2533b56729fbcafc6373...
...commit http://git.netsurf-browser.org/netsurf.git/commit/b2533b56729fbcafc637360...
...tree http://git.netsurf-browser.org/netsurf.git/tree/b2533b56729fbcafc63736012...
The branch, master has been updated
via b2533b56729fbcafc63736012b031f040dcffd21 (commit)
from e467077a21843f030749319f0ab591d5cc67c30b (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commitdiff http://git.netsurf-browser.org/netsurf.git/commit/?id=b2533b56729fbcafc63...
commit b2533b56729fbcafc63736012b031f040dcffd21
Author: Vincent Sanders <vince(a)kyllikki.org>
Commit: Vincent Sanders <vince(a)kyllikki.org>
Add man pages for framebuffer and gtk frontends
These man pages are for the command line options of the gtk and fb
binaries. They are taken from my Debian packaging but spell checked
and cleaned up slightly.
They use the default Linux an.tmac macro package and not the BSD mdoc
macros which may make them unsuitable for direct usage in BSD
packaging.
diff --git a/Docs/netsurf-fb.1 b/Docs/netsurf-fb.1
new file mode 100644
index 0000000..e4c3100
--- /dev/null
+++ b/Docs/netsurf-fb.1
@@ -0,0 +1,362 @@
+.\" Hey, EMACS: -*- nroff -*-
+.\" First parameter, NAME, should be all caps
+.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
+.\" other parameters are allowed: see man(7), man(1)
+.TH NETSURF 1 "December 24, 2014"
+.\" Please adjust this date whenever revising the manpage.
+.\"
+.\" Some roff macros, for reference:
+.\" .nh disable hyphenation
+.\" .hy enable hyphenation
+.\" .ad l left justify
+.\" .ad b justify to both left and right margins
+.\" .nf disable filling
+.\" .fi enable filling
+.\" .br insert line break
+.\" .sp <n> insert n+1 empty lines
+.\" for manpage-specific macros, see man(7)
+.SH NAME
+netsurf \- A small fast web browser
+.SH SYNOPSIS
+.B netsurf-fb
+.RI [ options ]
+.RI [ url ]
+.SH DESCRIPTION
+This manual page documents briefly the
+.B netsurf
+browser.
+.PP
+.\" TeX users may be more comfortable with the \fB<whatever>\fP and
+.\" \fI<whatever>\fP escape sequences to invode bold face and italics,
+.\" respectively.
+\fBnetsurf\fP is a small fast web browser. This man page only describes how to run the browser.
+.SH OPTIONS
+This programs follow the usual GNU command line syntax, with long
+options starting with two dashes (`-').
+.PP
+The command line parameters override any options loaded from the users Choices file.
+.PP
+A summary of options is included below.
+.TP
+.B \-v
+Enable verbose logging.
+.TP
+.B \-\-http_proxy
+Bboolean indicating if the http proxy is being used.
+.TP
+.B \-\-http_proxy_host
+The http proxy host.
+.TP
+.B \-\-http_proxy_port
+The http proxy port.
+.TP
+.B \-\-http_proxy_auth
+The authentication scheme for the http proxy.
+.TP
+.B \-\-http_proxy_auth_user
+The authentication schemes user.
+.TP
+.B \-\-http_proxy_auth_pass
+The authentication schemes password.
+.TP
+.B \-\-font_size
+The default font size to use.
+.TP
+.B \-\-font_min_size
+The minimum font size to use.
+.TP
+.B \-\-font_sans
+Family name of the sans serif font.
+.TP
+.B \-\-font_serif
+Family name of the serif font.
+.TP
+.B \-\-font_mono
+Family name of the monospace font.
+.TP
+.B \-\-font_cursive
+Family name of the cursive font.
+.TP
+.B \-\-font_fantasy
+Family name of the fantasy font.
+.TP
+.B \-\-accept_language
+Languages to accept.
+.TP
+.B \-\-accept_charset
+Character set to accept
+.TP
+.B \-\-memory_cache_size
+Maximum memory cache size.
+.TP
+.B \-\-disc_cache_age
+Maximum disc cache size.
+.TP
+.B \-\-block_advertisements
+Boolean to enable ad blocking.
+.TP
+.B \-\-minimum_gif_delay
+Minimum time between gif frames
+.TP
+.B \-\-send_referer
+Boolean controlling whether referer data should be sent
+.TP
+.B \-\-animate_images
+Boolean controlling whether images should be animated.
+.TP
+.B \-\-expire_url
+expire url
+.TP
+.B \-\-font_default
+Default font.
+.TP
+.B \-\-ca_bundle
+ca bundle
+.TP
+.B \-\-ca_path
+ca path
+.TP
+.B \-\-cookie_file
+cookie file
+.TP
+.B \-\-cookie_jar
+cookie jar
+.TP
+.B \-\-homepage_url
+homepage url
+.TP
+.B \-\-search_url_bar
+search url bar
+.TP
+.B \-\-search_provider
+search provider
+.TP
+.B \-\-url_suggestion
+url suggestion
+.TP
+.B \-\-window_x
+The X co-ordinate of the initial window.
+.TP
+.B \-\-window_y
+The Y co-ordinate of the initial window.
+.TP
+.B \-\-window_width
+The width of the initial window.
+.TP
+.B \-\-window_height
+The height of the initial window.
+.TP
+.B \-\-window_screen_width
+window screen width
+.TP
+.B \-\-window_screen_height
+window screen height
+.TP
+.B \-\-toolbar_status_size
+toolbar status size
+.TP
+.B \-\-scale
+Initial scale factor.
+.TP
+.B \-\-incremental_reflow
+Boolean controlling whether incremental reflow is performed.
+.TP
+.B \-\-min_reflow_period
+Minimum time between incremental reflows
+.TP
+.B \-\-core_select_menu
+core select menu
+.TP
+.B \-\-max_fetchers
+max fetchers
+.TP
+.B \-\-max_fetchers_per_host
+max fetchers per host
+.TP
+.B \-\-max_cached_fetch_handles
+max cached fetch handles
+.TP
+.B \-\-suppress_curl_debug
+suppress curl debug
+.TP
+.B \-\-target_blank
+target blank
+.TP
+.B \-\-button_2_tab
+button 2 tab
+.TP
+.B \-\-margin_top
+margin top
+.TP
+.B \-\-margin_bottom
+margin bottom
+.TP
+.B \-\-margin_left
+margin left
+.TP
+.B \-\-margin_right
+margin right
+.TP
+.B \-\-export_scale
+export scale
+.TP
+.B \-\-suppress_images
+suppress images
+.TP
+.B \-\-remove_backgrounds
+remove backgrounds
+.TP
+.B \-\-enable_loosening
+enable loosening
+.TP
+.B \-\-enable_PDF_compression
+enable PDF compression
+.TP
+.B \-\-enable_PDF_password
+enable_PDF_password
+.TP
+.B \-\-gui_colour_bg_1
+gui colour bg_1
+.TP
+.B \-\-gui_colour_fg_1
+gui colour fg_1
+.TP
+.B \-\-gui_colour_fg_2
+gui colour fg_2
+.TP
+.B \-\-sys_colour_ActiveBorder
+Override CSS sys_colour_ActiveBorder colour.
+.TP
+.B \-\-sys_colour_ActiveCaption
+Override CSS sys_colour_ActiveCaption colour.
+.TP
+.B \-\-sys_colour_AppWorkspace
+Override CSS sys_colour_AppWorkspace colour.
+.TP
+.B \-\-sys_colour_Background
+Override CSS sys_colour_Background colour.
+.TP
+.B \-\-sys_colour_ButtonFace
+Override CSS sys_colour_ButtonFace colour.
+.TP
+.B \-\-sys_colour_ButtonHighlight
+Override CSS sys_colour_ButtonHighlight colour.
+.TP
+.B \-\-sys_colour_ButtonShadow
+Override CSS sys_colour_ButtonShadow colour.
+.TP
+.B \-\-sys_colour_ButtonText
+Override CSS sys_colour_ButtonText colour.
+.TP
+.B \-\-sys_colour_CaptionText
+Override CSS sys_colour_CaptionText colour.
+.TP
+.B \-\-sys_colour_GrayText
+Override CSS sys_colour_GrayText colour.
+.TP
+.B \-\-sys_colour_Highlight
+Override CSS sys_colour_Highlight colour.
+.TP
+.B \-\-sys_colour_HighlightText
+Override CSS sys_colour_HighlightText colour.
+.TP
+.B \-\-sys_colour_InactiveBorder
+Override CSS sys_colour_InactiveBorder colour.
+.TP
+.B \-\-sys_colour_InactiveCaption
+Override CSS sys_colour_InactiveCaption colour.
+.TP
+.B \-\-sys_colour_InactiveCaptionText
+Override CSS sys_colour_InactiveCaptionText colour.
+.TP
+.B \-\-sys_colour_InfoBackground
+Override CSS sys_colour_InfoBackground colour.
+.TP
+.B \-\-sys_colour_InfoText
+Override CSS sys_colour_InfoText colour.
+.TP
+.B \-\-sys_colour_Menu
+Override CSS sys_colour_Menu colour.
+.TP
+.B \-\-sys_colour_MenuText
+Override CSS sys_colour_MenuText colour.
+.TP
+.B \-\-sys_colour_Scrollbar
+Override CSS sys_colour_Scrollbar colour.
+.TP
+.B \-\-sys_colour_ThreeDDarkShadow
+Override CSS sys_colour_ThreeDDarkShadow colour.
+.TP
+.B \-\-sys_colour_ThreeDFace
+Override CSS sys_colour_ThreeDFace colour.
+.TP
+.B \-\-sys_colour_ThreeDHighlight
+Override CSS sys_colour_ThreeDHighlight colour.
+.TP
+.B \-\-sys_colour_ThreeDLightShadow
+Override CSS sys_colour_ThreeDLightShadow colour.
+.TP
+.B \-\-sys_colour_ThreeDShadow
+Override CSS sys_colour_ThreeDShadow colour.
+.TP
+.B \-\-sys_colour_Window
+Override CSS sys_colour_Window colour.
+.TP
+.B \-\-sys_colour_WindowFrame
+Override CSS sys_colour_WindowFrame colour.
+.TP
+.B \-\-sys_colour_WindowText
+Override CSS sys_colour_WindowText colour.
+.TP
+.B \-\-render_resample
+render resample
+.TP
+.B \-\-downloads_clear
+downloads clear
+.TP
+.B \-\-request_overwrite
+request overwrite
+.TP
+.B \-\-downloads_directory
+downloads directory
+.TP
+.B \-\-url_file
+url file
+.TP
+.B \-\-show_single_tab
+Force tabs to always be show.
+.TP
+.B \-\-button_type
+button type
+.TP
+.B \-\-disable_popups
+disable popups
+.TP
+.B \-\-disable_plugins
+disable plugins
+.TP
+.B \-\-history_age
+history age
+.TP
+.B \-\-hover_urls
+hover urls
+.TP
+.B \-\-focus_new
+focus new
+.TP
+.B \-\-new_blank
+new blank
+.TP
+.B \-\-hotlist_path
+hotlist path
+.TP
+.B \-\-source_tab
+source tab
+.TP
+.B \-\-current_theme
+current theme
+.SH AUTHOR
+netsurf-fb was written by the netsurf developers.
+.PP
+This manual page was written by Vincent Sanders <vince(a)debian.org>,
+for the Debian project (and may be used by others).
diff --git a/Docs/netsurf-gtk.1 b/Docs/netsurf-gtk.1
new file mode 100644
index 0000000..59f1df3
--- /dev/null
+++ b/Docs/netsurf-gtk.1
@@ -0,0 +1,366 @@
+.\" Hey, EMACS: -*- nroff -*-
+.\" First parameter, NAME, should be all caps
+.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
+.\" other parameters are allowed: see man(7), man(1)
+.TH NETSURF 1 "December 24, 2014"
+.\" Please adjust this date whenever revising the manpage.
+.\"
+.\" Some roff macros, for reference:
+.\" .nh disable hyphenation
+.\" .hy enable hyphenation
+.\" .ad l left justify
+.\" .ad b justify to both left and right margins
+.\" .nf disable filling
+.\" .fi enable filling
+.\" .br insert line break
+.\" .sp <n> insert n+1 empty lines
+.\" for manpage-specific macros, see man(7)
+.SH NAME
+netsurf \- A small fast web browser
+.SH SYNOPSIS
+.B netsurf-gtk
+.RI [ options ]
+.RI [ url ]
+.SH DESCRIPTION
+This manual page documents briefly the
+.B netsurf
+browser.
+.PP
+.\" TeX users may be more comfortable with the \fB<whatever>\fP and
+.\" \fI<whatever>\fP escape sequences to invode bold face and italics,
+.\" respectively.
+\fBnetsurf\fP is a small fast web browser. This man page only describes how to run the browser.
+.SH OPTIONS
+This programs follow the usual GNU command line syntax, with long
+options starting with two dashes (`-').
+.PP
+The command line parameters override any options loaded from the users Choices file.
+.PP
+Additionally to these parameters the standard GTK+ options may be passed.
+.PP
+A summary of options is included below.
+.TP
+.B \-v
+Enable verbose logging.
+.TP
+.B \-\-http_proxy
+Bboolean indicating if the http proxy is being used.
+.TP
+.B \-\-http_proxy_host
+The http proxy host.
+.TP
+.B \-\-http_proxy_port
+The http proxy port.
+.TP
+.B \-\-http_proxy_auth
+The authentication scheme for the http proxy.
+.TP
+.B \-\-http_proxy_auth_user
+The authentication schemes user.
+.TP
+.B \-\-http_proxy_auth_pass
+The authentication schemes password.
+.TP
+.B \-\-font_size
+The default font size to use.
+.TP
+.B \-\-font_min_size
+The minimum font size to use.
+.TP
+.B \-\-font_sans
+Family name of the sans serif font.
+.TP
+.B \-\-font_serif
+Family name of the serif font.
+.TP
+.B \-\-font_mono
+Family name of the monospace font.
+.TP
+.B \-\-font_cursive
+Family name of the cursive font.
+.TP
+.B \-\-font_fantasy
+Family name of the fantasy font.
+.TP
+.B \-\-accept_language
+Languages to accept.
+.TP
+.B \-\-accept_charset
+Character set to accept
+.TP
+.B \-\-memory_cache_size
+Maximum memory cache size.
+.TP
+.B \-\-disc_cache_age
+Maximum disc cache size.
+.TP
+.B \-\-block_advertisements
+Boolean to enable ad blocking.
+.TP
+.B \-\-minimum_gif_delay
+Minimum time between gif frames
+.TP
+.B \-\-send_referer
+Boolean controlling whether referrer data should be sent
+.TP
+.B \-\-animate_images
+Boolean controlling whether images should be animated.
+.TP
+.B \-\-expire_url
+expire url
+.TP
+.B \-\-font_default
+Default font.
+.TP
+.B \-\-ca_bundle
+ca bundle
+.TP
+.B \-\-ca_path
+ca path
+.TP
+.B \-\-cookie_file
+cookie file
+.TP
+.B \-\-cookie_jar
+cookie jar
+.TP
+.B \-\-homepage_url
+homepage url
+.TP
+.B \-\-search_url_bar
+search url bar
+.TP
+.B \-\-search_provider
+search provider
+.TP
+.B \-\-url_suggestion
+url suggestion
+.TP
+.B \-\-window_x
+The X co-ordinate of the initial window.
+.TP
+.B \-\-window_y
+The Y co-ordinate of the initial window.
+.TP
+.B \-\-window_width
+The width of the initial window.
+.TP
+.B \-\-window_height
+The height of the initial window.
+.TP
+.B \-\-window_screen_width
+window screen width
+.TP
+.B \-\-window_screen_height
+window screen height
+.TP
+.B \-\-toolbar_status_size
+toolbar status size
+.TP
+.B \-\-scale
+Initial scale factor.
+.TP
+.B \-\-incremental_reflow
+Boolean controlling whether incremental reflow is performed.
+.TP
+.B \-\-min_reflow_period
+Minimum time between incremental reflows
+.TP
+.B \-\-core_select_menu
+core select menu
+.TP
+.B \-\-max_fetchers
+max fetchers
+.TP
+.B \-\-max_fetchers_per_host
+max fetchers per host
+.TP
+.B \-\-max_cached_fetch_handles
+max cached fetch handles
+.TP
+.B \-\-suppress_curl_debug
+suppress curl debug
+.TP
+.B \-\-target_blank
+target blank
+.TP
+.B \-\-button_2_tab
+button 2 tab
+.TP
+.B \-\-margin_top
+margin top
+.TP
+.B \-\-margin_bottom
+margin bottom
+.TP
+.B \-\-margin_left
+margin left
+.TP
+.B \-\-margin_right
+margin right
+.TP
+.B \-\-export_scale
+export scale
+.TP
+.B \-\-suppress_images
+suppress images
+.TP
+.B \-\-remove_backgrounds
+remove backgrounds
+.TP
+.B \-\-enable_loosening
+enable loosening
+.TP
+.B \-\-enable_PDF_compression
+enable PDF compression
+.TP
+.B \-\-enable_PDF_password
+enable_PDF_password
+.TP
+.B \-\-gui_colour_bg_1
+gui colour bg_1
+.TP
+.B \-\-gui_colour_fg_1
+gui colour fg_1
+.TP
+.B \-\-gui_colour_fg_2
+gui colour fg_2
+.TP
+.B \-\-sys_colour_ActiveBorder
+Override CSS sys_colour_ActiveBorder colour.
+.TP
+.B \-\-sys_colour_ActiveCaption
+Override CSS sys_colour_ActiveCaption colour.
+.TP
+.B \-\-sys_colour_AppWorkspace
+Override CSS sys_colour_AppWorkspace colour.
+.TP
+.B \-\-sys_colour_Background
+Override CSS sys_colour_Background colour.
+.TP
+.B \-\-sys_colour_ButtonFace
+Override CSS sys_colour_ButtonFace colour.
+.TP
+.B \-\-sys_colour_ButtonHighlight
+Override CSS sys_colour_ButtonHighlight colour.
+.TP
+.B \-\-sys_colour_ButtonShadow
+Override CSS sys_colour_ButtonShadow colour.
+.TP
+.B \-\-sys_colour_ButtonText
+Override CSS sys_colour_ButtonText colour.
+.TP
+.B \-\-sys_colour_CaptionText
+Override CSS sys_colour_CaptionText colour.
+.TP
+.B \-\-sys_colour_GrayText
+Override CSS sys_colour_GrayText colour.
+.TP
+.B \-\-sys_colour_Highlight
+Override CSS sys_colour_Highlight colour.
+.TP
+.B \-\-sys_colour_HighlightText
+Override CSS sys_colour_HighlightText colour.
+.TP
+.B \-\-sys_colour_InactiveBorder
+Override CSS sys_colour_InactiveBorder colour.
+.TP
+.B \-\-sys_colour_InactiveCaption
+Override CSS sys_colour_InactiveCaption colour.
+.TP
+.B \-\-sys_colour_InactiveCaptionText
+Override CSS sys_colour_InactiveCaptionText colour.
+.TP
+.B \-\-sys_colour_InfoBackground
+Override CSS sys_colour_InfoBackground colour.
+.TP
+.B \-\-sys_colour_InfoText
+Override CSS sys_colour_InfoText colour.
+.TP
+.B \-\-sys_colour_Menu
+Override CSS sys_colour_Menu colour.
+.TP
+.B \-\-sys_colour_MenuText
+Override CSS sys_colour_MenuText colour.
+.TP
+.B \-\-sys_colour_Scrollbar
+Override CSS sys_colour_Scrollbar colour.
+.TP
+.B \-\-sys_colour_ThreeDDarkShadow
+Override CSS sys_colour_ThreeDDarkShadow colour.
+.TP
+.B \-\-sys_colour_ThreeDFace
+Override CSS sys_colour_ThreeDFace colour.
+.TP
+.B \-\-sys_colour_ThreeDHighlight
+Override CSS sys_colour_ThreeDHighlight colour.
+.TP
+.B \-\-sys_colour_ThreeDLightShadow
+Override CSS sys_colour_ThreeDLightShadow colour.
+.TP
+.B \-\-sys_colour_ThreeDShadow
+Override CSS sys_colour_ThreeDShadow colour.
+.TP
+.B \-\-sys_colour_Window
+Override CSS sys_colour_Window colour.
+.TP
+.B \-\-sys_colour_WindowFrame
+Override CSS sys_colour_WindowFrame colour.
+.TP
+.B \-\-sys_colour_WindowText
+Override CSS sys_colour_WindowText colour.
+.TP
+.B \-\-render_resample
+render resample
+.TP
+.B \-\-downloads_clear
+downloads clear
+.TP
+.B \-\-request_overwrite
+request overwrite
+.TP
+.B \-\-downloads_directory
+downloads directory
+.TP
+.B \-\-url_file
+url file
+.TP
+.B \-\-show_single_tab
+Force tabs to always be show.
+.TP
+.B \-\-button_type
+button type
+.TP
+.B \-\-disable_popups
+disable popups
+.TP
+.B \-\-disable_plugins
+disable plugins
+.TP
+.B \-\-history_age
+history age
+.TP
+.B \-\-hover_urls
+hover urls
+.TP
+.B \-\-focus_new
+focus new
+.TP
+.B \-\-new_blank
+new blank
+.TP
+.B \-\-hotlist_path
+hotlist path
+.TP
+.B \-\-source_tab
+source tab
+.TP
+.B \-\-current_theme
+current theme
+.SH SEE ALSO
+gtk-options(7)
+.SH AUTHOR
+netsurf was written by the netsurf developers.
+.PP
+This manual page was written by Vincent Sanders <vince(a)debian.org>,
+for the Debian project (and may be used by others).
-----------------------------------------------------------------------
Summary of changes:
Docs/netsurf-fb.1 | 362 +++++++++++++++++++++++++++++++++++++++++++++++++++
Docs/netsurf-gtk.1 | 366 ++++++++++++++++++++++++++++++++++++++++++++++++++++
2 files changed, 728 insertions(+)
create mode 100644 Docs/netsurf-fb.1
create mode 100644 Docs/netsurf-gtk.1
diff --git a/Docs/netsurf-fb.1 b/Docs/netsurf-fb.1
new file mode 100644
index 0000000..e4c3100
--- /dev/null
+++ b/Docs/netsurf-fb.1
@@ -0,0 +1,362 @@
+.\" Hey, EMACS: -*- nroff -*-
+.\" First parameter, NAME, should be all caps
+.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
+.\" other parameters are allowed: see man(7), man(1)
+.TH NETSURF 1 "December 24, 2014"
+.\" Please adjust this date whenever revising the manpage.
+.\"
+.\" Some roff macros, for reference:
+.\" .nh disable hyphenation
+.\" .hy enable hyphenation
+.\" .ad l left justify
+.\" .ad b justify to both left and right margins
+.\" .nf disable filling
+.\" .fi enable filling
+.\" .br insert line break
+.\" .sp <n> insert n+1 empty lines
+.\" for manpage-specific macros, see man(7)
+.SH NAME
+netsurf \- A small fast web browser
+.SH SYNOPSIS
+.B netsurf-fb
+.RI [ options ]
+.RI [ url ]
+.SH DESCRIPTION
+This manual page documents briefly the
+.B netsurf
+browser.
+.PP
+.\" TeX users may be more comfortable with the \fB<whatever>\fP and
+.\" \fI<whatever>\fP escape sequences to invode bold face and italics,
+.\" respectively.
+\fBnetsurf\fP is a small fast web browser. This man page only describes how to run the browser.
+.SH OPTIONS
+This programs follow the usual GNU command line syntax, with long
+options starting with two dashes (`-').
+.PP
+The command line parameters override any options loaded from the users Choices file.
+.PP
+A summary of options is included below.
+.TP
+.B \-v
+Enable verbose logging.
+.TP
+.B \-\-http_proxy
+Bboolean indicating if the http proxy is being used.
+.TP
+.B \-\-http_proxy_host
+The http proxy host.
+.TP
+.B \-\-http_proxy_port
+The http proxy port.
+.TP
+.B \-\-http_proxy_auth
+The authentication scheme for the http proxy.
+.TP
+.B \-\-http_proxy_auth_user
+The authentication schemes user.
+.TP
+.B \-\-http_proxy_auth_pass
+The authentication schemes password.
+.TP
+.B \-\-font_size
+The default font size to use.
+.TP
+.B \-\-font_min_size
+The minimum font size to use.
+.TP
+.B \-\-font_sans
+Family name of the sans serif font.
+.TP
+.B \-\-font_serif
+Family name of the serif font.
+.TP
+.B \-\-font_mono
+Family name of the monospace font.
+.TP
+.B \-\-font_cursive
+Family name of the cursive font.
+.TP
+.B \-\-font_fantasy
+Family name of the fantasy font.
+.TP
+.B \-\-accept_language
+Languages to accept.
+.TP
+.B \-\-accept_charset
+Character set to accept
+.TP
+.B \-\-memory_cache_size
+Maximum memory cache size.
+.TP
+.B \-\-disc_cache_age
+Maximum disc cache size.
+.TP
+.B \-\-block_advertisements
+Boolean to enable ad blocking.
+.TP
+.B \-\-minimum_gif_delay
+Minimum time between gif frames
+.TP
+.B \-\-send_referer
+Boolean controlling whether referer data should be sent
+.TP
+.B \-\-animate_images
+Boolean controlling whether images should be animated.
+.TP
+.B \-\-expire_url
+expire url
+.TP
+.B \-\-font_default
+Default font.
+.TP
+.B \-\-ca_bundle
+ca bundle
+.TP
+.B \-\-ca_path
+ca path
+.TP
+.B \-\-cookie_file
+cookie file
+.TP
+.B \-\-cookie_jar
+cookie jar
+.TP
+.B \-\-homepage_url
+homepage url
+.TP
+.B \-\-search_url_bar
+search url bar
+.TP
+.B \-\-search_provider
+search provider
+.TP
+.B \-\-url_suggestion
+url suggestion
+.TP
+.B \-\-window_x
+The X co-ordinate of the initial window.
+.TP
+.B \-\-window_y
+The Y co-ordinate of the initial window.
+.TP
+.B \-\-window_width
+The width of the initial window.
+.TP
+.B \-\-window_height
+The height of the initial window.
+.TP
+.B \-\-window_screen_width
+window screen width
+.TP
+.B \-\-window_screen_height
+window screen height
+.TP
+.B \-\-toolbar_status_size
+toolbar status size
+.TP
+.B \-\-scale
+Initial scale factor.
+.TP
+.B \-\-incremental_reflow
+Boolean controlling whether incremental reflow is performed.
+.TP
+.B \-\-min_reflow_period
+Minimum time between incremental reflows
+.TP
+.B \-\-core_select_menu
+core select menu
+.TP
+.B \-\-max_fetchers
+max fetchers
+.TP
+.B \-\-max_fetchers_per_host
+max fetchers per host
+.TP
+.B \-\-max_cached_fetch_handles
+max cached fetch handles
+.TP
+.B \-\-suppress_curl_debug
+suppress curl debug
+.TP
+.B \-\-target_blank
+target blank
+.TP
+.B \-\-button_2_tab
+button 2 tab
+.TP
+.B \-\-margin_top
+margin top
+.TP
+.B \-\-margin_bottom
+margin bottom
+.TP
+.B \-\-margin_left
+margin left
+.TP
+.B \-\-margin_right
+margin right
+.TP
+.B \-\-export_scale
+export scale
+.TP
+.B \-\-suppress_images
+suppress images
+.TP
+.B \-\-remove_backgrounds
+remove backgrounds
+.TP
+.B \-\-enable_loosening
+enable loosening
+.TP
+.B \-\-enable_PDF_compression
+enable PDF compression
+.TP
+.B \-\-enable_PDF_password
+enable_PDF_password
+.TP
+.B \-\-gui_colour_bg_1
+gui colour bg_1
+.TP
+.B \-\-gui_colour_fg_1
+gui colour fg_1
+.TP
+.B \-\-gui_colour_fg_2
+gui colour fg_2
+.TP
+.B \-\-sys_colour_ActiveBorder
+Override CSS sys_colour_ActiveBorder colour.
+.TP
+.B \-\-sys_colour_ActiveCaption
+Override CSS sys_colour_ActiveCaption colour.
+.TP
+.B \-\-sys_colour_AppWorkspace
+Override CSS sys_colour_AppWorkspace colour.
+.TP
+.B \-\-sys_colour_Background
+Override CSS sys_colour_Background colour.
+.TP
+.B \-\-sys_colour_ButtonFace
+Override CSS sys_colour_ButtonFace colour.
+.TP
+.B \-\-sys_colour_ButtonHighlight
+Override CSS sys_colour_ButtonHighlight colour.
+.TP
+.B \-\-sys_colour_ButtonShadow
+Override CSS sys_colour_ButtonShadow colour.
+.TP
+.B \-\-sys_colour_ButtonText
+Override CSS sys_colour_ButtonText colour.
+.TP
+.B \-\-sys_colour_CaptionText
+Override CSS sys_colour_CaptionText colour.
+.TP
+.B \-\-sys_colour_GrayText
+Override CSS sys_colour_GrayText colour.
+.TP
+.B \-\-sys_colour_Highlight
+Override CSS sys_colour_Highlight colour.
+.TP
+.B \-\-sys_colour_HighlightText
+Override CSS sys_colour_HighlightText colour.
+.TP
+.B \-\-sys_colour_InactiveBorder
+Override CSS sys_colour_InactiveBorder colour.
+.TP
+.B \-\-sys_colour_InactiveCaption
+Override CSS sys_colour_InactiveCaption colour.
+.TP
+.B \-\-sys_colour_InactiveCaptionText
+Override CSS sys_colour_InactiveCaptionText colour.
+.TP
+.B \-\-sys_colour_InfoBackground
+Override CSS sys_colour_InfoBackground colour.
+.TP
+.B \-\-sys_colour_InfoText
+Override CSS sys_colour_InfoText colour.
+.TP
+.B \-\-sys_colour_Menu
+Override CSS sys_colour_Menu colour.
+.TP
+.B \-\-sys_colour_MenuText
+Override CSS sys_colour_MenuText colour.
+.TP
+.B \-\-sys_colour_Scrollbar
+Override CSS sys_colour_Scrollbar colour.
+.TP
+.B \-\-sys_colour_ThreeDDarkShadow
+Override CSS sys_colour_ThreeDDarkShadow colour.
+.TP
+.B \-\-sys_colour_ThreeDFace
+Override CSS sys_colour_ThreeDFace colour.
+.TP
+.B \-\-sys_colour_ThreeDHighlight
+Override CSS sys_colour_ThreeDHighlight colour.
+.TP
+.B \-\-sys_colour_ThreeDLightShadow
+Override CSS sys_colour_ThreeDLightShadow colour.
+.TP
+.B \-\-sys_colour_ThreeDShadow
+Override CSS sys_colour_ThreeDShadow colour.
+.TP
+.B \-\-sys_colour_Window
+Override CSS sys_colour_Window colour.
+.TP
+.B \-\-sys_colour_WindowFrame
+Override CSS sys_colour_WindowFrame colour.
+.TP
+.B \-\-sys_colour_WindowText
+Override CSS sys_colour_WindowText colour.
+.TP
+.B \-\-render_resample
+render resample
+.TP
+.B \-\-downloads_clear
+downloads clear
+.TP
+.B \-\-request_overwrite
+request overwrite
+.TP
+.B \-\-downloads_directory
+downloads directory
+.TP
+.B \-\-url_file
+url file
+.TP
+.B \-\-show_single_tab
+Force tabs to always be show.
+.TP
+.B \-\-button_type
+button type
+.TP
+.B \-\-disable_popups
+disable popups
+.TP
+.B \-\-disable_plugins
+disable plugins
+.TP
+.B \-\-history_age
+history age
+.TP
+.B \-\-hover_urls
+hover urls
+.TP
+.B \-\-focus_new
+focus new
+.TP
+.B \-\-new_blank
+new blank
+.TP
+.B \-\-hotlist_path
+hotlist path
+.TP
+.B \-\-source_tab
+source tab
+.TP
+.B \-\-current_theme
+current theme
+.SH AUTHOR
+netsurf-fb was written by the netsurf developers.
+.PP
+This manual page was written by Vincent Sanders <vince(a)debian.org>,
+for the Debian project (and may be used by others).
diff --git a/Docs/netsurf-gtk.1 b/Docs/netsurf-gtk.1
new file mode 100644
index 0000000..59f1df3
--- /dev/null
+++ b/Docs/netsurf-gtk.1
@@ -0,0 +1,366 @@
+.\" Hey, EMACS: -*- nroff -*-
+.\" First parameter, NAME, should be all caps
+.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
+.\" other parameters are allowed: see man(7), man(1)
+.TH NETSURF 1 "December 24, 2014"
+.\" Please adjust this date whenever revising the manpage.
+.\"
+.\" Some roff macros, for reference:
+.\" .nh disable hyphenation
+.\" .hy enable hyphenation
+.\" .ad l left justify
+.\" .ad b justify to both left and right margins
+.\" .nf disable filling
+.\" .fi enable filling
+.\" .br insert line break
+.\" .sp <n> insert n+1 empty lines
+.\" for manpage-specific macros, see man(7)
+.SH NAME
+netsurf \- A small fast web browser
+.SH SYNOPSIS
+.B netsurf-gtk
+.RI [ options ]
+.RI [ url ]
+.SH DESCRIPTION
+This manual page documents briefly the
+.B netsurf
+browser.
+.PP
+.\" TeX users may be more comfortable with the \fB<whatever>\fP and
+.\" \fI<whatever>\fP escape sequences to invode bold face and italics,
+.\" respectively.
+\fBnetsurf\fP is a small fast web browser. This man page only describes how to run the browser.
+.SH OPTIONS
+This programs follow the usual GNU command line syntax, with long
+options starting with two dashes (`-').
+.PP
+The command line parameters override any options loaded from the users Choices file.
+.PP
+Additionally to these parameters the standard GTK+ options may be passed.
+.PP
+A summary of options is included below.
+.TP
+.B \-v
+Enable verbose logging.
+.TP
+.B \-\-http_proxy
+Bboolean indicating if the http proxy is being used.
+.TP
+.B \-\-http_proxy_host
+The http proxy host.
+.TP
+.B \-\-http_proxy_port
+The http proxy port.
+.TP
+.B \-\-http_proxy_auth
+The authentication scheme for the http proxy.
+.TP
+.B \-\-http_proxy_auth_user
+The authentication schemes user.
+.TP
+.B \-\-http_proxy_auth_pass
+The authentication schemes password.
+.TP
+.B \-\-font_size
+The default font size to use.
+.TP
+.B \-\-font_min_size
+The minimum font size to use.
+.TP
+.B \-\-font_sans
+Family name of the sans serif font.
+.TP
+.B \-\-font_serif
+Family name of the serif font.
+.TP
+.B \-\-font_mono
+Family name of the monospace font.
+.TP
+.B \-\-font_cursive
+Family name of the cursive font.
+.TP
+.B \-\-font_fantasy
+Family name of the fantasy font.
+.TP
+.B \-\-accept_language
+Languages to accept.
+.TP
+.B \-\-accept_charset
+Character set to accept
+.TP
+.B \-\-memory_cache_size
+Maximum memory cache size.
+.TP
+.B \-\-disc_cache_age
+Maximum disc cache size.
+.TP
+.B \-\-block_advertisements
+Boolean to enable ad blocking.
+.TP
+.B \-\-minimum_gif_delay
+Minimum time between gif frames
+.TP
+.B \-\-send_referer
+Boolean controlling whether referrer data should be sent
+.TP
+.B \-\-animate_images
+Boolean controlling whether images should be animated.
+.TP
+.B \-\-expire_url
+expire url
+.TP
+.B \-\-font_default
+Default font.
+.TP
+.B \-\-ca_bundle
+ca bundle
+.TP
+.B \-\-ca_path
+ca path
+.TP
+.B \-\-cookie_file
+cookie file
+.TP
+.B \-\-cookie_jar
+cookie jar
+.TP
+.B \-\-homepage_url
+homepage url
+.TP
+.B \-\-search_url_bar
+search url bar
+.TP
+.B \-\-search_provider
+search provider
+.TP
+.B \-\-url_suggestion
+url suggestion
+.TP
+.B \-\-window_x
+The X co-ordinate of the initial window.
+.TP
+.B \-\-window_y
+The Y co-ordinate of the initial window.
+.TP
+.B \-\-window_width
+The width of the initial window.
+.TP
+.B \-\-window_height
+The height of the initial window.
+.TP
+.B \-\-window_screen_width
+window screen width
+.TP
+.B \-\-window_screen_height
+window screen height
+.TP
+.B \-\-toolbar_status_size
+toolbar status size
+.TP
+.B \-\-scale
+Initial scale factor.
+.TP
+.B \-\-incremental_reflow
+Boolean controlling whether incremental reflow is performed.
+.TP
+.B \-\-min_reflow_period
+Minimum time between incremental reflows
+.TP
+.B \-\-core_select_menu
+core select menu
+.TP
+.B \-\-max_fetchers
+max fetchers
+.TP
+.B \-\-max_fetchers_per_host
+max fetchers per host
+.TP
+.B \-\-max_cached_fetch_handles
+max cached fetch handles
+.TP
+.B \-\-suppress_curl_debug
+suppress curl debug
+.TP
+.B \-\-target_blank
+target blank
+.TP
+.B \-\-button_2_tab
+button 2 tab
+.TP
+.B \-\-margin_top
+margin top
+.TP
+.B \-\-margin_bottom
+margin bottom
+.TP
+.B \-\-margin_left
+margin left
+.TP
+.B \-\-margin_right
+margin right
+.TP
+.B \-\-export_scale
+export scale
+.TP
+.B \-\-suppress_images
+suppress images
+.TP
+.B \-\-remove_backgrounds
+remove backgrounds
+.TP
+.B \-\-enable_loosening
+enable loosening
+.TP
+.B \-\-enable_PDF_compression
+enable PDF compression
+.TP
+.B \-\-enable_PDF_password
+enable_PDF_password
+.TP
+.B \-\-gui_colour_bg_1
+gui colour bg_1
+.TP
+.B \-\-gui_colour_fg_1
+gui colour fg_1
+.TP
+.B \-\-gui_colour_fg_2
+gui colour fg_2
+.TP
+.B \-\-sys_colour_ActiveBorder
+Override CSS sys_colour_ActiveBorder colour.
+.TP
+.B \-\-sys_colour_ActiveCaption
+Override CSS sys_colour_ActiveCaption colour.
+.TP
+.B \-\-sys_colour_AppWorkspace
+Override CSS sys_colour_AppWorkspace colour.
+.TP
+.B \-\-sys_colour_Background
+Override CSS sys_colour_Background colour.
+.TP
+.B \-\-sys_colour_ButtonFace
+Override CSS sys_colour_ButtonFace colour.
+.TP
+.B \-\-sys_colour_ButtonHighlight
+Override CSS sys_colour_ButtonHighlight colour.
+.TP
+.B \-\-sys_colour_ButtonShadow
+Override CSS sys_colour_ButtonShadow colour.
+.TP
+.B \-\-sys_colour_ButtonText
+Override CSS sys_colour_ButtonText colour.
+.TP
+.B \-\-sys_colour_CaptionText
+Override CSS sys_colour_CaptionText colour.
+.TP
+.B \-\-sys_colour_GrayText
+Override CSS sys_colour_GrayText colour.
+.TP
+.B \-\-sys_colour_Highlight
+Override CSS sys_colour_Highlight colour.
+.TP
+.B \-\-sys_colour_HighlightText
+Override CSS sys_colour_HighlightText colour.
+.TP
+.B \-\-sys_colour_InactiveBorder
+Override CSS sys_colour_InactiveBorder colour.
+.TP
+.B \-\-sys_colour_InactiveCaption
+Override CSS sys_colour_InactiveCaption colour.
+.TP
+.B \-\-sys_colour_InactiveCaptionText
+Override CSS sys_colour_InactiveCaptionText colour.
+.TP
+.B \-\-sys_colour_InfoBackground
+Override CSS sys_colour_InfoBackground colour.
+.TP
+.B \-\-sys_colour_InfoText
+Override CSS sys_colour_InfoText colour.
+.TP
+.B \-\-sys_colour_Menu
+Override CSS sys_colour_Menu colour.
+.TP
+.B \-\-sys_colour_MenuText
+Override CSS sys_colour_MenuText colour.
+.TP
+.B \-\-sys_colour_Scrollbar
+Override CSS sys_colour_Scrollbar colour.
+.TP
+.B \-\-sys_colour_ThreeDDarkShadow
+Override CSS sys_colour_ThreeDDarkShadow colour.
+.TP
+.B \-\-sys_colour_ThreeDFace
+Override CSS sys_colour_ThreeDFace colour.
+.TP
+.B \-\-sys_colour_ThreeDHighlight
+Override CSS sys_colour_ThreeDHighlight colour.
+.TP
+.B \-\-sys_colour_ThreeDLightShadow
+Override CSS sys_colour_ThreeDLightShadow colour.
+.TP
+.B \-\-sys_colour_ThreeDShadow
+Override CSS sys_colour_ThreeDShadow colour.
+.TP
+.B \-\-sys_colour_Window
+Override CSS sys_colour_Window colour.
+.TP
+.B \-\-sys_colour_WindowFrame
+Override CSS sys_colour_WindowFrame colour.
+.TP
+.B \-\-sys_colour_WindowText
+Override CSS sys_colour_WindowText colour.
+.TP
+.B \-\-render_resample
+render resample
+.TP
+.B \-\-downloads_clear
+downloads clear
+.TP
+.B \-\-request_overwrite
+request overwrite
+.TP
+.B \-\-downloads_directory
+downloads directory
+.TP
+.B \-\-url_file
+url file
+.TP
+.B \-\-show_single_tab
+Force tabs to always be show.
+.TP
+.B \-\-button_type
+button type
+.TP
+.B \-\-disable_popups
+disable popups
+.TP
+.B \-\-disable_plugins
+disable plugins
+.TP
+.B \-\-history_age
+history age
+.TP
+.B \-\-hover_urls
+hover urls
+.TP
+.B \-\-focus_new
+focus new
+.TP
+.B \-\-new_blank
+new blank
+.TP
+.B \-\-hotlist_path
+hotlist path
+.TP
+.B \-\-source_tab
+source tab
+.TP
+.B \-\-current_theme
+current theme
+.SH SEE ALSO
+gtk-options(7)
+.SH AUTHOR
+netsurf was written by the netsurf developers.
+.PP
+This manual page was written by Vincent Sanders <vince(a)debian.org>,
+for the Debian project (and may be used by others).
--
NetSurf Browser
8 years, 5 months
netsurf: branch master updated. release/3.2-544-ge467077
by NetSurf Browser Project
Gitweb links:
...log http://git.netsurf-browser.org/netsurf.git/shortlog/e467077a21843f0307493...
...commit http://git.netsurf-browser.org/netsurf.git/commit/e467077a21843f030749319...
...tree http://git.netsurf-browser.org/netsurf.git/tree/e467077a21843f030749319f0...
The branch, master has been updated
via e467077a21843f030749319f0ab591d5cc67c30b (commit)
from 193a5c80b7afe4d3fe52947b5ba9e31b4e470361 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commitdiff http://git.netsurf-browser.org/netsurf.git/commit/?id=e467077a21843f03074...
commit e467077a21843f030749319f0ab591d5cc67c30b
Author: Vincent Sanders <vince(a)kyllikki.org>
Commit: Vincent Sanders <vince(a)kyllikki.org>
move host based default settings to core as tehy are not frontend dependant
diff --git a/Makefile.defaults b/Makefile.defaults
index 45a3a20..b8261ff 100644
--- a/Makefile.defaults
+++ b/Makefile.defaults
@@ -100,10 +100,39 @@ CXXFLAGS :=
# Default installation/execution prefix
PREFIX ?= /usr/local
-# Incude defaults specific to a TARGET
+
+# ----------------------------------------------------------------------------
+# Option overrides determined by HOST relating to all versions of NetSurf
+# ----------------------------------------------------------------------------
+
+# Configuration overrides for Mac OS X
+ifeq ($(HOST),macosx)
+ NETSURF_USE_LIBICONV_PLUG := NO
+ NETSURF_USE_HARU_PDF := NO
+endif
+
+# Configuration overrides for OpenBSD
+ifeq ($(HOST),OpenBSD)
+ NETSURF_USE_LIBICONV_PLUG := NO
+ NETSURF_USE_HARU_PDF := NO
+endif
+
+# Configuration overrides for FreeBSD
+ifeq ($(HOST),FreeBSD)
+ NETSURF_USE_LIBICONV_PLUG := NO
+ NETSURF_USE_HARU_PDF := NO
+endif
+
+
+# ----------------------------------------------------------------------------
+# Option overrides determined by specific TARGET
+# ----------------------------------------------------------------------------
-include $(TARGET)/Makefile.defaults
+
+# ----------------------------------------------------------------------------
# Include any local configuration
+# ----------------------------------------------------------------------------
ifneq ($(MAKEFILE_DEFAULTS_FINISHED),)
$(error Makefile.defaults has been double-included. If you did something utterly brain-dead such as copying Makefile.defaults to Makefile.config then you deserve all the pain you can imagine. Do NOT do that. Why not read the comments at the top of Makefile.defaults. They are there to help you, you numpty)
endif
diff --git a/gtk/Makefile.defaults b/gtk/Makefile.defaults
index 184543c..dc12033 100644
--- a/gtk/Makefile.defaults
+++ b/gtk/Makefile.defaults
@@ -24,24 +24,6 @@ NETSURF_USE_ROSPRITE := AUTO
# Enable building the source object cache filesystem based backing store.
NETSURF_FS_BACKING_STORE := YES
-# Configuration overrides for Mac OS X
-ifeq ($(HOST),macosx)
- NETSURF_USE_LIBICONV_PLUG := NO
- NETSURF_USE_HARU_PDF := NO
-endif
-
-# Configuration overrides for OpenBSD
-ifeq ($(HOST),OpenBSD)
- NETSURF_USE_LIBICONV_PLUG := NO
- NETSURF_USE_HARU_PDF := NO
-endif
-
-# Configuration overrides for FreeBSD
-ifeq ($(HOST),FreeBSD)
- NETSURF_USE_LIBICONV_PLUG := NO
- NETSURF_USE_HARU_PDF := NO
-endif
-
# Set default GTK version to build for (2 or 3)
NETSURF_GTK_MAJOR := 2
-----------------------------------------------------------------------
Summary of changes:
Makefile.defaults | 31 ++++++++++++++++++++++++++++++-
gtk/Makefile.defaults | 18 ------------------
2 files changed, 30 insertions(+), 19 deletions(-)
diff --git a/Makefile.defaults b/Makefile.defaults
index 45a3a20..b8261ff 100644
--- a/Makefile.defaults
+++ b/Makefile.defaults
@@ -100,10 +100,39 @@ CXXFLAGS :=
# Default installation/execution prefix
PREFIX ?= /usr/local
-# Incude defaults specific to a TARGET
+
+# ----------------------------------------------------------------------------
+# Option overrides determined by HOST relating to all versions of NetSurf
+# ----------------------------------------------------------------------------
+
+# Configuration overrides for Mac OS X
+ifeq ($(HOST),macosx)
+ NETSURF_USE_LIBICONV_PLUG := NO
+ NETSURF_USE_HARU_PDF := NO
+endif
+
+# Configuration overrides for OpenBSD
+ifeq ($(HOST),OpenBSD)
+ NETSURF_USE_LIBICONV_PLUG := NO
+ NETSURF_USE_HARU_PDF := NO
+endif
+
+# Configuration overrides for FreeBSD
+ifeq ($(HOST),FreeBSD)
+ NETSURF_USE_LIBICONV_PLUG := NO
+ NETSURF_USE_HARU_PDF := NO
+endif
+
+
+# ----------------------------------------------------------------------------
+# Option overrides determined by specific TARGET
+# ----------------------------------------------------------------------------
-include $(TARGET)/Makefile.defaults
+
+# ----------------------------------------------------------------------------
# Include any local configuration
+# ----------------------------------------------------------------------------
ifneq ($(MAKEFILE_DEFAULTS_FINISHED),)
$(error Makefile.defaults has been double-included. If you did something utterly brain-dead such as copying Makefile.defaults to Makefile.config then you deserve all the pain you can imagine. Do NOT do that. Why not read the comments at the top of Makefile.defaults. They are there to help you, you numpty)
endif
diff --git a/gtk/Makefile.defaults b/gtk/Makefile.defaults
index 184543c..dc12033 100644
--- a/gtk/Makefile.defaults
+++ b/gtk/Makefile.defaults
@@ -24,24 +24,6 @@ NETSURF_USE_ROSPRITE := AUTO
# Enable building the source object cache filesystem based backing store.
NETSURF_FS_BACKING_STORE := YES
-# Configuration overrides for Mac OS X
-ifeq ($(HOST),macosx)
- NETSURF_USE_LIBICONV_PLUG := NO
- NETSURF_USE_HARU_PDF := NO
-endif
-
-# Configuration overrides for OpenBSD
-ifeq ($(HOST),OpenBSD)
- NETSURF_USE_LIBICONV_PLUG := NO
- NETSURF_USE_HARU_PDF := NO
-endif
-
-# Configuration overrides for FreeBSD
-ifeq ($(HOST),FreeBSD)
- NETSURF_USE_LIBICONV_PLUG := NO
- NETSURF_USE_HARU_PDF := NO
-endif
-
# Set default GTK version to build for (2 or 3)
NETSURF_GTK_MAJOR := 2
--
NetSurf Browser
8 years, 5 months
netsurf: branch master updated. release/3.2-543-g193a5c8
by NetSurf Browser Project
Gitweb links:
...log http://git.netsurf-browser.org/netsurf.git/shortlog/193a5c80b7afe4d3fe529...
...commit http://git.netsurf-browser.org/netsurf.git/commit/193a5c80b7afe4d3fe52947...
...tree http://git.netsurf-browser.org/netsurf.git/tree/193a5c80b7afe4d3fe52947b5...
The branch, master has been updated
via 193a5c80b7afe4d3fe52947b5ba9e31b4e470361 (commit)
from 2d58f8360eefb2a12cf6528406d91a748e789495 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commitdiff http://git.netsurf-browser.org/netsurf.git/commit/?id=193a5c80b7afe4d3fe5...
commit 193a5c80b7afe4d3fe52947b5ba9e31b4e470361
Author: Vincent Sanders <vince(a)kyllikki.org>
Commit: Vincent Sanders <vince(a)kyllikki.org>
ensure gtk build on freebsd uses the correct iconv
diff --git a/gtk/Makefile.defaults b/gtk/Makefile.defaults
index b7382e7..184543c 100644
--- a/gtk/Makefile.defaults
+++ b/gtk/Makefile.defaults
@@ -36,6 +36,12 @@ ifeq ($(HOST),OpenBSD)
NETSURF_USE_HARU_PDF := NO
endif
+# Configuration overrides for FreeBSD
+ifeq ($(HOST),FreeBSD)
+ NETSURF_USE_LIBICONV_PLUG := NO
+ NETSURF_USE_HARU_PDF := NO
+endif
+
# Set default GTK version to build for (2 or 3)
NETSURF_GTK_MAJOR := 2
-----------------------------------------------------------------------
Summary of changes:
gtk/Makefile.defaults | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/gtk/Makefile.defaults b/gtk/Makefile.defaults
index b7382e7..184543c 100644
--- a/gtk/Makefile.defaults
+++ b/gtk/Makefile.defaults
@@ -36,6 +36,12 @@ ifeq ($(HOST),OpenBSD)
NETSURF_USE_HARU_PDF := NO
endif
+# Configuration overrides for FreeBSD
+ifeq ($(HOST),FreeBSD)
+ NETSURF_USE_LIBICONV_PLUG := NO
+ NETSURF_USE_HARU_PDF := NO
+endif
+
# Set default GTK version to build for (2 or 3)
NETSURF_GTK_MAJOR := 2
--
NetSurf Browser
8 years, 5 months
netsurf: branch master updated. release/3.2-542-g2d58f83
by NetSurf Browser Project
Gitweb links:
...log http://git.netsurf-browser.org/netsurf.git/shortlog/2d58f8360eefb2a12cf65...
...commit http://git.netsurf-browser.org/netsurf.git/commit/2d58f8360eefb2a12cf6528...
...tree http://git.netsurf-browser.org/netsurf.git/tree/2d58f8360eefb2a12cf652840...
The branch, master has been updated
via 2d58f8360eefb2a12cf6528406d91a748e789495 (commit)
from 3f331a701ab1bd05b5f41b87733d37abbd526df4 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commitdiff http://git.netsurf-browser.org/netsurf.git/commit/?id=2d58f8360eefb2a12cf...
commit 2d58f8360eefb2a12cf6528406d91a748e789495
Author: Vincent Sanders <vince(a)kyllikki.org>
Commit: Vincent Sanders <vince(a)kyllikki.org>
jenkins helper script quoting in shell wilidcard case was wrong
diff --git a/utils/jenkins-build.sh b/utils/jenkins-build.sh
index 6be7a2e..5145cb0 100755
--- a/utils/jenkins-build.sh
+++ b/utils/jenkins-build.sh
@@ -187,12 +187,12 @@ case ${TARGET} in
ARTIFACT_TARGET=Linux
;;
- "amd64-unknown-openbsd*")
+ amd64-unknown-openbsd*)
ARTIFACT_TARGET=OpenBSD
MAKE=gmake
;;
- "x86_64-unknown-freebsd*")
+ x86_64-unknown-freebsd*)
ARTIFACT_TARGET=FreeBSD
MAKE=gmake
;;
@@ -223,12 +223,12 @@ case ${TARGET} in
ARTIFACT_TARGET=powerpc-apple-darwin9
;;
- "amd64-unknown-openbsd*")
+ amd64-unknown-openbsd*)
ARTIFACT_TARGET=OpenBSD
MAKE=gmake
;;
- "x86_64-unknown-freebsd*")
+ x86_64-unknown-freebsd*)
ARTIFACT_TARGET=FreeBSD
MAKE=gmake
;;
@@ -291,12 +291,12 @@ case ${TARGET} in
ARTIFACT_TARGET=powerpc-apple-darwin9
;;
- "amd64-unknown-openbsd*")
+ amd64-unknown-openbsd*)
ARTIFACT_TARGET=OpenBSD
MAKE=gmake
;;
- "x86_64-unknown-freebsd*")
+ x86_64-unknown-freebsd*)
ARTIFACT_TARGET=FreeBSD
MAKE=gmake
;;
-----------------------------------------------------------------------
Summary of changes:
utils/jenkins-build.sh | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/utils/jenkins-build.sh b/utils/jenkins-build.sh
index 6be7a2e..5145cb0 100755
--- a/utils/jenkins-build.sh
+++ b/utils/jenkins-build.sh
@@ -187,12 +187,12 @@ case ${TARGET} in
ARTIFACT_TARGET=Linux
;;
- "amd64-unknown-openbsd*")
+ amd64-unknown-openbsd*)
ARTIFACT_TARGET=OpenBSD
MAKE=gmake
;;
- "x86_64-unknown-freebsd*")
+ x86_64-unknown-freebsd*)
ARTIFACT_TARGET=FreeBSD
MAKE=gmake
;;
@@ -223,12 +223,12 @@ case ${TARGET} in
ARTIFACT_TARGET=powerpc-apple-darwin9
;;
- "amd64-unknown-openbsd*")
+ amd64-unknown-openbsd*)
ARTIFACT_TARGET=OpenBSD
MAKE=gmake
;;
- "x86_64-unknown-freebsd*")
+ x86_64-unknown-freebsd*)
ARTIFACT_TARGET=FreeBSD
MAKE=gmake
;;
@@ -291,12 +291,12 @@ case ${TARGET} in
ARTIFACT_TARGET=powerpc-apple-darwin9
;;
- "amd64-unknown-openbsd*")
+ amd64-unknown-openbsd*)
ARTIFACT_TARGET=OpenBSD
MAKE=gmake
;;
- "x86_64-unknown-freebsd*")
+ x86_64-unknown-freebsd*)
ARTIFACT_TARGET=FreeBSD
MAKE=gmake
;;
--
NetSurf Browser
8 years, 5 months
netsurf: branch master updated. release/3.2-541-g3f331a7
by NetSurf Browser Project
Gitweb links:
...log http://git.netsurf-browser.org/netsurf.git/shortlog/3f331a701ab1bd05b5f41...
...commit http://git.netsurf-browser.org/netsurf.git/commit/3f331a701ab1bd05b5f41b8...
...tree http://git.netsurf-browser.org/netsurf.git/tree/3f331a701ab1bd05b5f41b877...
The branch, master has been updated
via 3f331a701ab1bd05b5f41b87733d37abbd526df4 (commit)
from 8e60d32831fae4934836da2f760b8026ce6c2d2d (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commitdiff http://git.netsurf-browser.org/netsurf.git/commit/?id=3f331a701ab1bd05b5f...
commit 3f331a701ab1bd05b5f41b87733d37abbd526df4
Author: Vincent Sanders <vince(a)kyllikki.org>
Commit: Vincent Sanders <vince(a)kyllikki.org>
add freebsd to jenkins build script for gtk, framebuffer and monkey
diff --git a/utils/jenkins-build.sh b/utils/jenkins-build.sh
index e7de93d..6be7a2e 100755
--- a/utils/jenkins-build.sh
+++ b/utils/jenkins-build.sh
@@ -187,11 +187,16 @@ case ${TARGET} in
ARTIFACT_TARGET=Linux
;;
- "amd64-unknown-openbsd5.4")
+ "amd64-unknown-openbsd*")
ARTIFACT_TARGET=OpenBSD
MAKE=gmake
;;
+ "x86_64-unknown-freebsd*")
+ ARTIFACT_TARGET=FreeBSD
+ MAKE=gmake
+ ;;
+
*)
echo "Target \"${TARGET}\" cannot be built on \"${HOST}\""
exit 1
@@ -218,6 +223,16 @@ case ${TARGET} in
ARTIFACT_TARGET=powerpc-apple-darwin9
;;
+ "amd64-unknown-openbsd*")
+ ARTIFACT_TARGET=OpenBSD
+ MAKE=gmake
+ ;;
+
+ "x86_64-unknown-freebsd*")
+ ARTIFACT_TARGET=FreeBSD
+ MAKE=gmake
+ ;;
+
"arm-unknown-riscos")
ARTIFACT_TARGET=riscos
export GCCSDK_INSTALL_ENV=/opt/netsurf/${HOST}/env
@@ -276,6 +291,16 @@ case ${TARGET} in
ARTIFACT_TARGET=powerpc-apple-darwin9
;;
+ "amd64-unknown-openbsd*")
+ ARTIFACT_TARGET=OpenBSD
+ MAKE=gmake
+ ;;
+
+ "x86_64-unknown-freebsd*")
+ ARTIFACT_TARGET=FreeBSD
+ MAKE=gmake
+ ;;
+
"arm-unknown-riscos")
ARTIFACT_TARGET=riscos
export GCCSDK_INSTALL_ENV=/opt/netsurf/${HOST}/env
-----------------------------------------------------------------------
Summary of changes:
utils/jenkins-build.sh | 27 ++++++++++++++++++++++++++-
1 file changed, 26 insertions(+), 1 deletion(-)
diff --git a/utils/jenkins-build.sh b/utils/jenkins-build.sh
index e7de93d..6be7a2e 100755
--- a/utils/jenkins-build.sh
+++ b/utils/jenkins-build.sh
@@ -187,11 +187,16 @@ case ${TARGET} in
ARTIFACT_TARGET=Linux
;;
- "amd64-unknown-openbsd5.4")
+ "amd64-unknown-openbsd*")
ARTIFACT_TARGET=OpenBSD
MAKE=gmake
;;
+ "x86_64-unknown-freebsd*")
+ ARTIFACT_TARGET=FreeBSD
+ MAKE=gmake
+ ;;
+
*)
echo "Target \"${TARGET}\" cannot be built on \"${HOST}\""
exit 1
@@ -218,6 +223,16 @@ case ${TARGET} in
ARTIFACT_TARGET=powerpc-apple-darwin9
;;
+ "amd64-unknown-openbsd*")
+ ARTIFACT_TARGET=OpenBSD
+ MAKE=gmake
+ ;;
+
+ "x86_64-unknown-freebsd*")
+ ARTIFACT_TARGET=FreeBSD
+ MAKE=gmake
+ ;;
+
"arm-unknown-riscos")
ARTIFACT_TARGET=riscos
export GCCSDK_INSTALL_ENV=/opt/netsurf/${HOST}/env
@@ -276,6 +291,16 @@ case ${TARGET} in
ARTIFACT_TARGET=powerpc-apple-darwin9
;;
+ "amd64-unknown-openbsd*")
+ ARTIFACT_TARGET=OpenBSD
+ MAKE=gmake
+ ;;
+
+ "x86_64-unknown-freebsd*")
+ ARTIFACT_TARGET=FreeBSD
+ MAKE=gmake
+ ;;
+
"arm-unknown-riscos")
ARTIFACT_TARGET=riscos
export GCCSDK_INSTALL_ENV=/opt/netsurf/${HOST}/env
--
NetSurf Browser
8 years, 5 months