]> sipb.mit.edu Git - ikiwiki.git/commitdiff
rethink
authorJoey Hess <joey@kodama.kitenet.net>
Thu, 11 Dec 2008 19:12:03 +0000 (14:12 -0500)
committerJoey Hess <joey@kodama.kitenet.net>
Thu, 11 Dec 2008 19:12:03 +0000 (14:12 -0500)
doc/todo/inline_plugin:_ability_to_override_feed_name.mdwn

index 0aab7b9e6922cf520c01744094fae5fca8108498..41bae45fab524a80b1b29705f32a9ef61767664e 100644 (file)
@@ -20,9 +20,11 @@ could perhaps change it to `/sandbox-comments.atom` or
 --[[smcv]]
 
 > This is slightly hard to do, because you have to worry about 
-> conflicting pages setting feedname, which would cause ikiwiki to blow up.
+> conflicting pages setting feedname, which could cause ikiwiki to blow up.
 > 
 > Particularly for the non-usedirs case, where a page `sandbox/comments`
-> would produce the same feed as sandbox with `feedname=comments` .
-> I don't think there's a solution in the non-usedirs case, so maybe this
-> option would need to only work for usedirs. --[[Joey]]
+> would produce the same feed as sandbox with `feedname=comments`.
+> 
+> Hmm, looking some more, since inline tracks `%knownfeeds` and uniquifys
+> the names on conflicts, you'd just end up with `sandbox/comments.atom2`
+> if there were a conflict -- acceptable. --[[Joey]]