diff options
| author | Dai Sato <satodai@w3m.jp> | 2006-04-08 11:26:22 +0000 | 
|---|---|---|
| committer | Dai Sato <satodai@w3m.jp> | 2006-04-08 11:26:22 +0000 | 
| commit | 0f51d4c26fb37a85dea005ab09d40cd6c97d88ae (patch) | |
| tree | 5cb7f795e56c87cd492cbacc600ec6f3eba7d9d5 /doc | |
| parent | [w3m-dev 04150] fix vi_prec_num switching. (diff) | |
| download | w3m-0f51d4c26fb37a85dea005ab09d40cd6c97d88ae.tar.gz w3m-0f51d4c26fb37a85dea005ab09d40cd6c97d88ae.zip | |
add explanations for .w3m/config and -o option.
Diffstat (limited to '')
| -rw-r--r-- | doc-jp/FAQ.html | 3 | ||||
| -rw-r--r-- | doc-jp/MANUAL.html | 1 | ||||
| -rw-r--r-- | doc/FAQ.html | 4 | 
3 files changed, 8 insertions, 0 deletions
| diff --git a/doc-jp/FAQ.html b/doc-jp/FAQ.html index d74b35d..e16a986 100644 --- a/doc-jp/FAQ.html +++ b/doc-jp/FAQ.html @@ -222,6 +222,9 @@ application/x-dvi;           xdvi %s  <dl>  <dt>設定ファイルはどこにあるの?  <dd>~/.w3m ディレクトリの下の config です. +オプション設定パネルで変更できると記述されているオプションの値を +このファイルで変更すると,w3m の挙動を調整できます. +オプションの名前と値を空白で区切ったものを 1 行に 1 組ずつ書いて設定します.  <p>  <dt>~/.w3m の下に w3mXXXXXX のようなファイルがたくさんあるけど,何?  <dd>WWWサーバからファイルを読んでいるときに,それを一時的に保存する diff --git a/doc-jp/MANUAL.html b/doc-jp/MANUAL.html index 9dab5d9..0b24619 100644 --- a/doc-jp/MANUAL.html +++ b/doc-jp/MANUAL.html @@ -97,6 +97,7 @@ HTMLファイルのソースを表示する  <dd>折り返しサーチを使うかどうかを切りかえる.  <dt>-o option=value  <dd>オプションを指定する. +オプションの名前や値は,~/.w3m/config で指定するものと同じ.  <dt>-no-proxy  <dd>プロキシを利用しない.  <dt>-pauth user:pass diff --git a/doc/FAQ.html b/doc/FAQ.html index a3e0cfc..50478e3 100644 --- a/doc/FAQ.html +++ b/doc/FAQ.html @@ -270,6 +270,10 @@ with Ctrl-u. What to do?</h3>  <dl>  <dt><h3>What is w3m's configuration file?</h3>  <dd>It is ~/.w3m/config. +With this file, you can adjust w3m's behavior by changing values of options +that are described to be varied with the option setting panel. +Each line contains setting for one option, which is a pair of an option name +and its value with a space as a separator.  <p>  <dt><h3>What are these w3mxxxx files in my ~/.w3m directory for?</h3>  <dd>These are temporary files used by w3m when reading documents from a | 
