summaryrefslogtreecommitdiffstats
path: root/network/w3m/README
diff options
context:
space:
mode:
Diffstat (limited to 'network/w3m/README')
-rw-r--r--network/w3m/README45
1 files changed, 29 insertions, 16 deletions
diff --git a/network/w3m/README b/network/w3m/README
index 15ea4bb339..fc085609e8 100644
--- a/network/w3m/README
+++ b/network/w3m/README
@@ -1,26 +1,36 @@
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, incertain consoles, and the X
+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 urxvt (rxvt-unicode) and
-termite (via a patch), including inside screen (untested with tmux).
+Supported consoles for image display are 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:
-To disable mouse support pass NOMOUSE=1 to the slackbuild.
-To disable w3mmailer pass NOMAILER=1 to the slackbuild.
-To set the GUI browser pass the desired browser as GUIBROWSER.
+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
EG:
@@ -28,5 +38,8 @@ NOMOUSE=1 ./w3m.SlackBuild
NOMAILER=1 ./w3m.SlackBuild
GUIBROWSER=/usr/bin/qutebrowser ./w3m.SlackBuild
-Or combine any of them together. By default the GUI browser is set to
-/usr/bin/firefox.
+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.