]> sipb.mit.edu Git - ikiwiki.git/commitdiff
suggest a feature that would improve the comments plugin
authorhttp://smcv.pseudorandom.co.uk/ <http://smcv.pseudorandom.co.uk/@web>
Thu, 11 Dec 2008 10:59:24 +0000 (05:59 -0500)
committerJoey Hess <joey@kitenet.net>
Thu, 11 Dec 2008 10:59:24 +0000 (05:59 -0500)
doc/todo/inline_plugin:_ability_to_override_feed_name.mdwn [new file with mode: 0644]

diff --git a/doc/todo/inline_plugin:_ability_to_override_feed_name.mdwn b/doc/todo/inline_plugin:_ability_to_override_feed_name.mdwn
new file mode 100644 (file)
index 0000000..2373181
--- /dev/null
@@ -0,0 +1,9 @@
+If RSS and Atom are enabled by default, the [[plugins/contrib/comments]] plugin generates a feed, perhaps `/sandbox/index.atom` for comments on the sandbox. If a blog is added to the page, the blog will steal the name `/sandbox/index.atom` and the comments plugin's feed will change to `/sandbox/index.atom2`.
+
+If `\[[!inline]]` gained a parameter `feedname` or something, the comments plugin could use `feedname=comments` to produce `/sandbox/comments.atom` instead (this would just require minor enhancements to rsspage(), atompage() and targetpage()).
+
+As a side benefit, [my blog](http://smcv.pseudorandom.co.uk/) could go back to its historical Atom feed URL of `.../feed.atom` (which is currently a symlink to `index.atom` :-) )
+
+On sites not using `usedirs` the current feed is `/sandbox.atom`, and we could perhaps change it to `/sandbox-comments.atom` or `/sandbox/comments.atom` if `feedname=comments` is given.
+
+--[[smcv]]