diff options
| author | fukachan <fukachan> | 2005-10-29 10:16:27 +0000 |
|---|---|---|
| committer | fukachan <fukachan> | 2005-10-29 10:16:27 +0000 |
| commit | af853afe012c44d2265eb659efe4a57640dea3dc (patch) | |
| tree | f5d5d2b7d5d7034cc2311d2ac50f534869d6d186 | |
| parent | f83efc322b67de594bab9eebdec3770835a5ad6e (diff) | |
| download | fml8-af853afe012c44d2265eb659efe4a57640dea3dc.tar.gz fml8-af853afe012c44d2265eb659efe4a57640dea3dc.tar.bz2 fml8-af853afe012c44d2265eb659efe4a57640dea3dc.zip | |
add $article_thread_outline_*
| -rw-r--r-- | fml/etc/src/config.cf.en/article.cf | 30 |
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] + |
