summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--fml/etc/src/config.cf.en/article.cf18
-rw-r--r--fml/etc/src/config.cf.ja/article.cf18
2 files changed, 36 insertions, 0 deletions
diff --git a/fml/etc/src/config.cf.en/article.cf b/fml/etc/src/config.cf.en/article.cf
index 2c77a0c1..226c18c1 100644
--- a/fml/etc/src/config.cf.en/article.cf
+++ b/fml/etc/src/config.cf.en/article.cf
@@ -375,3 +375,21 @@ article_thread_outline_greeting_ja = [本スレッドのあらすじ]
# Examples: [outline of this thread]
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
+
+
diff --git a/fml/etc/src/config.cf.ja/article.cf b/fml/etc/src/config.cf.ja/article.cf
index d8008ef4..4535d519 100644
--- a/fml/etc/src/config.cf.ja/article.cf
+++ b/fml/etc/src/config.cf.ja/article.cf
@@ -374,3 +374,21 @@ article_thread_outline_greeting_ja = [本スレッドのあらすじ]
# Examples: [outline of this thread]
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
+
+