ELINKS(1) | The Elinks text-browser | ELINKS(1) |
NAME
elinks - lynx-like alternative character mode WWW browser
SYNOPSIS
elinks [OPTION]... [URL]...
DESCRIPTION
ELinks is a text mode WWW browser, supporting colors, table rendering, background downloading, menu driven configuration interface, tabbed browsing and slim code.
Frames are supported. You can have different file formats associated with external viewers. mailto: and telnet: are supported via external clients.
ELinks can handle both local files and remote URLs. The main supported remote URL protocols are HTTP, HTTPS (with SSL support compiled in) and FTP. Additional protocol support exists for BitTorrent finger, Gopher, SMB and NNTP.
The homepage of ELinks can be found at http://elinks.cz/, where the ELinks manual is also hosted.
OPTIONS
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.
-always-load-config [0|1] (default: 0)
-anonymous [0|1] (default: 0)
-auto-submit [0|1] (default: 0)
-base-session <num> (default: 0)
-bind-address <str> (default: "")
-bind-address-ipv6 <str> (default: "")
-config-dir <str> (default: "")
-config-dump
-config-file <str> (default: "elinks.conf")
-config-help
-default-mime-type (alias for mime.default_type)
-default-keys [0|1] (default: 0)
-dump [0|1] (default: 0)
-dump-charset (alias for document.dump.codepage)
-dump-color-mode (alias for document.dump.color_mode)
-dump-width (alias for document.dump.width)
-eval
-force-html
-?, -h, -help
-localhost [0|1] (default: 0)
-long-help
-lookup
-no-connect [0|1] (default: 0)
-no-home [0|1] (default: 0)
-no-libevent [0|1] (default: 0)
-no-numbering (alias for document.dump.numbering)
Note that this really affects only -dump, nothing else.
-no-references (alias for document.dump.references)
Note that this really affects only -dump, nothing else.
-remote
Following is a list of the supported methods:
-session-ring <num> (default: 0)
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 ELinks instances each running standalone, rather use the -no-connect command-line option. Also note that normally no runtime state files are written to the disk when this option is used. See also -touch-files.
-source [0|1] (default: 0)
-terminfo [0|1] (default: 0)
-touch-files [0|1] (default: 0)
-verbose <num> (default: 1)
-version
Generated using output from ELinks version 0.17.1.1.
ENVIRONMENT VARIABLES
COMSPEC, SHELL
EDITOR
ELINKS_CONFDIR
XDG_CONFIG_HOME
ELINKS_TWTERM, LINKS_TWTERM
ELINKS_XTERM, LINKS_XTERM
FTP_PROXY, HTTP_PROXY, HTTPS_PROXY
NO_PROXY
HOME
WWW_HOME
FILES
Configuration files controlled by ELinks are located in the user configuration directory, defaulting to ~/.config/elinks/. In addition to the files listed below, a user defined CSS stylesheet can be defined using the document.css.stylesheet option.
@sysconfdir@/elinks.conf
~/.config/elinks/elinks.conf
~/.config/elinks/bookmarks
~/.config/elinks/cookies
~/.config/elinks/exmodehist
~/.config/elinks/formhist
~/.config/elinks/globhist
~/.config/elinks/gotohist
~/.config/elinks/hooks.{js,lua,pl,py,rb,scm}
~/.config/elinks/searchhist
~/.config/elinks/socket
~/.mailcap, /etc/mailcap
~/.mime.types, /etc/mime.types
BUGS
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.
LICENSE
ELinks is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License http://www.gnu.org/licenses/old-licenses/gpl-2.0.html as published by the Free Software Foundation; version 2 of the License.
AUTHORS
The Links browser - on which ELinks is based - was written by Mikulas Patocka <mikulas@artax.karlin.mff.cuni.cz>. ELinks was written by Petr Baudis <pasky@ucw.cz>. See file AUTHORS in the source tree for a list of people contributing to this project.
This manual page was written by Peter Gervai <grin@tolna.net>, using excerpts from a (yet?) unknown Links fan for the Debian GNU/Linux system (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>.
SEE ALSO
elinkskeys(5), elinks.conf(5), links(1), lynx(1), w3m(1), wget(1)
10/28/2024 | ELinks 0.17.1.1 |