diff options
author | Joey Hess <joey@gnu.kitenet.net> | 2008-12-18 12:32:23 -0500 |
---|---|---|
committer | Joey Hess <joey@gnu.kitenet.net> | 2008-12-18 12:32:23 -0500 |
commit | 835801a6ff13b23cf96b2d080805c095f7110315 (patch) | |
tree | faeeca7ea6cc13a1c854045d7891ef3e659adeb7 | |
parent | f3bec255e4f62f31bf7b2f99d941c79e1fe93559 (diff) |
note about comments feed
-rw-r--r-- | doc/todo/comments.mdwn | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/todo/comments.mdwn b/doc/todo/comments.mdwn index ee158e53c..f5b580da2 100644 --- a/doc/todo/comments.mdwn +++ b/doc/todo/comments.mdwn @@ -15,3 +15,10 @@ Known issues with the [[plugins/comments]] plugin: up via the web. Would be nice to have some kind of link on the comment that allows trusted users to remove it (using the remove plugin of course). +* One can use inline to set up a feed of all comments posted to any page. + Using template=comments_display they are displayed right. Only problem + is there is no indication in that template of what page each comment in the + feed is a comment on. So, if a comment is inlined into a different page, + I think it should show a link back to the page commented on. + (BTW, the rss feed in this situation seems ok; there the link element + points back to the parent page. |