2014-12-24 16:13:18 +03:00
. \" Hey, EMACS: -*- nroff -*-
2014-12-26 14:44:49 +03:00
. \" Copyright 2014 Vincent Sanders
2014-12-24 16:13:18 +03:00
. \"
2014-12-26 14:44:49 +03:00
. \" 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
2015-11-06 02:15:01 +03:00
.Dt NETSURF 1 CON
2014-12-26 14:44:49 +03:00
.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
2014-12-24 16:13:18 +03:00
Enable verbose logging.
2014-12-26 14:44:49 +03:00
.It Fl -http_proxy
Boolean indicating if the http proxy is being used.
.It Fl -http_proxy_host
2014-12-24 16:13:18 +03:00
The http proxy host.
2014-12-26 14:44:49 +03:00
.It Fl -http_proxy_port
2014-12-24 16:13:18 +03:00
The http proxy port.
2014-12-26 14:44:49 +03:00
.It Fl -http_proxy_auth
2014-12-24 16:13:18 +03:00
The authentication scheme for the http proxy.
2014-12-26 14:44:49 +03:00
.It Fl -http_proxy_auth_user
2014-12-24 16:13:18 +03:00
The authentication schemes user.
2014-12-26 14:44:49 +03:00
.It Fl -http_proxy_auth_pass
2014-12-24 16:13:18 +03:00
The authentication schemes password.
2014-12-26 14:44:49 +03:00
.It Fl -font_size
2014-12-24 16:13:18 +03:00
The default font size to use.
2014-12-26 14:44:49 +03:00
.It Fl -font_min_size
2014-12-24 16:13:18 +03:00
The minimum font size to use.
2014-12-26 14:44:49 +03:00
.It Fl -font_sans
2014-12-24 16:13:18 +03:00
Family name of the sans serif font.
2014-12-26 14:44:49 +03:00
.It Fl -font_serif
2014-12-24 16:13:18 +03:00
Family name of the serif font.
2014-12-26 14:44:49 +03:00
.It Fl -font_mono
2014-12-24 16:13:18 +03:00
Family name of the monospace font.
2014-12-26 14:44:49 +03:00
.It Fl -font_cursive
2014-12-24 16:13:18 +03:00
Family name of the cursive font.
2014-12-26 14:44:49 +03:00
.It Fl -font_fantasy
2014-12-24 16:13:18 +03:00
Family name of the fantasy font.
2014-12-26 14:44:49 +03:00
.It Fl -accept_language
2014-12-24 16:13:18 +03:00
Languages to accept.
2014-12-26 14:44:49 +03:00
.It Fl -accept_charset
2014-12-24 16:13:18 +03:00
Character set to accept
2014-12-26 14:44:49 +03:00
.It Fl -memory_cache_size
2014-12-24 16:13:18 +03:00
Maximum memory cache size.
2014-12-26 14:44:49 +03:00
.It Fl -disc_cache_age
2014-12-24 16:13:18 +03:00
Maximum disc cache size.
2014-12-26 14:44:49 +03:00
.It Fl -block_advertisements
2014-12-24 16:13:18 +03:00
Boolean to enable ad blocking.
2014-12-26 14:44:49 +03:00
.It Fl -minimum_gif_delay
2014-12-24 16:13:18 +03:00
Minimum time between gif frames
2014-12-26 14:44:49 +03:00
.It Fl -send_referer
2014-12-24 16:13:18 +03:00
Boolean controlling whether referrer data should be sent
2014-12-26 14:44:49 +03:00
.It Fl -animate_images
2014-12-24 16:13:18 +03:00
Boolean controlling whether images should be animated.
2014-12-26 14:44:49 +03:00
.It Fl -expire_url
2014-12-24 16:13:18 +03:00
expire url
2014-12-26 14:44:49 +03:00
.It Fl -font_default
2014-12-24 16:13:18 +03:00
Default font.
2014-12-26 14:44:49 +03:00
.It Fl -ca_bundle
Certificate authority bundle path.
.It Fl -ca_path
Certificate authority path
.It Fl -cookie_file
2014-12-24 16:13:18 +03:00
cookie file
2014-12-26 14:44:49 +03:00
.It Fl -cookie_jar
2014-12-24 16:13:18 +03:00
cookie jar
2014-12-26 14:44:49 +03:00
.It Fl -homepage_url
2014-12-24 16:13:18 +03:00
homepage url
2014-12-26 14:44:49 +03:00
.It Fl -search_url_bar
2014-12-24 16:13:18 +03:00
search url bar
2014-12-26 14:44:49 +03:00
.It Fl -search_provider
2014-12-24 16:13:18 +03:00
search provider
2014-12-26 14:44:49 +03:00
.It Fl -url_suggestion
2014-12-24 16:13:18 +03:00
url suggestion
2014-12-26 14:44:49 +03:00
.It Fl -window_x
2014-12-24 16:13:18 +03:00
The X co-ordinate of the initial window.
2014-12-26 14:44:49 +03:00
.It Fl -window_y
2014-12-24 16:13:18 +03:00
The Y co-ordinate of the initial window.
2014-12-26 14:44:49 +03:00
.It Fl -window_width
2014-12-24 16:13:18 +03:00
The width of the initial window.
2014-12-26 14:44:49 +03:00
.It Fl -window_height
2014-12-24 16:13:18 +03:00
The height of the initial window.
2014-12-26 14:44:49 +03:00
.It Fl -window_screen_width
2014-12-24 16:13:18 +03:00
window screen width
2014-12-26 14:44:49 +03:00
.It Fl -window_screen_height
2014-12-24 16:13:18 +03:00
window screen height
2014-12-26 14:44:49 +03:00
.It Fl -toolbar_status_size
2014-12-24 16:13:18 +03:00
toolbar status size
2014-12-26 14:44:49 +03:00
.It Fl -scale
2014-12-24 16:13:18 +03:00
Initial scale factor.
2014-12-26 14:44:49 +03:00
.It Fl -incremental_reflow
2014-12-24 16:13:18 +03:00
Boolean controlling whether incremental reflow is performed.
2014-12-26 14:44:49 +03:00
.It Fl -min_reflow_period
2014-12-24 16:13:18 +03:00
Minimum time between incremental reflows
2014-12-26 14:44:49 +03:00
.It Fl -core_select_menu
2014-12-24 16:13:18 +03:00
core select menu
2014-12-26 14:44:49 +03:00
.It Fl -max_fetchers
2014-12-24 16:13:18 +03:00
max fetchers
2014-12-26 14:44:49 +03:00
.It Fl -max_fetchers_per_host
2014-12-24 16:13:18 +03:00
max fetchers per host
2014-12-26 14:44:49 +03:00
.It Fl -max_cached_fetch_handles
2014-12-24 16:13:18 +03:00
max cached fetch handles
2014-12-26 14:44:49 +03:00
.It Fl -suppress_curl_debug
2014-12-24 16:13:18 +03:00
suppress curl debug
2014-12-26 14:44:49 +03:00
.It Fl -target_blank
2014-12-24 16:13:18 +03:00
target blank
2014-12-26 14:44:49 +03:00
.It Fl -button_2_tab
2014-12-24 16:13:18 +03:00
button 2 tab
2014-12-26 14:44:49 +03:00
.It Fl -margin_top
2014-12-24 16:13:18 +03:00
margin top
2014-12-26 14:44:49 +03:00
.It Fl -margin_bottom
2014-12-24 16:13:18 +03:00
margin bottom
2014-12-26 14:44:49 +03:00
.It Fl -margin_left
2014-12-24 16:13:18 +03:00
margin left
2014-12-26 14:44:49 +03:00
.It Fl -margin_right
2014-12-24 16:13:18 +03:00
margin right
2014-12-26 14:44:49 +03:00
.It Fl -export_scale
2014-12-24 16:13:18 +03:00
export scale
2014-12-26 14:44:49 +03:00
.It Fl -suppress_images
2014-12-24 16:13:18 +03:00
suppress images
2014-12-26 14:44:49 +03:00
.It Fl -remove_backgrounds
2014-12-24 16:13:18 +03:00
remove backgrounds
2014-12-26 14:44:49 +03:00
.It Fl -enable_loosening
2014-12-24 16:13:18 +03:00
enable loosening
2014-12-26 14:44:49 +03:00
.It Fl -enable_PDF_compression
2014-12-24 16:13:18 +03:00
enable PDF compression
2014-12-26 14:44:49 +03:00
.It Fl -enable_PDF_password
2014-12-24 16:13:18 +03:00
enable_PDF_password
2014-12-26 14:44:49 +03:00
.It Fl -gui_colour_bg_1
2014-12-24 16:13:18 +03:00
gui colour bg_1
2014-12-26 14:44:49 +03:00
.It Fl -gui_colour_fg_1
2014-12-24 16:13:18 +03:00
gui colour fg_1
2014-12-26 14:44:49 +03:00
.It Fl -gui_colour_fg_2
2014-12-24 16:13:18 +03:00
gui colour fg_2
2014-12-26 14:44:49 +03:00
.It Fl -sys_colour_ActiveBorder
2014-12-24 16:13:18 +03:00
Override CSS sys_colour_ActiveBorder colour.
2014-12-26 14:44:49 +03:00
.It Fl -sys_colour_ActiveCaption
2014-12-24 16:13:18 +03:00
Override CSS sys_colour_ActiveCaption colour.
2014-12-26 14:44:49 +03:00
.It Fl -sys_colour_AppWorkspace
2014-12-24 16:13:18 +03:00
Override CSS sys_colour_AppWorkspace colour.
2014-12-26 14:44:49 +03:00
.It Fl -sys_colour_Background
2014-12-24 16:13:18 +03:00
Override CSS sys_colour_Background colour.
2014-12-26 14:44:49 +03:00
.It Fl -sys_colour_ButtonFace
2014-12-24 16:13:18 +03:00
Override CSS sys_colour_ButtonFace colour.
2014-12-26 14:44:49 +03:00
.It Fl -sys_colour_ButtonHighlight
2014-12-24 16:13:18 +03:00
Override CSS sys_colour_ButtonHighlight colour.
2014-12-26 14:44:49 +03:00
.It Fl -sys_colour_ButtonShadow
2014-12-24 16:13:18 +03:00
Override CSS sys_colour_ButtonShadow colour.
2014-12-26 14:44:49 +03:00
.It Fl -sys_colour_ButtonText
2014-12-24 16:13:18 +03:00
Override CSS sys_colour_ButtonText colour.
2014-12-26 14:44:49 +03:00
.It Fl -sys_colour_CaptionText
2014-12-24 16:13:18 +03:00
Override CSS sys_colour_CaptionText colour.
2014-12-26 14:44:49 +03:00
.It Fl -sys_colour_GrayText
2014-12-24 16:13:18 +03:00
Override CSS sys_colour_GrayText colour.
2014-12-26 14:44:49 +03:00
.It Fl -sys_colour_Highlight
2014-12-24 16:13:18 +03:00
Override CSS sys_colour_Highlight colour.
2014-12-26 14:44:49 +03:00
.It Fl -sys_colour_HighlightText
2014-12-24 16:13:18 +03:00
Override CSS sys_colour_HighlightText colour.
2014-12-26 14:44:49 +03:00
.It Fl -sys_colour_InactiveBorder
2014-12-24 16:13:18 +03:00
Override CSS sys_colour_InactiveBorder colour.
2014-12-26 14:44:49 +03:00
.It Fl -sys_colour_InactiveCaption
2014-12-24 16:13:18 +03:00
Override CSS sys_colour_InactiveCaption colour.
2014-12-26 14:44:49 +03:00
.It Fl -sys_colour_InactiveCaptionText
2014-12-24 16:13:18 +03:00
Override CSS sys_colour_InactiveCaptionText colour.
2014-12-26 14:44:49 +03:00
.It Fl -sys_colour_InfoBackground
2014-12-24 16:13:18 +03:00
Override CSS sys_colour_InfoBackground colour.
2014-12-26 14:44:49 +03:00
.It Fl -sys_colour_InfoText
2014-12-24 16:13:18 +03:00
Override CSS sys_colour_InfoText colour.
2014-12-26 14:44:49 +03:00
.It Fl -sys_colour_Menu
2014-12-24 16:13:18 +03:00
Override CSS sys_colour_Menu colour.
2014-12-26 14:44:49 +03:00
.It Fl -sys_colour_MenuText
2014-12-24 16:13:18 +03:00
Override CSS sys_colour_MenuText colour.
2014-12-26 14:44:49 +03:00
.It Fl -sys_colour_Scrollbar
2014-12-24 16:13:18 +03:00
Override CSS sys_colour_Scrollbar colour.
2014-12-26 14:44:49 +03:00
.It Fl -sys_colour_ThreeDDarkShadow
2014-12-24 16:13:18 +03:00
Override CSS sys_colour_ThreeDDarkShadow colour.
2014-12-26 14:44:49 +03:00
.It Fl -sys_colour_ThreeDFace
2014-12-24 16:13:18 +03:00
Override CSS sys_colour_ThreeDFace colour.
2014-12-26 14:44:49 +03:00
.It Fl -sys_colour_ThreeDHighlight
2014-12-24 16:13:18 +03:00
Override CSS sys_colour_ThreeDHighlight colour.
2014-12-26 14:44:49 +03:00
.It Fl -sys_colour_ThreeDLightShadow
2014-12-24 16:13:18 +03:00
Override CSS sys_colour_ThreeDLightShadow colour.
2014-12-26 14:44:49 +03:00
.It Fl -sys_colour_ThreeDShadow
2014-12-24 16:13:18 +03:00
Override CSS sys_colour_ThreeDShadow colour.
2014-12-26 14:44:49 +03:00
.It Fl -sys_colour_Window
2014-12-24 16:13:18 +03:00
Override CSS sys_colour_Window colour.
2014-12-26 14:44:49 +03:00
.It Fl -sys_colour_WindowFrame
2014-12-24 16:13:18 +03:00
Override CSS sys_colour_WindowFrame colour.
2014-12-26 14:44:49 +03:00
.It Fl -sys_colour_WindowText
2014-12-24 16:13:18 +03:00
Override CSS sys_colour_WindowText colour.
2014-12-26 14:44:49 +03:00
.It Fl -render_resample
2014-12-24 16:13:18 +03:00
render resample
2014-12-26 14:44:49 +03:00
.It Fl -downloads_clear
2014-12-24 16:13:18 +03:00
downloads clear
2014-12-26 14:44:49 +03:00
.It Fl -request_overwrite
2014-12-24 16:13:18 +03:00
request overwrite
2014-12-26 14:44:49 +03:00
.It Fl -downloads_directory
2014-12-24 16:13:18 +03:00
downloads directory
2014-12-26 14:44:49 +03:00
.It Fl -url_file
2014-12-24 16:13:18 +03:00
url file
2014-12-26 14:44:49 +03:00
.It Fl -show_single_tab
2014-12-24 16:13:18 +03:00
Force tabs to always be show.
2014-12-26 14:44:49 +03:00
.It Fl -button_type
2014-12-24 16:13:18 +03:00
button type
2014-12-26 14:44:49 +03:00
.It Fl -disable_popups
2014-12-24 16:13:18 +03:00
disable popups
2014-12-26 14:44:49 +03:00
.It Fl -disable_plugins
2014-12-24 16:13:18 +03:00
disable plugins
2014-12-26 14:44:49 +03:00
.It Fl -history_age
2014-12-24 16:13:18 +03:00
history age
2014-12-26 14:44:49 +03:00
.It Fl -hover_urls
2014-12-24 16:13:18 +03:00
hover urls
2014-12-26 14:44:49 +03:00
.It Fl -focus_new
2014-12-24 16:13:18 +03:00
focus new
2014-12-26 14:44:49 +03:00
.It Fl -new_blank
2014-12-24 16:13:18 +03:00
new blank
2014-12-26 14:44:49 +03:00
.It Fl -hotlist_path
2014-12-24 16:13:18 +03:00
hotlist path
2014-12-26 14:44:49 +03:00
.It Fl -source_tab
2014-12-24 16:13:18 +03:00
source tab
2014-12-26 14:44:49 +03:00
.It Fl -current_theme
2014-12-24 16:13:18 +03:00
current theme
2014-12-26 14:44:49 +03:00
.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@netsurf-browser.org