diff options
Diffstat (limited to '')
-rw-r--r-- | doc-jp/MANUAL.html | 2 | ||||
-rw-r--r-- | doc-jp/README.passwd | 22 | ||||
-rw-r--r-- | doc-jp/w3m.1 | 3 | ||||
-rw-r--r-- | doc/MANUAL.html | 2 | ||||
-rw-r--r-- | doc/README.passwd | 23 | ||||
-rw-r--r-- | doc/w3m.1 | 3 |
6 files changed, 45 insertions, 10 deletions
diff --git a/doc-jp/MANUAL.html b/doc-jp/MANUAL.html index 0b24619..41d70f1 100644 --- a/doc-jp/MANUAL.html +++ b/doc-jp/MANUAL.html @@ -100,8 +100,6 @@ HTMLファイルのソースを表示する オプションの名前や値は,~/.w3m/config で指定するものと同じ. <dt>-no-proxy <dd>プロキシを利用しない. -<dt>-pauth user:pass -<dd>プロキシ認証用のユーザ名とパスワードを指定する. <dt>-no-mouse <dd>マウスを利用しない. <dt>-cookie diff --git a/doc-jp/README.passwd b/doc-jp/README.passwd new file mode 100644 index 0000000..efefdb3 --- /dev/null +++ b/doc-jp/README.passwd @@ -0,0 +1,22 @@ +HTTP $BG'>Z$N$"$k%Z!<%8$dG'>Z$N$"$k(B proxy $B$KBP$7$F!"(B +$B%f!<%6L>$H%Q%9%o!<%I$r@_Dj$7$F$*$/$3$H$,=PMh$^$9!#(B + +passwd_file $B$G;XDj$7$?%U%!%$%k$K<!$N$h$&$K=q$$$F$*$1$P$=$l$r8+$^$9!#(B + +machine $B%[%9%HL>(B +port $B%]!<%HHV9f(B +path $B%m!<%+%k%Q!<%H(B +realm realm$B$NJ8;zNs(B +login $B%f!<%6L>(B +passwd $B%Q%9%o!<%I(B +proxy + +machine$B$G$O$8$^$C$F<!$N(Bmachine$B$^$G!#(B +netrc$B$.$_$G$9$,4JC1$K$9$k$?$a$K0l9T$E$D!#(B +port, path, realm $B$O>JN,2DG=(B + +proxy $B$H=q$$$?>l9g$O(B proxy $B$N%Q%9%o!<%I$H$_$J$7$^$9!#(B + +passwd_file $B$,B>$N%f!<%6!<$+$iFI$a$k>l9g7Y9p$,=P$^$9$,!"(BOS $B$N@)8B$J$I$G(B +$B%U%!%$%k$N%Q!<%_%C%7%g%s$rJQ$($i$l$J$$>l9g$O$3$N7Y9p$r(B +disable_secret_security_check $B$N@_Dj$GL58z$K$G$-$^$9!#(B diff --git a/doc-jp/w3m.1 b/doc-jp/w3m.1 index 3a93122..73ab7c2 100644 --- a/doc-jp/w3m.1 +++ b/doc-jp/w3m.1 @@ -103,9 +103,6 @@ Bookmark のファイルを指定する. .B \-no\-proxy プロキシを利用しない. .TP -.BI \-pauth\ user:pass -プロキシ認証用のユーザ名とパスワードを指定する. -.TP .B \-no\-mouse マウスを利用しない. .TP diff --git a/doc/MANUAL.html b/doc/MANUAL.html index 4877f72..c134462 100644 --- a/doc/MANUAL.html +++ b/doc/MANUAL.html @@ -103,8 +103,6 @@ same as that appears in ~/.w3m/config. <dd>Process cookies. <dt>-no-cookie <dd>Don't process cookies. -<dt>-pauth username:password -<dd>Set username and password for (basic) proxy authentication. <dt>-num <dd>Show linenumber. <dt>-dump diff --git a/doc/README.passwd b/doc/README.passwd new file mode 100644 index 0000000..f65fa77 --- /dev/null +++ b/doc/README.passwd @@ -0,0 +1,23 @@ +You can save your passwords and usernames for a web page which require +HTTP certification or a proxy certification. + +The configuration file is designated in "passwd_file" parameter. The +format of the configuration file is as follows + +machine hostname +port port number +path local part +realm realm string +login username +passwd password +proxy + +Each configuration is began with machine and ended before the next machine. +You can omit port, path and realm. + +proxy means settings for proxy certification. + +If passwd_file is readable from other users, w3m shows a warning for +that. If you can not set the permission for the passwd_file because +of the restriction of your OS, you can suppress the warning with the +setting of disable_secret_security_check. @@ -120,9 +120,6 @@ use cookie. .B -no-cookie don't use cookie .TP -.B -pauth user:pass -proxy authentication -.TP .B -s squeeze multiple blank lines .TP |