SlackBuildsOrg/network/elinks
David Woodfall 2ea4407930 network/elinks: Patched to fix gopher link issues.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
2018-01-06 06:54:58 +07:00
..
0001-gopher_html_links.patch network/elinks: Patched for remote directory gopher links. 2017-12-21 08:19:23 +07:00
0002-gopher_index_queries.patch network/elinks: Patched for remote directory gopher links. 2017-12-21 08:19:23 +07:00
0003-gopher_directory_links.patch network/elinks: Patched for remote directory gopher links. 2017-12-21 08:19:23 +07:00
0004-ssl_cert_verify.patch network/elinks: force openssl certificate hostname verification. 2017-12-22 13:24:13 +07:00
0005-gopher_newlines_tabs_entity.patch network/elinks: Patched to fix gopher link issues. 2018-01-06 06:54:58 +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: Patched to fix gopher link issues. 2018-01-06 06:54:58 +07:00
README network/elinks: Patched to fix gopher link issues. 2018-01-06 06:54:58 +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
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>

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

This version is patched to fix the following issues:

Fix gopher URL: html links.
Fix gopher index queries.
Fix gopher directory links.
Make elinks verify ssl hostnames.
Fix a few more issues with gopher links.