* [w3m-dev 04414] Re: "normal" bugs from bugs.debian.org

This commit is contained in:
Ito Hiroyuki
2010-10-11 12:55:13 +00:00
parent 919adb4b57
commit faa0c54168
3 changed files with 75 additions and 6 deletions

View File

@@ -1,3 +1,9 @@
2010-10-11 d+w3m@vdr.jp
* [w3m-dev 04414] Re: "normal" bugs from bugs.debian.org
* doc/w3m.1: add documents about some options.
* doc/FAQ.html: fix typo.
2010-08-24 Karsten Schoelzel <kuser@gmx.de> 2010-08-24 Karsten Schoelzel <kuser@gmx.de>
* [w3m-dev 04393] [patch] locale-related character management * [w3m-dev 04393] [patch] locale-related character management
@@ -9194,4 +9200,4 @@ a * [w3m-dev 03276] compile error on EWS4800
* release-0-2-1 * release-0-2-1
* import w3m-0.2.1 * import w3m-0.2.1
$Id: ChangeLog,v 1.1038 2010/08/24 10:11:51 htrb Exp $ $Id: ChangeLog,v 1.1039 2010/10/11 12:59:36 htrb Exp $

View File

@@ -54,7 +54,7 @@ Corrected by Tom Berger &lt;tom.be@gmx.net&gt;
<li><h3>w3m appends a URL to the former one despite of having cleared the line with Ctrl-u. What to do?</h3> <li><h3>w3m appends a URL to the former one despite of having cleared the line with Ctrl-u. What to do?</h3>
</ul> </ul>
<br> <br>
<li><a href="other"><h2>Misc</a></h2> <li><a href="#other"><h2>Misc</a></h2>
<ul> <ul>
<li><h3>What is w3m's configuration file?</h3> <li><h3>What is w3m's configuration file?</h3>
<li><h3>What are these w3mxxxx files in my ~/.w3m directory for?</h3> <li><h3>What are these w3mxxxx files in my ~/.w3m directory for?</h3>

View File

@@ -8,7 +8,6 @@ w3m \- a text based Web browser and pager
.B w3m .B w3m
[options] [URL or filename] [options] [URL or filename]
.PP .PP
Use "w3m -h" to display a complete list of current options.
.SH DESCRIPTION .SH DESCRIPTION
.\" This defines appropriate quote strings for nroff and troff .\" This defines appropriate quote strings for nroff and troff
.ds lq \&" .ds lq \&"
@@ -53,6 +52,12 @@ ignore backspace effect
.B -l line .B -l line
# of preserved line (default 10000) # of preserved line (default 10000)
.TP .TP
.B -I charset
document charset
.TP
.B -O charset
display/output charset
.TP
.B -B .B -B
load bookmark load bookmark
.TP .TP
@@ -71,6 +76,9 @@ visual startup mode
.B -M .B -M
monochrome display monochrome display
.TP .TP
.B -N
open URL of command line on each new tab
.TP
.B -F .B -F
automatically render frame automatically render frame
.TP .TP
@@ -81,8 +89,11 @@ dump formatted page into stdout
specify column width (used with -dump) specify column width (used with -dump)
.TP .TP
.B -ppc count .B -ppc count
specify the number of pixels per character (default 8.0) specify the number of pixels per character (4.0...32.0).
Larger values will make tables narrower. 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 .TP
.B -dump_source .B -dump_source
dump page source into stdout dump page source into stdout
@@ -111,6 +122,12 @@ show line number
.B -no-proxy .B -no-proxy
don't use proxy don't use proxy
.TP .TP
.B -4
IPv4 only (-o dns_order=4)
.TP
.B -6
IPv6 only (-o dns_order=6)
.TP
.B -no-mouse .B -no-mouse
don't use mouse don't use mouse
.TP .TP
@@ -120,6 +137,12 @@ use cookie.
.B -no-cookie .B -no-cookie
don't use cookie don't use cookie
.TP .TP
.B -graph
use graphic character
.TP
.B -no-graph
don't use graphic character
.TP
.B -S .B -S
squeeze multiple blank lines squeeze multiple blank lines
.TP .TP
@@ -148,6 +171,9 @@ show usage
.B -version .B -version
show w3m version show w3m version
.TP .TP
.B -reqlog
write request logfile
.TP
.B -debug .B -debug
DO NOT USE DO NOT USE
.SH EXAMPLES .SH EXAMPLES
@@ -164,12 +190,49 @@ $ cat foo.html | w3m -T text/html
or or
.br .br
$ cat foo.html | w3m -dump -T text/html >foo.txt $ 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 .SH NOTES
This is the This is the
.I .I
w3m w3m
0.2.1 Release. 0.5.2 Release.
.PP .PP
Please see the MANUAL.html file distributed with w3m for
more detailed documentation.
Additional information about Additional information about
.I .I
w3m w3m