w3m

Unnamed repository; edit this file to name it for gitweb.
git clone https://logand.com/git/w3m.git/
Log | Files | Refs | README

commit 67597d95a00a0235918744cddd03bde2668e4d49
parent e666d42a1aad998307718c39098fa82c387a5100
Author: ukai <ukai>
Date:   Sun,  3 Mar 2002 19:07:37 +0000

doc-jp/MANUAL.html: add note about file:/cgi-bin
* doc/MANUAL.html: ditto
From: Fumitoshi UKAI  <ukai@debian.or.jp>

Diffstat:
MChangeLog | 5+++++
Mdoc-jp/MANUAL.html | 5+++++
Mdoc/MANUAL.html | 8++++++--
3 files changed, 16 insertions(+), 2 deletions(-)

diff --git a/ChangeLog b/ChangeLog @@ -1,3 +1,8 @@ +2002-03-04 Fumitoshi UKAI <ukai@debian.or.jp> + + * doc-jp/MANUAL.html: add note about file:/cgi-bin + * doc/MANUAL.html: ditto + 2002-03-01 Hironori Sakamoto <hsaka@mth.biglobe.ne.jp> * [w3m-dev 03073] frame + image diff --git a/doc-jp/MANUAL.html b/doc-jp/MANUAL.html @@ -502,6 +502,11 @@ $LIB 割りあてることができます(オプション設定パネルの「/cgi-binで表される ディレクトリ」の項目).ここには,: で区切って複数のディレクトリを 指定することができます(例えば /usr/local/cgi-bin:/home/aito/cgi-bin など). +/cgi-bin/ を使う場合は、 +<pre> + w3m -o cgi_bin=/path/to/cgi-bin file:/cgi-bin/script.cgi +</pre> +のように file:/cgi-binというURLを使う必要があります。 この中にカレントディレクトリを入れることは,セキュリティ上の理由により 薦められません. </ul> diff --git a/doc/MANUAL.html b/doc/MANUAL.html @@ -484,8 +484,12 @@ as $LIB. <li>/cgi-bin/ directory. You can map /cgi-bin/ to any directory you like with option setting panel (``Directory corresponds to /cgi-bin'' field). You can specify multiple paths separated by `:', like -/usr/local/cgi-bin:/home/aito/cgi-bin. It is not recommended to include -current directory to this path. +/usr/local/cgi-bin:/home/aito/cgi-bin. To use /cgi-bin/ directory, +you must use file:/cgi-bin URL as follows: +<pre> + w3m -o cgi_bin=/path/to/cgi-bin file:/cgi-bin/script.cgi +</pre> +It is not recommended to include current directory to this path. </ul> <p> The CGI script can use special header `w3m-control:' to control w3m.