diff options
author | Simon McVittie <smcv@ http://smcv.pseudorandom.co.uk/> | 2008-12-21 17:18:43 +0000 |
---|---|---|
committer | Simon McVittie <smcv@ http://smcv.pseudorandom.co.uk/> | 2008-12-21 17:18:43 +0000 |
commit | ca1437c9e10dc940b94edb364ddfbb2083724182 (patch) | |
tree | f75b19579b346f96dd0b187f530984f82f944468 /doc | |
parent | bd376db3a8713c3f28a45a65d0de232a4901164f (diff) | |
download | ikiwiki-ca1437c9e10dc940b94edb364ddfbb2083724182.tar ikiwiki-ca1437c9e10dc940b94edb364ddfbb2083724182.tar.gz |
Another comments improvement
Diffstat (limited to 'doc')
-rw-r--r-- | doc/todo/comments.mdwn | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/doc/todo/comments.mdwn b/doc/todo/comments.mdwn index 7e35a2619..a2c1deeb3 100644 --- a/doc/todo/comments.mdwn +++ b/doc/todo/comments.mdwn @@ -18,9 +18,6 @@ > Won't the remove plugin refuse to remove internal pages? This would be > a good feature to have, though. --[[smcv]] -* Now that inline has some comments-specific functionality anyway, it would - be good to output `<link rel="comments">` in Atom and the equivalent in RSS. - ## Patches pending merge * The default template should have a (?) icon next to unauthenticated users (with the IP address @@ -67,6 +64,11 @@ > and c42f174e fix another `beautify_urlpath` bug and add a regression test > --[[smcv]] +* Now that inline has some comments-specific functionality anyway, it would + be good to output `<link rel="comments">` in Atom and the equivalent in RSS. + + > Fixed in my comments branch by d0d598e4, 3feebe31, 9e5f504e --[[smcv]] + ## Won't fix * There is some common code cargo-culted from other plugins (notably inline and editpage) which |