Drop useless goto/label.
[elinks.git] / doc / elinks.1.txt
blob237176d287e549b3b3d7ac9eef0f7712b1ea77b5
1 elinks(1)
2 =========
3 :Description:   The Elinks text-browser
5 NAME
6 ----
7 elinks - lynx-like alternative character mode WWW browser
9 SYNOPSIS
10 --------
11 'elinks' [OPTION]... [URL]...
13 DESCRIPTION
14 -----------
16 'ELinks' is a text mode WWW browser, supporting colors, table rendering,
17 background downloading, menu driven configuration interface, tabbed browsing
18 and slim code. 
20 Frames are supported. You can have different file formats associated with
21 external viewers. `mailto:` and `telnet:` are supported via external clients.
23 ELinks  can handle both local files and remote URLs. The main supported remote
24 URL protocols are 'HTTP', 'HTTPS' (with SSL support compiled in) and 'FTP'.
25 Additional  protocol  support  exists for 'BitTorrent' 'finger', 'Gopher',
26 'SMB' and 'NNTP'.
28 The homepage of 'ELinks' can be found at http://elinks.cz/[], where the ELinks
29 manual is also hosted.
31 OPTIONS
32 -------
34 Most options can be set in the user interface or config file, so usually you
35 do not need to care about them. Note that this list is roughly equivalent to
36 the output of running ELinks with the option `--long-help`.
38 include::{builddir}option-command.txt[]
40 ENVIRONMENT VARIABLES
41 ---------------------
43 COMSPEC, SHELL::
45         The shell used for File -> OS Shell on DOS/Windows and UNIX,
46         respectively.
48 EDITOR::
50         The program to use for external editor (when editing textareas).
52 ELINKS_CONFDIR::
54         The location of the directory containing configuration files.  If not
55         set the default is `~/.elinks/`.
57 ELINKS_TWTERM, LINKS_TWTERM::
59         The command to run when selecting File -> New window and if
60         `TWDISPLAY` is defined (default `twterm -e`)
62 ELINKS_XTERM, LINKS_XTERM::
64         The command to run when selecting File -> New window and if `DISPLAY`
65         is defined (default `xterm -e`)
67 FTP_PROXY, HTTP_PROXY, HTTPS_PROXY::
69         The host to proxy the various protocol traffic through.
71 NO_PROXY::
73         A comma separated list of URLs which should not be proxied.
75 HOME::
77         The path to the users home directory. Used when expanding `~/`.
79 WWW_HOME::
81         Homepage location (as in man:lynx[1]).
83 FILES
84 -----
86 @sysconfdir@/elinks.conf::
87         Site-wide configuration file.
89 ~/.elinks/elinks.conf::
90         Per-user config file, loaded after site-wide configuration.
92 ~/.elinks/bookmarks::
93         Bookmarks file.
95 ~/.elinks/cookies::
96         Cookies file.
98 ~/.elinks/exmodehist::
99         Exmode history file.
101 ~/.elinks/formhist::
102         Form history file.
104 ~/.elinks/globhist::
105         History file containing most recently visited URLs.
107 ~/.elinks/gotohist::
108         GoTo URL dialog history file.
110 ~/.elinks/hooks.{js,lua,pl,py,rb,scm}::
111         Browser scripting hooks.
113 ~/.elinks/searchhist::
114         Search history file.
116 ~/.elinks/socket::
117         Internal 'ELinks' socket for communication between its instances.
119 ~/.mailcap::
120         Mappings of MIME types to external handlers.
122 ~/.mime.types::
123         Mappings of file extensions to MIME types.
125 Other files that ELinks uses from '~/.elinks/' includes the user defined CSS
126 stylesheet. The name of the file can set in the 'document.css.stylesheet'
127 option.
129 PLATFORMS
130 ---------
132 'ELinks' is known to work on 'Linux', 'FreeBSD', 'OpenBSD', 'Solaris', 'IRIX',
133 'HPUX', 'Digital Unix', 'AIX', 'OS/2', 'BeOS' and 'RISC OS'. Port for 'Win32'
134 is in state of beta testing.
136 BUGS
137 ----
139 Please report any other bugs you find to the either the ELinks mailing list at
140 mailto:elinks-users@linuxfromscratch.org[] or if you prefer enter them into
141 http://bugzilla.elinks.cz/[the bug tracking system]. More information about
142 how to get in contact with developers and getting help can be found on
143 http://elinks.cz/community.html[the community page].
145 LICENSE
146 -------
148 'ELinks' is free software; you can redistribute it and/or modify it under the
149 terms of http://www.gnu.org/copyleft/gpl.html[the GNU General Public License]
150 as published by the Free Software Foundation; version 2 of the License.
152 AUTHORS
153 -------
155 The 'Links' browser - on which 'ELinks' is based - was written by Mikulas
156 Patocka mailto:mikulas@artax.karlin.mff.cuni.cz[]. 'ELinks' was written by
157 Petr Baudis mailto:pasky@ucw.cz[]. See file `AUTHORS` in the source tree for a
158 list of people contributing to this project. 
160 This manual page was written by Peter Gervai mailto:grin@tolna.net[], using
161 excerpts from a (yet?) unknown 'Links' fan for the 'Debian GNU/Linux system'
162 (but may be used by others). Contributions from Francis A. Holop. Extended,
163 clarified and made more up-to-date by Petr Baudis mailto:pasky@ucw.cz[].
164 Updated by Zas mailto:zas@norz.org[]. The conversion to Asciidoc and trimming
165 was done by Jonas Fonseca mailto:fonseca@diku.dk[].
167 SEE ALSO
168 --------
170 man:elinkskeys[5], man:elinks.conf[5], man:links[1], man:lynx[1], man:w3m[1],
171 man:wget[1]
173 ////////////////////////////////////////////////////////////////////////////
174 # vim: tabstop=4 shiftwidth=4 textwidth=76
175 ////////////////////////////////////////////////////////////////////////////