[w3m-dev 03639] Re: smb.cgi

* Bonus/2ch.cgi: change password handling
* Bonus/README: update
* Bonus/README.eng: ditto
This commit is contained in:
Fumitoshi UKAI
2003-01-15 15:51:29 +00:00
parent 3310092fb4
commit 04d2ffae3e
4 changed files with 86 additions and 22 deletions

View File

@@ -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