elinks(1): update and polish; leave out the platform section
[elinks.git] / doc / man / man1 / elinks.1.in
blob20678dd7e33d4f0f4dbc390c3a3cd35e4cc31a34
1 .\"     Title: elinks
2 .\"    Author: 
3 .\" Generator: DocBook XSL Stylesheets v1.72.0 <http://docbook.sf.net/>
4 .\"      Date: 03/02/2008
5 .\"    Manual: 
6 .\"    Source: 
7 .\"
8 .TH "ELINKS" "1" "03/02/2008" "" ""
9 .\" disable hyphenation
10 .nh
11 .\" disable justification (adjust text to left margin only)
12 .ad l
13 .SH "NAME"
14 elinks \- lynx\-like alternative character mode WWW browser
15 .SH "SYNOPSIS"
16 \fIelinks\fR [OPTION]\&... [URL]\&...
17 .sp
18 .SH "DESCRIPTION"
19 \fIELinks\fR is a text mode WWW browser, supporting colors, table rendering, background downloading, menu driven configuration interface, tabbed browsing and slim code.
20 .sp
21 Frames are supported. You can have different file formats associated with external viewers. mailto: and telnet: are supported via external clients.
22 .sp
23 ELinks can handle both local files and remote URLs. The main supported remote URL protocols are \fIHTTP\fR, \fIHTTPS\fR (with SSL support compiled in) and \fIFTP\fR. Additional protocol support exists for \fIBitTorrent\fR \fIfinger\fR, \fIGopher\fR, \fISMB\fR and \fINNTP\fR.
24 .sp
25 The homepage of \fIELinks\fR can be found at <http://elinks.cz/>, where the ELinks manual is also hosted.
26 .sp
27 .SH "OPTIONS"
28 Most options can be set in the user interface or config file, so usually you do not need to care about them. Note that this list is roughly equivalent to the output of running ELinks with the option \-\-long\-help.
29 .sp
30 .PP
31 \-anonymous [0|1] (default: 0)
32 .RS 4
33 Restricts
34 \fIELinks\fR
35 so it can run on an anonymous account. Local file browsing, downloads, and modification of options will be disabled. Execution of viewers is allowed, but entries in the association table can't be added or modified.
36 .RE
37 .PP
38 \-auto\-submit [0|1] (default: 0)
39 .RS 4
40 Automatically submit the first form in the given URLs.
41 .RE
42 .PP
43 \-base\-session <num> (default: 0)
44 .RS 4
45 Used internally when opening
46 \fIELinks\fR
47 instances in new windows. The ID maps to information that will be used when creating the new instance. You don't want to use it.
48 .RE
49 .PP
50 \-config\-dir <str> (default: "")
51 .RS 4
52 Path of the directory
53 \fIELinks\fR
54 will read and write its config and runtime state files to instead of
55 ~/.elinks. If the path does not begin with a '/' it is assumed to be relative to your
56 \fIHOME\fR
57 directory.
58 .RE
59 .PP
60 \-config\-dump
61 .RS 4
62 Print a configuration file with options set to the built\-in defaults to stdout.
63 .RE
64 .PP
65 \-config\-file <str> (default: "elinks.conf")
66 .RS 4
67 Name of the configuration file that all configuration options will be read from and written to. It should be relative to config\-dir.
68 .RE
69 .PP
70 \-config\-help
71 .RS 4
72 Print help for configuration options and exit.
73 .RE
74 .PP
75 \-default\-mime\-type (alias for mime.default_type)
76 .RS 4
77 The default MIME type used for documents of unknown type.
78 .RE
79 .PP
80 \-default\-keys [0|1] (default: 0)
81 .RS 4
82 When set, all keybindings from configuration files will be ignored. It forces use of default keybindings and will reset user\-defined ones on save.
83 .RE
84 .PP
85 \-dump [0|1] (default: 0)
86 .RS 4
87 Print formatted plain\-text versions of given URLs to stdout.
88 .RE
89 .PP
90 \-dump\-charset (alias for document.dump.codepage)
91 .RS 4
92 Codepage used when formatting dump output.
93 .RE
94 .PP
95 \-dump\-width (alias for document.dump.width)
96 .RS 4
97 Width of the dump output.
98 .RE
99 .PP
100 \-eval
101 .RS 4
102 Specify configuration file directives on the command\-line which will be evaluated after all configuration files has been read. Example usage:
104 .RS 4
106 \-eval 'set protocol.file.allow_special_files = 1'
111 \-force\-html
112 .RS 4
113 Makes
114 \fIELinks\fR
115 assume documents of unknown types are HTML. Useful when using
116 \fIELinks\fR
117 as an external viewer from MUAs. This is equivalent to
118 \-default\-mime\-type
119 text/html.
122 \-?, \-h, \-help
123 .RS 4
124 Print usage help and exit.
127 \-localhost [0|1] (default: 0)
128 .RS 4
129 Restricts
130 \fIELinks\fR
131 to work offline and only connect to servers with local addresses (ie. 127.0.0.1). No connections to remote servers will be permitted.
134 \-long\-help
135 .RS 4
136 Print detailed usage help and exit.
139 \-lookup
140 .RS 4
141 Look up specified host and print all DNS resolved IP addresses.
144 \-no\-connect [0|1] (default: 0)
145 .RS 4
147 \fIELinks\fR
148 as a separate instance instead of connecting to an existing instance. Note that normally no runtime state files (bookmarks, history, etc.) are written to the disk when this option is used. See also
149 \-touch\-files.
152 \-no\-home [0|1] (default: 0)
153 .RS 4
154 Disables creation and use of files in the user specific home configuration directory (~/.elinks). It forces default configuration values to be used and disables saving of runtime state files.
157 \-no\-numbering (alias for document.dump.numbering)
158 .RS 4
159 Prevents printing of link number in dump output. Note that this really affects only
160 \-dump, nothing else.
163 \-no\-references (alias for document.dump.references)
164 .RS 4
165 Prevents printing of references (URIs) of document links in dump output. Note that this really affects only
166 \-dump, nothing else.
169 \-remote
170 .RS 4
171 Control a remote
172 \fIELinks\fR
173 instance by passing commands to it. The option takes an additional argument containing the method which should be invoked and any parameters that should be passed to it. For ease of use, the additional method argument can be omitted in which case any URL arguments will be opened in new tabs in the remote instance. Following is a list of the supported methods:
175 .RS 4
176 \h'-04'\(bu\h'+03'
177 ping(): look for a remote instance
180 .RS 4
181 \h'-04'\(bu\h'+03'
182 openURL(): prompt URL in current tab
185 .RS 4
186 \h'-04'\(bu\h'+03'
187 openURL(URL): open URL in current tab
190 .RS 4
191 \h'-04'\(bu\h'+03'
192 openURL(URL, new\-tab): open URL in new tab
195 .RS 4
196 \h'-04'\(bu\h'+03'
197 openURL(URL, new\-window): open URL in new window
200 .RS 4
201 \h'-04'\(bu\h'+03'
202 addBookmark(URL): bookmark URL
205 .RS 4
206 \h'-04'\(bu\h'+03'
207 infoBox(text): show text in a message box
210 .RS 4
211 \h'-04'\(bu\h'+03'
212 xfeDoCommand(openBrowser): open new window
216 \-session\-ring <num> (default: 0)
217 .RS 4
218 ID of session ring this
219 \fIELinks\fR
220 session should connect to.
221 \fIELinks\fR
222 works in so\-called session rings, whereby all instances of
223 \fIELinks\fR
224 are interconnected and share state (cache, bookmarks, cookies, and so on). By default, all
225 \fIELinks\fR
226 instances connect to session ring 0. You can change that behaviour with this switch and form as many session rings as you want. Obviously, if the session\-ring with this number doesn't exist yet, it's created and this 'ELinks' instance will become the master instance (that usually doesn't matter for you as a user much). Note that you usually don't want to use this unless you're a developer and you want to do some testing \- if you want the
227 \fIELinks\fR
228 instances each running standalone, rather use the
229 \-no\-connect
230 command\-line option. Also note that normally no runtime state files are written to the disk when this option is used. See also
231 \-touch\-files.
234 \-source [0|1] (default: 0)
235 .RS 4
236 Print given URLs in source form to stdout.
239 \-touch\-files [0|1] (default: 0)
240 .RS 4
241 When enabled, runtime state files (bookmarks, history, etc.) are written to disk, even when
242 \-no\-connect
244 \-session\-ring
245 is used. The option has no effect if not used in conjunction with any of these options.
248 \-verbose <num> (default: 1)
249 .RS 4
250 The verbose level controls what messages are shown at start up and while running:
252 .RS 4
253 \h'-04'\(bu\h'+03'0: means only show serious errors
256 .RS 4
257 \h'-04'\(bu\h'+03'1: means show serious errors and warnings
260 .RS 4
261 \h'-04'\(bu\h'+03'2: means show all messages
265 \-version
266 .RS 4
267 Print
268 \fIELinks\fR
269 version information and exit.
271 Generated using output from ELinks version 0.11.4rc0.GIT.
273 .SH "ENVIRONMENT VARIABLES"
275 COMSPEC, SHELL
276 .RS 4
277 The shell used for File \-> OS Shell on DOS/Windows and UNIX, respectively.
280 EDITOR
281 .RS 4
282 The program to use for external editor (when editing textareas).
285 ELINKS_CONFDIR
286 .RS 4
287 The location of the directory containing configuration files. If not set the default is
288 ~/.elinks/.
291 ELINKS_TWTERM, LINKS_TWTERM
292 .RS 4
293 The command to run when selecting File \-> New window and if
294 TWDISPLAY
295 is defined (default
296 twterm \-e).
299 ELINKS_XTERM, LINKS_XTERM
300 .RS 4
301 The command to run when selecting File \-> New window and if
302 DISPLAY
303 is defined (default
304 xterm \-e).
307 FTP_PROXY, HTTP_PROXY, HTTPS_PROXY
308 .RS 4
309 The host to proxy the various protocol traffic through.
312 NO_PROXY
313 .RS 4
314 A comma separated list of URLs which should not be proxied.
317 HOME
318 .RS 4
319 The path to the users home directory. Used when expanding
323 WWW_HOME
324 .RS 4
325 Homepage location (as in
326 \fBlynx\fR(1)).
328 .SH "FILES"
329 Configuration files controlled by ELinks are located in the user configuration directory, defaulting to \fI~/.elinks/\fR. In addition to the files listed below, a user defined CSS stylesheet can be defined using the \fIdocument.css.stylesheet\fR option.
332 @sysconfdir@/elinks.conf
333 .RS 4
334 Site\-wide configuration file.
337 ~/.elinks/elinks.conf
338 .RS 4
339 Per\-user config file, loaded after site\-wide configuration.
342 ~/.elinks/bookmarks
343 .RS 4
344 Bookmarks file.
347 ~/.elinks/cookies
348 .RS 4
349 Cookies file.
352 ~/.elinks/exmodehist
353 .RS 4
354 Exmode history file.
357 ~/.elinks/formhist
358 .RS 4
359 Form history file.
362 ~/.elinks/globhist
363 .RS 4
364 History file containing most recently visited URLs.
367 ~/.elinks/gotohist
368 .RS 4
369 GoTo URL dialog history file.
372 ~/.elinks/hooks.{js,lua,pl,py,rb,scm}
373 .RS 4
374 Browser scripting hooks.
377 ~/.elinks/searchhist
378 .RS 4
379 Search history file.
382 ~/.elinks/socket
383 .RS 4
384 Internal
385 \fIELinks\fR
386 socket for communication between its instances.
389 ~/.mailcap, /etc/mailcap
390 .RS 4
391 Mappings of MIME types to external handlers.
394 ~/.mime.types, /etc/mime.types
395 .RS 4
396 Mappings of file extensions to MIME types.
398 .SH "BUGS"
399 Please report any other bugs you find to the either the ELinks mailing list at <elinks\-users@linuxfromscratch.org> or if you prefer enter them into the bug tracking system <http://bugzilla.elinks.cz/>. More information about how to get in contact with developers and getting help can be found on the community page <http://elinks.cz/community.html>.
401 .SH "LICENSE"
402 \fIELinks\fR is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License <http://www.gnu.org/copyleft/gpl.html> as published by the Free Software Foundation; version 2 of the License.
404 .SH "AUTHORS"
405 The \fILinks\fR browser \- on which \fIELinks\fR is based \- was written by Mikulas Patocka <mikulas@artax.karlin.mff.cuni.cz>. \fIELinks\fR was written by Petr Baudis <pasky@ucw.cz>. See file AUTHORS in the source tree for a list of people contributing to this project.
407 This manual page was written by Peter Gervai <grin@tolna.net>, using excerpts from a (yet?) unknown \fILinks\fR fan for the \fIDebian GNU/Linux system\fR (but may be used by others). Contributions from Francis A. Holop. Extended, clarified and made more up\-to\-date by Petr Baudis <pasky@ucw.cz>. Updated by Zas <zas@norz.org>. The conversion to Asciidoc and trimming was done by Jonas Fonseca <fonseca@diku.dk>.
409 .SH "SEE ALSO"
410 \fBelinkskeys\fR(5), \fBelinks.conf\fR(5), \fBlinks\fR(1), \fBlynx\fR(1), \fBw3m\fR(1), \fBwget\fR(1)