[w3m-dev 04414] Re: "normal" bugs from bugs.debian.org
[email protected] Mon, 4 Oct 2010 10:53:22 +0900
| Newsgroups | gmane.comp.web.w3m.devel |
|---|---|
| Message-ID | <[email protected]> |
On Fri, Aug 13, 2010 at 02:20:36AM +0900, [email protected] wrote: > w3m: -I option not mentioned in man page > http://bugs.debian.org/530515 > http://bugs.debian.org/398260 > > -I オプションが man や -help に載っていない。 -I オプションは -help に載っていますが、 man には載っていなかったのでそれのパッチが届きました。 http://bugs.debian.org/595534 ただ、こちらにパッチは CVS にはそのまま当たらなかったので、 > man w3m: add a FILES section > http://bugs.debian.org/403634 > > man に FILES セクションを追加してほしい。 のほうも加えて作り直しました。 -- Regards, dai GPG Fingerprint = 0B29 D88E 42E6 B765 B8D8 EA50 7839 619D D439 668E --- w3m.1.orig 2010-10-04 10:13:42.000000000 +0900 +++ w3m.1 2010-10-04 10:43:47.000000000 +0900 @@ -8,7 +8,6 @@ .B w3m [options] [URL or filename] .PP -Use "w3m -h" to display a complete list of current options. .SH DESCRIPTION .\" This defines appropriate quote strings for nroff and troff .ds lq \&" @@ -53,6 +52,12 @@ .B -l line # of preserved line (default 10000) .TP +.B -I charset +document charset +.TP +.B -O charset +display/output charset +.TP .B -B load bookmark .TP @@ -71,6 +76,9 @@ .B -M monochrome display .TP +.B -N +open URL of command line on each new tab +.TP .B -F automatically render frame .TP @@ -81,8 +89,11 @@ specify column width (used with -dump) .TP .B -ppc count -specify the number of pixels per character (default 8.0) -Larger values will make tables narrower. +specify the number of pixels per character (4.0...32.0). +Larger values will make tables narrower. [default 8.0] +.TP +.B -ppl count +specify the number of pixels per line (4.0...64.0) .TP .B -dump_source dump page source into stdout @@ -111,6 +122,12 @@ .B -no-proxy don't use proxy .TP +.B -4 +IPv4 only (-o dns_order=4) +.TP +.B -6 +IPv6 only (-o dns_order=6) +.TP .B -no-mouse don't use mouse .TP @@ -120,6 +137,12 @@ .B -no-cookie don't use cookie .TP +.B -graph +use graphic character +.TP +.B -no-graph +don't use graphic character +.TP .B -S squeeze multiple blank lines .TP @@ -148,6 +171,9 @@ .B -version show w3m version .TP +.B -reqlog +write request logfile +.TP .B -debug DO NOT USE .SH EXAMPLES @@ -164,12 +190,49 @@ or .br $ cat foo.html | w3m -dump -T text/html >foo.txt +.SH FILES +.TP +.I ${HOME}/.w3m/config +configuration file +.TP +.I ${HOME}/.w3m/keymap +key binding configuration file +.\" .TP +.\" .I ${HOME}/.w3m/menu +.\" ??? +.TP +.I ${HOME}/.w3m/mouse +mouse configuration file +.TP +.I ${HOME}/.w3m/cookie +cookie file +.TP +.I ${HOME}/.w3m/history +history file +.TP +.I ${HOME}/.w3m/passwd +passowrd and username file +.TP +.I ${HOME}/.w3m/pre_form +form parameters file +.TP +.I ${HOME}/.w3m/mailcap +external viewer configuration file +.TP +.I ${HOME}/.w3m/mime.types +MIME types file +.\" .TP +.\" .I ${HOME}/.w3m/urimethodmap +.\" ??? .SH NOTES This is the .I w3m -0.2.1 Release. +0.5.2 Release. .PP +Please see the MANUAL.html file distributed with w3m for +more detailed documentation. + Additional information about .I w3m --- FAQ.html.orig 2010-10-04 10:45:36.000000000 +0900 +++ FAQ.html 2010-10-04 10:47:44.000000000 +0900 @@ -54,7 +54,7 @@ <li><h3>w3m appends a URL to the former one despite of having cleared the line with Ctrl-u. What to do?</h3> </ul> <br> -<li><a href="other"><h2>Misc</a></h2> +<li><a href="#other"><h2>Misc</a></h2> <ul> <li><h3>What is w3m's configuration file?</h3> <li><h3>What are these w3mxxxx files in my ~/.w3m directory for?</h3>