X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/blobdiff_plain/1d82ac40d48d0d07aed8a596a90f060f03fdb0b0..4ed092c05b3ba825a13da4460949bbcf990db8e1:/doc/todo/comments.mdwn
diff --git a/doc/todo/comments.mdwn b/doc/todo/comments.mdwn
index c81947e74..aa6b130dc 100644
--- a/doc/todo/comments.mdwn
+++ b/doc/todo/comments.mdwn
@@ -46,20 +46,22 @@ Known issues with the [[plugins/comments]] plugin:
> a good feature to have, though. --[[smcv]]
* 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
+ Using template=comment 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.
+ > done --[[Joey]]
+
* It would be useful to have a pagespec that always matches all comments on
pages matching a glob. Something like `comment(blog/*)`.
Perhaps postcomment could also be folded into this? Then the pagespec
would match both existing comments, as well as new comments that are
being posted.
- > Please see [[plugins/comment/discussion]]. If I've convinced you that
+ > Please see [[plugins/comments/discussion]]. If I've convinced you that
> internal pages are the way forward, then sure, we can do that, because
> people who can comment still won't be able to edit others' comments
> (one of my goals is that commenters can't put words into each other's
@@ -81,5 +83,7 @@ Known issues with the [[plugins/comments]] plugin:
with id="comment_123" or something. I'll fix this, unless Joey gets there
first. --[[smcv]]
+ > done --[[Joey]]
+
* Now that inline has some comments-specific functionality anyway, it would
- be good to output in Atom and the equivalent in RSS.
+ be good to output '' in Atom and the equivalent in RSS.