]> sipb.mit.edu Git - ikiwiki.git/blob - doc/todo/comment_moderation_feed.mdwn
add a way to add arbitrary openlayers to the osm plugin without hacking at the code
[ikiwiki.git] / doc / todo / comment_moderation_feed.mdwn
1 There should be a way to generate a feed that is updated whenever a new
2 comment needs moderation. Otherwise, it can be hard to remember to check
3 sites, which may rarely get comments.
4
5 The feed should not include the comment subject or body, but could mention
6 the author. It would be especially handy if it was generated statically.
7 One way would be to generate internal pages corresponding to each comment
8 that needs moderation; then the feed could be constructed via a usual
9 inline.
10
11 ----
12
13 See [[tips/comments feed]] --liw
14
15 > Indeed, and the demo blog comes with a comments page with such feeds
16 > already set up. [[done]] --[[Joey]]