2010-05-11 15:01:27 +02:00
|
|
|
elinks (ELinks - Full-Featured Text WWW Browser)
|
|
|
|
|
2018-09-27 21:23:54 +02:00
|
|
|
ELinks is an advanced and well-established feature-rich text mode web
|
2018-10-14 08:57:48 +02:00
|
|
|
(HTTP/FTP/..) browser. ELinks can render both frames and tables, is
|
|
|
|
highly customizable, and can be extended via Lua or Guile scripts. It
|
|
|
|
is very portable and runs on a variety of platforms. It also uses
|
|
|
|
SpiderMonkey javascript support.
|
2017-10-29 23:26:53 +01:00
|
|
|
|
2018-10-14 08:57:48 +02:00
|
|
|
There are a number of options that can be used to add support for
|
|
|
|
other protocols etc. To enable or disable an option use the following
|
|
|
|
method:
|
2017-10-29 23:26:53 +01:00
|
|
|
|
2018-09-27 21:23:54 +02:00
|
|
|
MOUSE=no ./elinks.SlackBuild
|
2017-10-29 23:26:53 +01:00
|
|
|
|
2018-09-27 21:23:54 +02:00
|
|
|
Several options can be combined together.
|
2017-10-29 23:26:53 +01:00
|
|
|
|
2018-09-27 21:23:54 +02:00
|
|
|
OPTIONS
|
2017-10-29 23:26:53 +01:00
|
|
|
|
2018-09-27 21:23:54 +02:00
|
|
|
Category Description Default Value
|
2017-11-19 21:58:05 +01:00
|
|
|
|
2018-09-27 21:23:54 +02:00
|
|
|
System:
|
2017-11-19 21:58:05 +01:00
|
|
|
|
2018-09-27 21:23:54 +02:00
|
|
|
FASTMEM Direct use of system alloc no
|
|
|
|
CGI Local CGI support no
|
|
|
|
CCOMBINING Unicode combining characters no
|
|
|
|
UTF8 UTF-8 support yes
|
|
|
|
IPV6 IPv6 support yes
|
|
|
|
HTMLHL HTML highlighting using DOM engine no
|
|
|
|
LZMA LZMA encoding support no
|
2017-12-22 07:24:13 +01:00
|
|
|
|
2018-09-27 21:23:54 +02:00
|
|
|
UI:
|
2017-12-22 07:24:13 +01:00
|
|
|
|
2018-09-27 21:23:54 +02:00
|
|
|
MOUSE Mouse support yes
|
|
|
|
GPM GPM (mouse) support yes
|
|
|
|
EXMODE Exmode (CLI) interface no
|
|
|
|
|
|
|
|
Colours:
|
|
|
|
|
|
|
|
COLS88 88 Colours no
|
|
|
|
COLS256 256 Colours no
|
|
|
|
COLSTRUE True Colours no
|
|
|
|
|
|
|
|
Scripting:
|
|
|
|
|
|
|
|
GUILE no
|
|
|
|
PERL no
|
|
|
|
PYTHON no
|
|
|
|
LUA yes
|
|
|
|
ECMA (SpiderMonkey Javascript Engine) yes
|
|
|
|
|
|
|
|
Protocols:
|
|
|
|
|
|
|
|
BITTORRENT no
|
|
|
|
DATA yes
|
|
|
|
FSP no
|
|
|
|
FTP yes
|
|
|
|
FINGER no
|
|
|
|
GOPHER no
|
|
|
|
NNTP no
|
|
|
|
SMB no
|
|
|
|
|
|
|
|
Note that Unicode combining characters is marked as experimental.
|
|
|
|
|
2018-10-14 08:57:48 +02:00
|
|
|
Optional dependencies apart from scripting languages stated above:
|
2018-09-27 21:23:54 +02:00
|
|
|
|
|
|
|
tre: for regex search support
|