SlackBuildsOrg/network/w3m
root e95076c776
Daves unified names
"Dave/David" changed to "D"

M  academic/ed-v6/ed-v6.info
M  audio/aacplusenc/aacplusenc.info
M  audio/alsaequal/alsaequal.info
M  audio/audioconvert/audioconvert.info
M  audio/hydrogen/hydrogen.info
M  audio/lash/lash.info
M  audio/nas/nas.info
M  audio/portmidi/portmidi.info
M  audio/retrovol/retrovol.info
M  audio/tta/tta.info
M  audio/xcfa/xcfa.info
M  audio/xforge/xforge.info
M  desktop/catfish/catfish.info
M  desktop/dwm/dwm.info
M  desktop/grun/grun.info
M  desktop/tty-clock/tty-clock.info
M  desktop/wmii/wmii.info
M  desktop/xonclock/xonclock.info
M  development/pudb/pudb.info
M  development/shed/shed.info
M  graphics/fontforge/fontforge.info
M  libraries/libAfterImage/libAfterImage.info
M  libraries/libilbc/libilbc.info
M  libraries/libinklevel/libinklevel.info
M  libraries/libxlsxwriter/libxlsxwriter.info
M  libraries/nspluginwrapper/nspluginwrapper.info
M  libraries/pyPEG2/pyPEG2.info
M  libraries/python2-PyYAML/python2-PyYAML.info
M  libraries/python3-PyQtWebEngine/python3-PyQtWebEngine.info
M  misc/figlet/figlet.info
M  multimedia/AtomicParsley/AtomicParsley.info
M  multimedia/farsight2/farsight2.info
M  network/atheme/atheme.info
M  network/elinks/elinks.info
M  network/felinks/felinks.info
M  network/gofiche/gofiche.info
M  network/js185/js185.info
M  network/milter-greylist/milter-greylist.info
M  network/msmtp/msmtp.info
M  network/nweb/nweb.info
M  network/oinkmaster/oinkmaster.info
M  network/persepolis/persepolis.info
M  network/proxychains/proxychains.info
M  network/psi-plus/psi-plus.info
M  network/psi/psi.info
M  network/purple-facebook/purple-facebook.info
M  network/purple-plugin-pack/purple-plugin-pack.info
M  network/pyNeighborhood/pyNeighborhood.info
M  network/qutebrowser/qutebrowser.info
M  network/smstools3/smstools3.info
M  network/w3m/w3m.info
M  network/wifi-radar/wifi-radar.info
M  office/aiksaurus/aiksaurus.info
M  office/calcurse/calcurse.info
M  office/gcal/gcal.info
M  office/python-gcalcli/python-gcalcli.info
M  perl/perl-Algorithm-Combinatorics/perl-Algorithm-Combinatorics.info
M  perl/perl-Algorithm-Loops/perl-Algorithm-Loops.info
M  perl/perl-IO-Interface/perl-IO-Interface.info
M  perl/perl-IO-String/perl-IO-String.info
M  perl/perl-MIME-Types/perl-MIME-Types.info
M  perl/perl-Math-BigInt-GMP/perl-Math-BigInt-GMP.info
M  perl/perl-Math-GMPq/perl-Math-GMPq.info
M  perl/perl-Math-GMPz/perl-Math-GMPz.info
M  perl/perl-Math-MPC/perl-Math-MPC.info
M  perl/perl-Math-MPFR/perl-Math-MPFR.info
M  perl/perl-Math-Prime-Util-GMP/perl-Math-Prime-Util-GMP.info
M  perl/perl-Math-Prime-Util/perl-Math-Prime-Util.info
M  perl/perl-Sidef/perl-Sidef.info
M  perl/perl-xml-libxml/perl-xml-libxml.info
M  python/importlib-resources/importlib-resources.info
M  python/python-urwid_readline/python-urwid_readline.info
M  python/python2-demjson/python2-demjson.info
M  python/python2-elementtree/python2-elementtree.info
M  python/python2-morbid/python2-morbid.info
M  python/python2-orbited/python2-orbited.info
M  python/python2-stomper/python2-stomper.info
M  python/python2-uuid/python2-uuid.info
M  python/python3-attrs/python3-attrs.info
M  system/atool/atool.info
M  system/daa2iso/daa2iso.info
M  system/driconf/driconf.info
M  system/goaccess/goaccess.info
M  system/imwheel/imwheel.info
M  system/ink/ink.info
M  system/lomoco/lomoco.info
M  system/ph/ph.info
M  system/powernowd/powernowd.info
M  system/python-urwid/python-urwid.info
M  system/regionset/regionset.info
M  system/stress-ng/stress-ng.info
M  system/uif2iso/uif2iso.info
M  system/upass/upass.info
M  system/wine/wine.info

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2023-05-06 08:28:36 +07:00
..
README
slack-desc
w3m.info
w3m.SlackBuild

w3m is a World Wide Web (WWW) text based client.

Help is avaliable in English, German and Japanese.  There is an option
menu which can be configured for the chosen lanugage.

It will display hypertext markup language (HTML) documents containing
links to files residing on the local system, as well as files residing
on remote systems. It can display HTML tables, frames, and images, and
supports tabbed browsing. In addition, it can be used as a "pager" in
much the same manner as "more" or "less".  w3m can display images in
both the framebuffer, in supported terminals, and the X server.

Supported consoles for image display are st, urxvt (rxvt-unicode) and
termite (via a patch), including inside screen (untested with tmux).

Optional dependency: compface

(Compface converts 48x48x1 images to and from a compressed format.  The
purpose is to allow the inclusion of face images within mail headers
using the field name 'X-face:'.)

SlackBuild Options:

NOMOUSE=1                          to disable mouse support
NOMAILER=1                         disable w3mmailer
GUIBROWSER=/path/to/browser        set the GUI browser
EDITOR=/path/to/editor             set external editor

E.G.:

NOMOUSE=1 ./w3m.SlackBuild
NOMAILER=1 ./w3m.SlackBuild
GUIBROWSER=/usr/bin/qutebrowser ./w3m.SlackBuild

Or combine any of them together.  By default GUIBROWSER is set to
/usr/bin/firefox.  EDITOR will be picked up from the environment if set.

These are also settable via the options menu.