* [w3m-dev 04440] Update documents (README.cookie)

This commit is contained in:
Ito Hiroyuki
2010-12-28 12:28:21 +00:00
parent b16407972b
commit 9d934907a3
3 changed files with 56 additions and 2 deletions

View File

@@ -1,3 +1,9 @@
2010-12-28 Ito Hiroyuki <ZXB01226@nifty.com>
* [w3m-dev 04440] Update documents (README.cookie)
* doc/README.cookie: added.
* doc-jp/README.cookie: add document about cookie_avoid_wrong_number_of_dots.
2010-12-24 Ito Hiroyuki <ZXB01226@nifty.com>
* [w3m-dev 04439] Update documents (README.m17n)
@@ -9263,4 +9269,4 @@ a * [w3m-dev 03276] compile error on EWS4800
* release-0-2-1
* import w3m-0.2.1
$Id: ChangeLog,v 1.1046 2010/12/24 10:53:26 htrb Exp $
$Id: ChangeLog,v 1.1047 2010/12/28 12:28:21 htrb Exp $

View File

@@ -54,4 +54,8 @@
<20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
<20>Τ<CEA4><E8A4A6><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ޤ<EFBFBD>.
<20><> <20>ɥᥤ<C9A5><E1A5A4><EFBFBD>˴ޤޤ<DEA4><DEA4><EFBFBD> "." <20>ο<EFBFBD><CEBF><EFBFBD> 2 <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><E2BEAE><EFBFBD><EFBFBD><EFBFBD>Ȥ<EFBFBD><C8A4><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ʥ<EFBFBD><CAA5>å<EFBFBD><C3A5><EFBFBD><EFBFBD><EFBFBD>
<20><><EFBFBD>ʤ<EFBFBD><CAA4><EFBFBD><EFBFBD>ޤ<EFBFBD><DEA4><EFBFBD> cookie_avoid_wrong_number_of_dots <20>ǻ<EFBFBD><C7BB><EFBFBD>줿<EFBFBD>ɥᥤ
<20><><EFBFBD>Ϥ<EFBFBD><CFA4><EFBFBD><EFBFBD><EFBFBD><EFBFBD>¤<EFBFBD><C2A4><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ʤ<EFBFBD><CAA4>ʤ<EFBFBD><CAA4>ޤ<EFBFBD><DEA4><EFBFBD>Option Setting Panel <20><> "[wrong
number of dots] <20><>̵<EFBFBD><EFBFBD><EBA4B9><EFBFBD>ɥᥤ<C9A5><E1A5A4>" <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Ǥ<EFBFBD><C7A4>ޤ<EFBFBD><DEA4><EFBFBD>

44
doc/README.cookie Normal file
View File

@@ -0,0 +1,44 @@
cookie support of w3m
(2000/11/07) K. Okada
okabek@guitar.ocn.ne.jp
* Support of version 0 (http://www.netscape.com/newsref/std/cookie_spec.html)
and version 1 (http://www.ics.uci.edu/pub/ietf/http/rfc2109.txt,
http://www.ics.uci.edu/pub/ietf/http/draft-ietf-http-state-man-mec-12.txt)
cookie.
* If you wont to disable cookie support, run configure script with
--disable-cookie option.
* You can choose to use cookie or not on the Option Setting Panel or
-cookie and -no-cookie option.
* You can disable cookie on the Option Setting Panel. In this case
all cookies are rejected, however, cookies which accepted before
disable cookie are used.
* You can see list of accepted cookies with C-k. In this panel, you
can choose to use each cookie or not.
* You can specify domains accept or not accept cookies on the Option
Setting Panel. Domains are specified with following format.
domain-list = domains
| ""
domains = domain
| domain + "," + domains
domain = "." + domain-name ; match with domain name
| host-domain-name ; match with HDN
| ".local" ; match with all HDN except which include "."
| "." ; match with all
(HDN: host domain name)
<20><> If the number of "." in domain name is lesser than 2, it is
assumed as invalid cookie, however, you can use
cookie_avoid_wrong_number_of_dots to avoid this restriction. You
can set this in "Domains to avoid [wrong number of dots]" on the
Option Setting Panel.