diff options
Diffstat (limited to '')
-rw-r--r-- | doc-jp/FAQ.html | 5 | ||||
-rw-r--r-- | doc-jp/MANUAL.html | 1 | ||||
-rw-r--r-- | doc-jp/README | 18 | ||||
-rw-r--r-- | doc-jp/keymap.default | 1 | ||||
-rw-r--r-- | doc/FAQ.html | 6 | ||||
-rw-r--r-- | doc/README | 18 | ||||
-rw-r--r-- | doc/keymap.default | 1 |
7 files changed, 30 insertions, 20 deletions
diff --git a/doc-jp/FAQ.html b/doc-jp/FAQ.html index e40689b..e16a986 100644 --- a/doc-jp/FAQ.html +++ b/doc-jp/FAQ.html @@ -199,7 +199,7 @@ w3mを起動すると,字が見えなくなります.<p> <p> <dt>画像のビューアを変えたいんだけど,どうするの? <dd>初期設定では画像を見るのに xv を使うようになっていますが,これを -例えば display に変える場合は,~/.mailcap または /etc/mailcap に次のよ +例えば display に変える場合は,~/.w3m/mailcap または /etc/mailcap に次のよ うな記述を入れます. <p> <pre> @@ -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-jp/README b/doc-jp/README index d0bd9e6..7e3c0f5 100644 --- a/doc-jp/README +++ b/doc-jp/README @@ -1,4 +1,4 @@ - w3m: WWW wo Miru Tool version 0.5.1 April 29, 2004 + w3m: WWW wo Miru Tool version 0.5.2 May 31, 2007 (C) Copyright by Akinori ITO Hironori SAKAMOTO Fumitoshi UKAI @@ -41,7 +41,7 @@ Windows 9x/NT with Cygwin b20.1, 1.1.x, 1.3.x MS-DOS with DJGPP and WATT32 packet driver MacOS X Server - MacOS X 10.1, 10.2 + MacOS X 10.1, 10.2, 10.3, 10.4 2. インストール @@ -102,7 +102,7 @@ Windows w3m の著作権は,伊藤彰則に属しています. (C) Copyright 1994-2002 by Akinori Ito -(C) Copyright 2002-2004 by Akinori Ito, Hironori Sakamoto, Fumitoshi Ukai +(C) Copyright 2002-2007 by Akinori Ito, Hironori Sakamoto, Fumitoshi Ukai 4. 配布条件 @@ -113,16 +113,16 @@ w3m の著作権は,伊藤彰則に属しています. 5. 作者 - 山形大学工学部電子情報工学科 伊藤 彰則 + 東北大学大学院工学研究科 aito@fw.ipsj.or.jp 現在のメンテナ - 鵜飼文敏 - Debian Project - ukai@debian.or.jp + 佐藤 大 + 東北大学病院 + satodai@w3m.jp ご意見,ご感想をMLまでお寄せください. - w3m-dev@mi.med.tohoku.ac.jp (日本語) - w3m-dev-en@mi.med.tohoku.ac.jp (英語) + w3m-dev@sic.med.tohoku.ac.jp (日本語) + w3m-dev-en@sic.med.tohoku.ac.jp (英語) http://w3m.sourceforge.net/ diff --git a/doc-jp/keymap.default b/doc-jp/keymap.default index c57bcea..0ecf14f 100644 --- a/doc-jp/keymap.default +++ b/doc-jp/keymap.default @@ -132,6 +132,7 @@ keymap LEFT MOVE_LEFT keymap M-[E MENU keymap M-[L MENU +keymap M-[Z PREV_LINK keymap M-[1~ BEGIN keymap M-[2~ MENU diff --git a/doc/FAQ.html b/doc/FAQ.html index 6973e2e..50478e3 100644 --- a/doc/FAQ.html +++ b/doc/FAQ.html @@ -239,7 +239,7 @@ from the server each time it accesses it. If possible, use a cache server. (if you are using netscape). <p> <dt><h3>How do I change the default image viewer?</h3> -<dd>By default w3m uses xv to view images. If you want to change it into, let's say, 'display', add the following line to ~/.mailcap or /etc/mailcap. +<dd>By default w3m uses xv to view images. If you want to change it into, let's say, 'display', add the following line to ~/.w3m/mailcap or /etc/mailcap. <p> <pre> image/*; display %s @@ -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 @@ -1,4 +1,4 @@ - w3m: WWW wo Miru Tool version 0.5.1 April 29, 2004 + w3m: WWW wo Miru Tool version 0.5.2 May 31, 2007 (C) Copyright Akinori ITO Hironori SAKAMOTO Fumitoshi UKAI @@ -37,7 +37,7 @@ w3m is known to work on these platforms. Windows 9x/NT with Cygwin b20.1, 1.1.x, 1.3.x MS-DOS with DJGPP and WATT32 packet driver MacOS X Server - MacOS X 10.1, 10.2 + MacOS X 10.1, 10.2, 10.3, 10.4 2. Installation @@ -90,7 +90,7 @@ Windows 3. Copyright (C) Copyright 1994-2002 by Akinori Ito - (C) Copyright 2002-2004 by Akinori Ito, Hironori Sakamoto, Fumitoshi Ukai + (C) Copyright 2002-2007 by Akinori Ito, Hironori Sakamoto, Fumitoshi Ukai 4. License @@ -107,15 +107,15 @@ Windows Initial author: Akinori Ito - Faculty of Engineering, Yamagata University + Faculty of Engineering, Tohoku University aito@fw.ipsj.or.jp Current Maintainer - Fumitoshi UKAI - Debian Project - ukai@debian.or.jp + Dai Sato + Tohoku University Hospital + satodai@w3m.jp Feel free to send your opinion to the w3m mailing-lists. - w3m-dev@mi.med.tohoku.ac.jp (Japanese) - w3m-dev-en@mi.med.tohoku.ac.jp (English) + w3m-dev@sic.med.tohoku.ac.jp (Japanese) + w3m-dev-en@sic.med.tohoku.ac.jp (English) http://w3m.sourceforge.net/ diff --git a/doc/keymap.default b/doc/keymap.default index c57bcea..0ecf14f 100644 --- a/doc/keymap.default +++ b/doc/keymap.default @@ -132,6 +132,7 @@ keymap LEFT MOVE_LEFT keymap M-[E MENU keymap M-[L MENU +keymap M-[Z PREV_LINK keymap M-[1~ BEGIN keymap M-[2~ MENU |