diff options
| author | fukachan <fukachan> | 2006-05-03 09:08:44 +0000 |
|---|---|---|
| committer | fukachan <fukachan> | 2006-05-03 09:08:44 +0000 |
| commit | f8f57263a30e54b2cdcc6dc898c4a9976895bfd3 (patch) | |
| tree | 83c6d80c7ce6cafa9f4eff69fb0ff891311ad1a8 /fml/etc | |
| parent | 2ebb15c7caf02c9d7136a9dd3dfeeb222e04998b (diff) | |
| download | fml8-f8f57263a30e54b2cdcc6dc898c4a9976895bfd3.tar.gz fml8-f8f57263a30e54b2cdcc6dc898c4a9976895bfd3.tar.bz2 fml8-f8f57263a30e54b2cdcc6dc898c4a9976895bfd3.zip | |
regen: expire
Diffstat (limited to 'fml/etc')
| -rw-r--r-- | fml/etc/default_config.cf.en.in | 30 | ||||
| -rw-r--r-- | fml/etc/default_config.cf.ja.in | 31 |
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 化する |
