w3m

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

README.passwd (749B)


      1 You can save your passwords and usernames for a web page which require
      2 HTTP certification or a proxy certification.
      3 
      4 The configuration file is designated in "passwd_file" parameter. The
      5 format of the configuration file is as follows
      6 
      7 machine hostname
      8 port port number
      9 path local part
     10 realm realm string
     11 login username
     12 passwd password
     13 proxy
     14 
     15 Each configuration is began with machine and ended before the next machine.
     16 You can omit port, path and realm.
     17 
     18 proxy means settings for proxy certification.
     19 
     20 If passwd_file is readable from other users, w3m shows a warning for
     21 that.  If you can not set the permission for the passwd_file because
     22 of the restriction of your OS, you can suppress the warning with the
     23 setting of disable_secret_security_check.