diff options
author | Joey Hess <joey@kitenet.net> | 2010-05-06 17:28:47 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2010-05-06 17:28:47 -0400 |
commit | 3f925ac7351bcee9a8cbbcae881681e68087de50 (patch) | |
tree | 68bb73aee3cb83a240414a99c33d91e1dc2c8aaf /doc/todo | |
parent | f0b83af9aadfb5c4755fe9079f1dc97112f49d95 (diff) |
new todo
Diffstat (limited to 'doc/todo')
-rw-r--r-- | doc/todo/comment_moderation_feed.mdwn | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/todo/comment_moderation_feed.mdwn b/doc/todo/comment_moderation_feed.mdwn new file mode 100644 index 000000000..267706b1b --- /dev/null +++ b/doc/todo/comment_moderation_feed.mdwn @@ -0,0 +1,9 @@ +There should be a way to generate a feed that is updated whenever a new +comment needs moderation. Otherwise, it can be hard to remember to check +sites, which may rarely get comments. + +The feed should not include the comment subject or body, but could mention +the author. It would be especially handy if it was generated statically. +One way would be to generate internal pages corresponding to each comment +that needs moderation; then the feed could be constructed via a usual +inline. |