diff options
| author | fukachan <fukachan> | 2006-05-16 13:57:08 +0000 |
|---|---|---|
| committer | fukachan <fukachan> | 2006-05-16 13:57:08 +0000 |
| commit | cee6790a2f9ddd9886a6f529102f57eae62eee60 (patch) | |
| tree | a7ad83cd8758fcdf723e3f76567677f4bee17197 /fml/etc | |
| parent | 6b77ccc4f7a45c690f3f864a939b633a9d02ab2f (diff) | |
| download | fml8-cee6790a2f9ddd9886a6f529102f57eae62eee60.tar.gz fml8-cee6790a2f9ddd9886a6f529102f57eae62eee60.tar.bz2 fml8-cee6790a2f9ddd9886a6f529102f57eae62eee60.zip | |
define $*_total_limit
Diffstat (limited to 'fml/etc')
| -rw-r--r-- | fml/etc/src/config.cf.en/user.cf | 31 | ||||
| -rw-r--r-- | fml/etc/src/config.cf.ja/user.cf | 34 |
2 files changed, 64 insertions, 1 deletions
diff --git a/fml/etc/src/config.cf.en/user.cf b/fml/etc/src/config.cf.en/user.cf index 8434df96..58797918 100644 --- a/fml/etc/src/config.cf.en/user.cf +++ b/fml/etc/src/config.cf.en/user.cf @@ -1,3 +1,34 @@ +=head1 limitation for number of users + + +# Descriptions: upper limit of recipients. no limitation by default. +# History: $MAX_MEMBER_LIMIT +# Value: YES_OR_NO +# Examples: no +use_recipient_total_limit = no + + +# Descriptions: upper limit of recipients. +# History: $MAX_MEMBER_LIMIT +# Value: NUM +# Examples: 3000 +recipient_total_limit = 3000 + + +# Descriptions: upper limit of posters. no limitation by default. +# History: $MAX_MEMBER_LIMIT +# Value: YES_OR_NO +# Examples: no +use_member_total_limit = no + + +# Descriptions: upper limit of posters. +# History: $MAX_MEMBER_LIMIT +# Value: NUM +# Examples: 3000 +member_total_limit = 3000 + + =head1 User Information # Descriptions: user database directory. diff --git a/fml/etc/src/config.cf.ja/user.cf b/fml/etc/src/config.cf.ja/user.cf index 7b852a58..8e5dfc64 100644 --- a/fml/etc/src/config.cf.ja/user.cf +++ b/fml/etc/src/config.cf.ja/user.cf @@ -1,5 +1,37 @@ -=head1 ユーザ情報 +=head1 ユーザ数制限 + + +# Descriptions: ユーザ数(正確には受信者数)の上限を設けるか? +# デフォルトは設けない +# History: $MAX_MEMBER_LIMIT +# Value: YES_OR_NO +# Examples: no +use_recipient_total_limit = no + + +# Descriptions: ユーザ数(正確には受信者数)の上限 +# History: $MAX_MEMBER_LIMIT +# Value: NUM +# Examples: 3000 +recipient_total_limit = 3000 + +# Descriptions: ユーザ数(正確には投稿可能数)の上限を設けるか? +# デフォルトは設けない +# History: $MAX_MEMBER_LIMIT +# Value: YES_OR_NO +# Examples: no +use_member_total_limit = no + + +# Descriptions: ユーザ数(正確には投稿可能数)の上限 +# History: $MAX_MEMBER_LIMIT +# Value: NUM +# Examples: 3000 +member_total_limit = 3000 + + +=head1 ユーザ情報 =head2 データベース |
