aboutsummaryrefslogtreecommitdiffstats
path: root/doc/w3m.1
diff options
context:
space:
mode:
authorMarkus Hiereth <post@hiereth.de>2014-11-29 07:59:58 +0000
committerTatsuya Kinoshita <tats@debian.org>2014-11-29 07:59:58 +0000
commit61cf1445be0a319e63f9c938c4f70972de5f6ae6 (patch)
treef1b1c852a153f6f8ec2bb2087f56dcff1e3ffcf6 /doc/w3m.1
parentImprove explanation about option -N (diff)
downloadw3m-61cf1445be0a319e63f9c938c4f70972de5f6ae6.tar.gz
w3m-61cf1445be0a319e63f9c938c4f70972de5f6ae6.zip
Improve EXAMPLES
Origin: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=766550#30 Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=380560
Diffstat (limited to '')
-rw-r--r--doc/w3m.167
1 files changed, 54 insertions, 13 deletions
diff --git a/doc/w3m.1 b/doc/w3m.1
index 81ace72..d13c64c 100644
--- a/doc/w3m.1
+++ b/doc/w3m.1
@@ -178,19 +178,60 @@ write request logfile
.B -debug
DO NOT USE
.SH EXAMPLES
-.TP
-To use w3m as a pager:
-.br
-$ ls | w3m
-.br
-.TP
-To use w3m to translate HTML files:
-.br
-$ cat foo.html | w3m -T text/html
-.TP
-or
-.br
-$ cat foo.html | w3m -dump -T text/html >foo.txt
+.SS Pager-like usage
+.TP
+Combine snippets of HTML code and preview the page
+.EX
+$ cat header.html footer.html | w3m -T text/html
+.EE
+.TP
+Compare two files using tabs
+.EX
+$ w3m -N config.old config
+.EE
+.SS Browser-like usage
+.TP
+Display web content in monochrome terminal
+.EX
+$ w3m -M http://w3m.sourceforge.net
+.EE
+.TP
+Display embedded graphics
+.EX
+$ w3m -o auto_image=TRUE http://w3m.sourceforge.net
+.EE
+.TP
+Display content from Usenet
+.EX
+$ w3m -m nntp://news.aioe.org/comp.os.linux.networking
+.EE
+.TP
+Upload data for a URL using the POST method
+.EX
+$ w3m -post - http://example.com/form.php <<<'a=0&b=1'
+.EE
+.SS Filter-like usage
+.TP
+Convert an HTML file to plain text with a defined line length
+.EX
+$ w3m -cols 40 foo.html > foo.txt
+.EE
+.TP
+Output the bookmarks page as text with an appended list of links
+.EX
+$ w3m -B -o display_link_number=1 > out.txt
+.EE
+.TP
+Conversion of file format and character encoding
+.EX
+$ w3m -T text/html -I EUC-JP -O UTF-8 < foo.html > foo.txt
+.EE
+.SS Start with no input
+.TP
+Welcome users with a built-in page
+.EX
+$ w3m -v
+.EE
.SH FILES
.TP
.I ${HOME}/.w3m/config