diff options
author | Evan Prodromou <evan@prodromou.name> | 2008-11-20 15:15:02 -0500 |
---|---|---|
committer | Evan Prodromou <evan@prodromou.name> | 2008-11-20 15:15:02 -0500 |
commit | 7557079012aeda7d5e31c54bbdc6835af9644bff (patch) | |
tree | efa8c26fcacf7fd3534321bfcc09a5362204083c /README | |
parent | 727c4060a590d12595a0378e5d83b57423d920f5 (diff) |
add new config variables
darcs-hash:20081120201502-84dde-ff65f1962ab94474cfafe8717ea6a9d7d9f302bd.gz
Diffstat (limited to 'README')
-rw-r--r-- | README | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -829,6 +829,9 @@ blacklist: an array of strings for usernames that may not be but you may want to add others if you have other software installed in a subdirectory of Laconica or if you just don't want certain words used as usernames. +featured: an array of nicknames of 'featured' users of the site. + Can be useful to draw attention to well-known users, or + interesting people, or whatever. avatar ------ @@ -852,6 +855,9 @@ For configuring the public stream. localonly: If set to true, only messages posted by users of this service (rather than other services, filtered through OMB) are shown in the public stream. Default true. +blacklist: An array of IDs of users to hide from the public stream. + Useful if you have someone making excessive Twitterfeed posts + to the site, other kinds of automated posts, testing bots, etc. theme ----- |