2010-05-11 15:01:27 +02:00
|
|
|
elinks (ELinks - Full-Featured Text WWW Browser)
|
|
|
|
|
2014-01-21 06:41:13 +01:00
|
|
|
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.
|
2017-10-29 23:26:53 +01:00
|
|
|
It is very portable and runs on a variety of platforms. It also uses
|
|
|
|
Spider Monkey's javascript support.
|
|
|
|
|
|
|
|
ELinks also supports the gopher protocol.
|
|
|
|
|
|
|
|
Various support options added into this SlackBuild:
|
|
|
|
|
|
|
|
Guile, CGI, NNTP, HTML-highlight, finger, bittorrent, gopher,
|
|
|
|
exmode, 88 colours, 256 colours, true colour.
|
|
|
|
|
|
|
|
If you experience problems with corrupt graphics etc. it may be worth
|
|
|
|
experiementing with various $TERM variables, as well as look into the
|
|
|
|
settings for terminal options. EG:
|
|
|
|
|
|
|
|
TERM=rxvt-unicode elinks <URL>
|
2017-11-19 21:58:05 +01:00
|
|
|
|
|
|
|
To disable the X windows mouse use the flag NOMOUSE=1
|
|
|
|
To disable the gpm mouse use the flag NOGPM=1
|
|
|
|
or combine them:
|
|
|
|
|
|
|
|
NOMOUSE=1 NOGPM=1 ./elinks.SlackBuild
|