slackbuilds_ponce/network/elinks
2018-09-29 07:47:38 +07:00
..
patches network/elinks: Add multiple build options and contributed code. 2018-09-29 07:47:38 +07:00
elinks.info network/elinks: Add options to disable mouse and gpm. 2017-11-20 17:59:14 +07:00
elinks.SlackBuild network/elinks: Add multiple build options and contributed code. 2018-09-29 07:47:38 +07:00
README network/elinks: Add multiple build options and contributed code. 2018-09-29 07:47:38 +07:00
slack-desc

elinks (ELinks - Full-Featured Text WWW Browser)

ELinks is an advanced and well-established feature-rich text mode web
(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.

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:

MOUSE=no ./elinks.SlackBuild

Several options can be combined together.

OPTIONS

Category       Description                         Default Value

System:

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

UI:

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.

Optional Dependencies:

tre:  for regex search support