summaryrefslogtreecommitdiff
path: root/fml/doc/ja/tutorial/variables
diff options
context:
space:
mode:
authorfukachan <fukachan>2005-09-25 04:29:39 +0000
committerfukachan <fukachan>2005-09-25 04:29:39 +0000
commitd4c6b7a0d8d7d8d7bfffee7d1f2d8c15950bc194 (patch)
tree953e784de4b001566a59de1ce4195c7cb7026fa8 /fml/doc/ja/tutorial/variables
parent35fe1529a15c092b4851d16fdb3074fa3a9f3586 (diff)
downloadfml8-d4c6b7a0d8d7d8d7bfffee7d1f2d8c15950bc194.tar.gz
fml8-d4c6b7a0d8d7d8d7bfffee7d1f2d8c15950bc194.tar.bz2
fml8-d4c6b7a0d8d7d8d7bfffee7d1f2d8c15950bc194.zip
regen: escaped
Diffstat (limited to 'fml/doc/ja/tutorial/variables')
-rw-r--r--fml/doc/ja/tutorial/variables/class.sgml7
-rw-r--r--fml/doc/ja/tutorial/variables/list.sgml47
2 files changed, 49 insertions, 5 deletions
diff --git a/fml/doc/ja/tutorial/variables/class.sgml b/fml/doc/ja/tutorial/variables/class.sgml
index 780dce13..30db12c3 100644
--- a/fml/doc/ja/tutorial/variables/class.sgml
+++ b/fml/doc/ja/tutorial/variables/class.sgml
@@ -122,6 +122,13 @@ article {
$use_article_text_plain_filter
}
+ article_thread_outline {
+ ? $article_thread_outline_greeting_en
+ ? $article_thread_outline_greeting_ja
+ $article_thread_outline_rules
+ $use_article_thread_outline
+ }
+
article_virus_filter {
? $article_virus_filter_clamav_options
? $article_virus_filter_drivers
diff --git a/fml/doc/ja/tutorial/variables/list.sgml b/fml/doc/ja/tutorial/variables/list.sgml
index 1ad803d3..428806d9 100644
--- a/fml/doc/ja/tutorial/variables/list.sgml
+++ b/fml/doc/ja/tutorial/variables/list.sgml
@@ -367,6 +367,34 @@ reject_not_iso2022jp_japanese_string
</row>
<row>
<entry>
+article_thread_outline_greeting_en</entry>
+<entry>
+ スレッドの概要が始まる部分につける挨拶</entry>
+<entry>
+[outline of this thread]
+ </entry>
+</row>
+<row>
+<entry>
+article_thread_outline_greeting_ja</entry>
+<entry>
+ スレッドの概要が始まる部分につける挨拶</entry>
+<entry>
+[本スレッドのあらすじ]
+ </entry>
+</row>
+<row>
+<entry>
+article_thread_outline_rules</entry>
+<entry>
+ スレッドの概要を記事に追加する際にどこに追加するのか</entry>
+<entry>
+add_header
+ append_body
+ </entry>
+</row>
+<row>
+<entry>
article_virus_filter_clamav_options</entry>
<entry>
--mbox needed for mail files.</entry>
@@ -1106,8 +1134,8 @@ ldap_query_add_as_ldif</entry>
<entry>
attributes to add into $ldap_base_dn entry.</entry>
<entry>
-fmlrecipient:&address
- fmlmember:&address
+fmlrecipient:&amp;address
+ fmlmember:&amp;address
</entry>
</row>
<row>
@@ -1116,8 +1144,8 @@ ldap_query_delete_as_ldif</entry>
<entry>
attributes to remove from $ldap_base_dn entry.</entry>
<entry>
-fmlrecipient:&address
- fmlmember:&address
+fmlrecipient:&amp;address
+ fmlmember:&amp;address
</entry>
</row>
<row>
@@ -1826,7 +1854,7 @@ select fml_address from $sql_table
and
fml_domain = '$ml_domain'
and
- fml_address like '%&regexp%'
+ fml_address like '%&amp;regexp%'
</entry>
</row>
<row>
@@ -2154,6 +2182,15 @@ yes
</row>
<row>
<entry>
+use_article_thread_outline</entry>
+<entry>
+ 自動的にスレッドの概要を記事に追加するか否か</entry>
+<entry>
+no
+ </entry>
+</row>
+<row>
+<entry>
use_article_virus_filter</entry>
<entry>
外部のVirusチェッカを使った検査、デフォルトでは無効。</entry>