summaryrefslogtreecommitdiff
path: root/fml/etc/src
diff options
context:
space:
mode:
authorfukachan <fukachan>2005-10-29 10:16:27 +0000
committerfukachan <fukachan>2005-10-29 10:16:27 +0000
commitaf853afe012c44d2265eb659efe4a57640dea3dc (patch)
treef5d5d2b7d5d7034cc2311d2ac50f534869d6d186 /fml/etc/src
parentf83efc322b67de594bab9eebdec3770835a5ad6e (diff)
downloadfml8-af853afe012c44d2265eb659efe4a57640dea3dc.tar.gz
fml8-af853afe012c44d2265eb659efe4a57640dea3dc.tar.bz2
fml8-af853afe012c44d2265eb659efe4a57640dea3dc.zip
add $article_thread_outline_*
Diffstat (limited to 'fml/etc/src')
-rw-r--r--fml/etc/src/config.cf.en/article.cf30
1 files changed, 30 insertions, 0 deletions
diff --git a/fml/etc/src/config.cf.en/article.cf b/fml/etc/src/config.cf.en/article.cf
index eab2762d..2c77a0c1 100644
--- a/fml/etc/src/config.cf.en/article.cf
+++ b/fml/etc/src/config.cf.en/article.cf
@@ -345,3 +345,33 @@ article_filter_reject_notice_recipients = maintainer
# Value: SELECT ( multipart string )
# Examples: string
article_filter_reject_notice_data_type = string
+
+
+=head2 article thread
+
+
+# Descriptions: add thread outline automatically ?
+# History: none
+# Value: YES_OR_NO
+# Examples: no
+use_article_thread_outline = no
+
+# Descriptions: where should we add thread outline ?
+# History: none
+# Value: SELECT ( add_outline_to_header | append_outline_to_body )
+# Examples: add_header append_body
+article_thread_outline_rules = add_outline_to_header
+ append_outline_to_body
+
+# Descriptions: スレッドの概要が始まる部分につける挨拶
+# History: none
+# Value: STR
+# Examples: [本スレッドのあらすじ]
+article_thread_outline_greeting_ja = [本スレッドのあらすじ]
+
+# Descriptions: greeting prepended to thread outline
+# History: none
+# Value: STR
+# Examples: [outline of this thread]
+article_thread_outline_greeting_en = [outline of this thread]
+