summaryrefslogtreecommitdiff
path: root/fml/etc
diff options
context:
space:
mode:
authorfukachan <fukachan>2006-05-03 09:08:15 +0000
committerfukachan <fukachan>2006-05-03 09:08:15 +0000
commit2ebb15c7caf02c9d7136a9dd3dfeeb222e04998b (patch)
tree10974b4a5acb6f8f1c2285afd0b8d60e48462442 /fml/etc
parent1ecf312c7e5b00a75421a6fa20d95a2198ac1cae (diff)
downloadfml8-2ebb15c7caf02c9d7136a9dd3dfeeb222e04998b.tar.gz
fml8-2ebb15c7caf02c9d7136a9dd3dfeeb222e04998b.tar.bz2
fml8-2ebb15c7caf02c9d7136a9dd3dfeeb222e04998b.zip
define $use_article_expire and $article_expire_limit
Diffstat (limited to 'fml/etc')
-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
+
+