From 8f470bfe83018e4fb85159bc21d039073e453961 Mon Sep 17 00:00:00 2001 From: Fumitoshi UKAI Date: Tue, 5 Nov 2002 16:37:36 +0000 Subject: * doc-jp/README.pre_form: added [w3m-dev 03373] * doc/README.pre_form: brief translation From: Fumitoshi UKAI --- ChangeLog | 7 ++++++- doc-jp/README.pre_form | 33 +++++++++++++++++++++++++++++++++ doc/README.pre_form | 42 ++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 81 insertions(+), 1 deletion(-) create mode 100644 doc-jp/README.pre_form create mode 100644 doc/README.pre_form diff --git a/ChangeLog b/ChangeLog index 6634333..762cc72 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2002-11-06 Fumitoshi UKAI + + * doc-jp/README.pre_form: added [w3m-dev 03373] + * doc/README.pre_form: brief translation + 2002-11-06 Fumitoshi UKAI * etc.c (PASS_IS_READABLE_MSG): deleted @@ -4154,4 +4159,4 @@ a * [w3m-dev 03276] compile error on EWS4800 * release-0-2-1 * import w3m-0.2.1 -$Id: ChangeLog,v 1.471 2002/11/05 16:03:12 ukai Exp $ +$Id: ChangeLog,v 1.472 2002/11/05 16:37:36 ukai Exp $ diff --git a/doc-jp/README.pre_form b/doc-jp/README.pre_form new file mode 100644 index 0000000..520b934 --- /dev/null +++ b/doc-jp/README.pre_form @@ -0,0 +1,33 @@ +pre_form: 特定のサイトを開いた時に、form を予め設定する機能です。 + +良く使う掲示板とかでは便利と思いますが、安全性が犠牲になるかも +しれません。特に submit は気をつけて使って下さい。 + +デフォルトの設定ファイルは ~/.w3m/pre_form です。 +設定フォーマットは、 + +url [] +text +file +password +checkbox [] +radio +section +submit [] +textarea + + : +/textarea + +です。 + が設定してある時は、一致する action 属性を持つ form のみ +設定します。 +text, file, password, select, textarea は一致する name 属性を持つ +input, select または textarea 要素の value 属性を設定します。 +checkbox, radio は name 属性と value 属性が一致する input 要素を +check します。 + が 0、no または off の場合は checkbox の check を外します。 +submit の場合、 が設定してある時は、一致する name 属性を持つ +input 要素を submit します。 が設定していない場合は、最後の +input type=submit 要素を submit します。 + は、シェルの様に \,'〜',"〜" でクォート可能です。 diff --git a/doc/README.pre_form b/doc/README.pre_form new file mode 100644 index 0000000..33fff23 --- /dev/null +++ b/doc/README.pre_form @@ -0,0 +1,42 @@ +pre_form: Feature to configure form parameters when opening specific site. + +It would be convinient for sites where you often visit, but it may introduce +some security issues. Be careful to use this feature, especially `submit' +params described below. + +Default configuration file for pre_form is ~/.w3m/pre_form. + +Syntax as follows: + +url [] +text +file +password +checkbox [] +radio +section +submit [] +textarea + + : +/textarea + +If is set, form which has matched attributes +will be configured by this pre_form. + +The line begining with text, file, passwd, select, textarea means that +it will set value to in input, select or textarea element which +name attribute matches with . + +The line beginning with checkbox, radio means that it will check +input element which name and value attribute matches with and +respectively. If is 0, no, or off, disable check of the checkbox. + +The line beginning with submit means that it will submit input element which +name attribute matches with , or submit last +element if no specified. + +You quote \, ' (single-quote) or " (double quote) as you do in shell. + + + -- cgit v1.2.3