diff options
author | Fumitoshi UKAI <ukai@debian.or.jp> | 2003-01-15 15:51:29 +0000 |
---|---|---|
committer | Fumitoshi UKAI <ukai@debian.or.jp> | 2003-01-15 15:51:29 +0000 |
commit | 04d2ffae3e25ad79e5cd68bb436d882e16c6cf53 (patch) | |
tree | a60e4e7079a6550b214260f6fc59f54f4ed2bd2d /Bonus/README.eng | |
parent | [w3m-dev 03636] segfault in main.c (diff) | |
download | w3m-04d2ffae3e25ad79e5cd68bb436d882e16c6cf53.tar.gz w3m-04d2ffae3e25ad79e5cd68bb436d882e16c6cf53.zip |
[w3m-dev 03639] Re: smb.cgi
* Bonus/2ch.cgi: change password handling
* Bonus/README: update
* Bonus/README.eng: ditto
Diffstat (limited to 'Bonus/README.eng')
-rw-r--r-- | Bonus/README.eng | 17 |
1 files changed, 10 insertions, 7 deletions
diff --git a/Bonus/README.eng b/Bonus/README.eng index 2d83186..2f7507d 100644 --- a/Bonus/README.eng +++ b/Bonus/README.eng @@ -5,19 +5,22 @@ w3m file:/cgi-bin/2ch.cgi?http://pc.2ch.net/test/read.cgi/unix/1035755937/ - it uses wget -c - dat is recorded under ~/w3m2ch/ - You can post + It uses wget -c. + `dat' files are recorded under ~/w3m2ch/. + You can not post. smb.cgi [w3m-dev 03634] smb.cgi localcgi to access SMB. Since it uses nmblookup, smbclient, you should install samba. - Password can be configured in ~/.w3m/smb: - when -A option available smbclient -A ~/.w3m/smb - otherwise, environment variable PASSWD - that is set by contents of ~/.w3m/smb + Password can be passed to smbclient: + 1) When the password is set by contents of ~/.w3m/smb and + -A option available, `smbclient -A ~/.w3m/smb' is used. + 2) When the environment variable PASSWD_FILE, it is used. + 3) When the password is set by contents of ~/.w3m/smb, + the password is passed via standrad I/O using + the environment variable PASSWD_FD. google.cgi |