From 49883bb9cb1d66d377982f092174846e29697313 Mon Sep 17 00:00:00 2001 From: Ito Hiroyuki Date: Tue, 3 Aug 2010 10:02:16 +0000 Subject: * register user name and password for proxy authentication. * remove option -pauth --- doc/MANUAL.html | 2 -- doc/README.passwd | 23 +++++++++++++++++++++++ doc/w3m.1 | 3 --- 3 files changed, 23 insertions(+), 5 deletions(-) create mode 100644 doc/README.passwd (limited to 'doc') 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.
Process cookies.
-no-cookie
Don't process cookies. -
-pauth username:password -
Set username and password for (basic) proxy authentication.
-num
Show linenumber.
-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. diff --git a/doc/w3m.1 b/doc/w3m.1 index d29928f..008544e 100644 --- a/doc/w3m.1 +++ b/doc/w3m.1 @@ -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 -- cgit v1.2.3