From 37859c390f269d7a9629a7b583b2c08f94c56fab Mon Sep 17 00:00:00 2001 From: "http://hendry.iki.fi/" Date: Wed, 14 Jul 2010 14:23:18 +0000 Subject: finding unmoderated comments --- doc/plugins/comments.mdwn | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'doc/plugins') diff --git a/doc/plugins/comments.mdwn b/doc/plugins/comments.mdwn index 14bd28a04..59f83441c 100644 --- a/doc/plugins/comments.mdwn +++ b/doc/plugins/comments.mdwn @@ -49,5 +49,6 @@ held for moderation. (Or with the [[moderatedcomments]] plugin, all comments will be held.) Wiki admins can access the comment moderation queue via a button on their Preferences page. -The unmoderated comments are stored in the `srcdir` with a filename ending -in "._comment_pending". They are not checked into revision control. +To find unmoderated comments, `find /your/ikiwiki/srcdir -name '*._comment_pending'` + +They are not checked into revision control. -- cgit v1.2.3 From 231886e851babcdd00e6243fd989c04628b6977a Mon Sep 17 00:00:00 2001 From: "http://hendry.iki.fi/" Date: Wed, 14 Jul 2010 14:25:10 +0000 Subject: --- doc/plugins/comments/discussion.mdwn | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'doc/plugins') diff --git a/doc/plugins/comments/discussion.mdwn b/doc/plugins/comments/discussion.mdwn index 396d1f6d4..7cc8a4b2a 100644 --- a/doc/plugins/comments/discussion.mdwn +++ b/doc/plugins/comments/discussion.mdwn @@ -1,3 +1,9 @@ +## Moderating comments from the CLI + +How do you do this, without using the UI in the Preferences? + +Please put this info on the page. Many thanks --[[Kai Hendry]] + ## Why internal pages? (unresolved) Comments are saved as internal pages, so they can never be edited through the CGI, -- cgit v1.2.3