diff options
author | Tatsuya Kinoshita <tats@vega.ocn.ne.jp> | 2011-05-03 16:44:14 +0000 |
---|---|---|
committer | Tatsuya Kinoshita <tats@vega.ocn.ne.jp> | 2011-05-03 16:44:14 +0000 |
commit | 3ed51b364482af64749980ed7ce67812046b1713 (patch) | |
tree | a0cc68bf216c153e65f3b336b6b3b043132c42cb /debian/README.Debian | |
parent | Adding upstream version 0.1.10+0.1.11pre+kokb23 (diff) | |
download | w3m-3ed51b364482af64749980ed7ce67812046b1713.tar.gz w3m-3ed51b364482af64749980ed7ce67812046b1713.zip |
Releasing debian version 0.1.10+0.1.11pre+kokb23-4debian/0.1.10+0.1.11pre+kokb23-4
Diffstat (limited to 'debian/README.Debian')
-rw-r--r-- | debian/README.Debian | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/debian/README.Debian b/debian/README.Debian new file mode 100644 index 0000000..f2b782e --- /dev/null +++ b/debian/README.Debian @@ -0,0 +1,20 @@ +w3m for DEBIAN +---------------------- + +Difference between pure w3m and Debian package: + + * -s option means squeeze multiple blank lines in order to work + as pager alternatives. + If you want to specify terminal coding system as Shift_JIS + (original w3m uses -s option for this), you can use + -o kanjicode=S + In addition, -e and -j option is disabled. Use + -o kanjicode=E or -o kanjicode=j respectively. + + * /usr/bin/w3m is wrapper script + w3m-en - ASCII or Latin version of w3m (default) + w3m-ja - Japanese version of w3m (if LANG=ja*) + w3m-ssl-en - ASCII or Latin version with SSL (if w3m-ssl installed) + w3m-ssl-ja - Japanese version with SSL (if w3m-ssl installed) + +Fumitoshi UKAI <ukai@debian.or.jp>, Mon Oct 30 11:40:54 2000 +0900 |