summaryrefslogtreecommitdiff
path: root/fml
diff options
context:
space:
mode:
Diffstat (limited to 'fml')
-rw-r--r--fml/etc/default_config.cf.en.in30
-rw-r--r--fml/etc/default_config.cf.ja.in31
2 files changed, 61 insertions, 0 deletions
diff --git a/fml/etc/default_config.cf.en.in b/fml/etc/default_config.cf.en.in
index 59314222..2ab19e44 100644
--- a/fml/etc/default_config.cf.en.in
+++ b/fml/etc/default_config.cf.en.in
@@ -1728,6 +1728,24 @@ article_thread_outline_greeting_ja = [本スレッドのあらすじ]
article_thread_outline_greeting_en = [outline of this thread]
+=head2 EXPIRE
+
+
+# Descriptions: expire too old article or not ?
+# History: $USE_EXPIRE
+# Value: YES_OR_NO
+# Examples: no
+use_article_expire = no
+
+
+# Descriptions: how old article to be removed
+# History: $EXPIRE_LIMIT
+# Value: TIME
+# Examples: 90d
+article_expire_limit = 90d
+
+
+
=head2 ARTICLE SPAM FILTER CONFIGURATIONS
@@ -1866,6 +1884,18 @@ article_summary_file_format_style = fml4_compatible
# Examples: 15
article_summary_file_format_address_length = 15
+
+=head2 expire
+
+
+# Descriptions: remove content correspoding with article expiration.
+# History: $EXPIRE_SUMMARY
+# Value: YES_OR_NO
+# Examples: no
+use_article_summary_file_expire = no
+
+
+
=head1 convert article to html format.
diff --git a/fml/etc/default_config.cf.ja.in b/fml/etc/default_config.cf.ja.in
index d12ee68d..a3db39fe 100644
--- a/fml/etc/default_config.cf.ja.in
+++ b/fml/etc/default_config.cf.ja.in
@@ -1765,6 +1765,24 @@ article_thread_outline_greeting_ja = [本スレッドのあらすじ]
article_thread_outline_greeting_en = [outline of this thread]
+=head2 古い記事の自動消去
+
+
+# Descriptions: 古い記事を自動消去するか否か?
+# History: $USE_EXPIRE
+# Value: YES_OR_NO
+# Examples: no
+use_article_expire = no
+
+
+# Descriptions: どのくらい古い記事を消すか?
+# History: $EXPIRE_LIMIT
+# Value: TIME
+# Examples: 90d
+article_expire_limit = 90d
+
+
+
=head2 ARTICLE SPAM FILTER CONFIGURATIONS
@@ -1905,6 +1923,19 @@ article_summary_file_format_style = fml4_compatible
# Examples: 15
article_summary_file_format_address_length = 15
+
+=head2 記事の自動消去に追従
+
+
+# Descriptions: 記事の自動消去($use_article_expire)に追従して
+# サマリも作りなおす(存在しない記事部分を削除)
+# History: $EXPIRE_SUMMARY
+# Value: YES_OR_NO
+# Examples: no
+use_article_summary_file_expire = no
+
+
+
=head1 記事を HTML 化する