diff options
author | Evan Prodromou <evan@controlyourself.ca> | 2009-06-14 23:37:24 -0700 |
---|---|---|
committer | Evan Prodromou <evan@controlyourself.ca> | 2009-06-14 23:37:24 -0700 |
commit | ecbd7718d57fc427d2aeac885d8be0321b3cf1fe (patch) | |
tree | f7cdd06b431c78c9a8bdbe3b3355c0ef67ba49b3 /README | |
parent | 09c765f5bbc5a96415b82fe6a7d550d590d90747 (diff) |
Code for adding and saving group aliases
Added code to add and save group aliases. Like tags, aliases are
free-texted in to the group admin page. configurable max number of
aliases, default is three.
Diffstat (limited to 'README')
-rw-r--r-- | README | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -1196,7 +1196,6 @@ reporturl: URL to post statistics to. Defaults to Laconica developers' set 'run' to 'never' than to set this value to something nonsensical. - attachments ----------- @@ -1226,6 +1225,13 @@ user_quota: total size in bytes a user can store on this server. Each user monthly_quota: total size permitted in the current month. This is the total size in bytes that a user can upload each month. +group +----- + +Options for group functionality. + +maxaliases: maximum number of aliases a group can have. Default 3. Set + to 0 or less to prevent aliases in a group. Troubleshooting =============== |