diff options
| author | fukachan <fukachan> | 2006-05-03 09:08:15 +0000 |
|---|---|---|
| committer | fukachan <fukachan> | 2006-05-03 09:08:15 +0000 |
| commit | 2ebb15c7caf02c9d7136a9dd3dfeeb222e04998b (patch) | |
| tree | 10974b4a5acb6f8f1c2285afd0b8d60e48462442 /fml/etc/src/config.cf.ja | |
| parent | 1ecf312c7e5b00a75421a6fa20d95a2198ac1cae (diff) | |
| download | fml8-2ebb15c7caf02c9d7136a9dd3dfeeb222e04998b.tar.gz fml8-2ebb15c7caf02c9d7136a9dd3dfeeb222e04998b.tar.bz2 fml8-2ebb15c7caf02c9d7136a9dd3dfeeb222e04998b.zip | |
define $use_article_expire and $article_expire_limit
Diffstat (limited to 'fml/etc/src/config.cf.ja')
| -rw-r--r-- | fml/etc/src/config.cf.ja/article.cf | 18 |
1 files changed, 18 insertions, 0 deletions
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 + + |
