summaryrefslogtreecommitdiff
path: root/docs/netsurf-fb.1
blob: e4c310075618669898e6631951a35e57e9e37067 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
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@debian.org>,
for the Debian project (and may be used by others).