diff options
| author | fukachan <fukachan> | 2004-02-01 14:42:02 +0000 |
|---|---|---|
| committer | fukachan <fukachan> | 2004-02-01 14:42:02 +0000 |
| commit | b591ee8344dab4801dfb6d5062fd08ce4b85f534 (patch) | |
| tree | 617f1fbb553c117615ca1b312dc220c39a0c9032 /fml | |
| parent | 74ad3d93fcd13c7a07fe0ad5f29a05a52d91b1b0 (diff) | |
| download | fml8-b591ee8344dab4801dfb6d5062fd08ce4b85f534.tar.gz fml8-b591ee8344dab4801dfb6d5062fd08ce4b85f534.tar.bz2 fml8-b591ee8344dab4801dfb6d5062fd08ce4b85f534.zip | |
regen:
$log_command_tail_starting_location added.
$article_non_mime_filter_rules updated.
Diffstat (limited to 'fml')
| -rw-r--r-- | fml/doc/ja/tutorial/variables/class.sgml | 10 | ||||
| -rw-r--r-- | fml/doc/ja/tutorial/variables/filter.rules.sgml | 7 | ||||
| -rw-r--r-- | fml/doc/ja/tutorial/variables/list.sgml | 12 |
3 files changed, 25 insertions, 4 deletions
diff --git a/fml/doc/ja/tutorial/variables/class.sgml b/fml/doc/ja/tutorial/variables/class.sgml index 9b4a1b95..8a984bba 100644 --- a/fml/doc/ja/tutorial/variables/class.sgml +++ b/fml/doc/ja/tutorial/variables/class.sgml @@ -184,6 +184,13 @@ list_command { } } +log_command { + + log_command { + ? $log_command_tail_starting_location + } +} + newml_command { newml_command { @@ -397,6 +404,9 @@ log { $use_log } + log_command { + } + log_computer_output { ? $log_computer_output_engine $use_log_computer_output diff --git a/fml/doc/ja/tutorial/variables/filter.rules.sgml b/fml/doc/ja/tutorial/variables/filter.rules.sgml index b8a2fc19..ad55cde3 100644 --- a/fml/doc/ja/tutorial/variables/filter.rules.sgml +++ b/fml/doc/ja/tutorial/variables/filter.rules.sgml @@ -61,10 +61,11 @@ use_article_non_mime_filter = yes # Descriptions: とりあえず、だみ〜 -# History: -# Value: permit / reject +# History: なし +# Value: permit / reject_empty_content_type # Examples: permit -article_non_mime_filter_rules = permit +article_non_mime_filter_rules = reject_empty_content_type + permit # Descriptions: MIME の構造に基づいたフィルタを行なう diff --git a/fml/doc/ja/tutorial/variables/list.sgml b/fml/doc/ja/tutorial/variables/list.sgml index d7e4ccc8..44d1d204 100644 --- a/fml/doc/ja/tutorial/variables/list.sgml +++ b/fml/doc/ja/tutorial/variables/list.sgml @@ -132,7 +132,8 @@ article_non_mime_filter_rules</entry> <entry> とりあえず、だみ〜</entry> <entry> -permit +reject_empty_content_type + permit </entry> </row> <row> @@ -860,6 +861,15 @@ flock </row> <row> <entry> +log_command_tail_starting_location</entry> +<entry> + 最後の何行を表示するか?つまり tail -30 log の 30 の部分。</entry> +<entry> +30 + </entry> +</row> +<row> +<entry> log_computer_output_engine</entry> <entry> 機会処理にやさしいフォーマットを出力する際の出力エンジン。</entry> |
