diff options
| author | fukachan <fukachan> | 2006-05-03 09:05:20 +0000 |
|---|---|---|
| committer | fukachan <fukachan> | 2006-05-03 09:05:20 +0000 |
| commit | 1ecf312c7e5b00a75421a6fa20d95a2198ac1cae (patch) | |
| tree | 6d5b8f7cb1267bd96d5716e600e38f1741a91bf4 /fml | |
| parent | baaa69787697aafd584d93741a35881bfc0858c5 (diff) | |
| download | fml8-1ecf312c7e5b00a75421a6fa20d95a2198ac1cae.tar.gz fml8-1ecf312c7e5b00a75421a6fa20d95a2198ac1cae.tar.bz2 fml8-1ecf312c7e5b00a75421a6fa20d95a2198ac1cae.zip | |
define $use_article_summary_file_expire
Diffstat (limited to 'fml')
| -rw-r--r-- | fml/etc/src/config.cf.en/summary.cf | 12 | ||||
| -rw-r--r-- | fml/etc/src/config.cf.ja/summary.cf | 13 |
2 files changed, 25 insertions, 0 deletions
diff --git a/fml/etc/src/config.cf.en/summary.cf b/fml/etc/src/config.cf.en/summary.cf index 1a0ff9cd..5bf58790 100644 --- a/fml/etc/src/config.cf.en/summary.cf +++ b/fml/etc/src/config.cf.en/summary.cf @@ -19,3 +19,15 @@ article_summary_file_format_style = fml4_compatible # Value: NUM # 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 + + diff --git a/fml/etc/src/config.cf.ja/summary.cf b/fml/etc/src/config.cf.ja/summary.cf index 68ddb46d..02b0f736 100644 --- a/fml/etc/src/config.cf.ja/summary.cf +++ b/fml/etc/src/config.cf.ja/summary.cf @@ -19,3 +19,16 @@ article_summary_file_format_style = fml4_compatible # Value: NUM # 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 + + |
