diff options
author | Joey Hess <joey@gnu.kitenet.net> | 2009-01-25 15:42:13 -0500 |
---|---|---|
committer | Joey Hess <joey@gnu.kitenet.net> | 2009-01-25 15:42:13 -0500 |
commit | c154fa5d6cd1620be7b139b08040740a1bdfafbc (patch) | |
tree | dedb206dfb05f839c9196096f89bb92bf721947f /doc/plugins | |
parent | 0cfb159bb0f14b769f7182b0ca13e019c5df6d04 (diff) |
comments: If comment content checks fail, store the comment (in .ikiwiki/comments_pending) for moderator review.
Diffstat (limited to 'doc/plugins')
-rw-r--r-- | doc/plugins/comments.mdwn | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/plugins/comments.mdwn b/doc/plugins/comments.mdwn index 72b11af64..4cee3b9ad 100644 --- a/doc/plugins/comments.mdwn +++ b/doc/plugins/comments.mdwn @@ -41,3 +41,10 @@ There are some global options for the setup file: specify a name for themselves, and the \[[!meta author]] and \[[!meta authorurl]] directives will not be overridden by the comments plugin + +## comment moderation + +If you enable the [[blogspam]] plugin, comments that appear spammy will be +held for moderation. These comments are stored in +`.ikiwiki/comments_pending/`, and can be deleted, or moved into the +wiki's srcdir to be posted. |