response
authorJoey Hess <joey@kitenet.net>
Fri, 25 Feb 2011 21:15:35 +0000 (17:15 -0400)
committerJoey Hess <joey@kitenet.net>
Fri, 25 Feb 2011 21:15:35 +0000 (17:15 -0400)
doc/todo/feed_enhancements_for_inline_pages.mdwn

index bfc7531bb47026846ea4600e9a88038b214d47a4..2dbadcd604e185baf5bf43f10babb4eeeff2391e 100644 (file)
@@ -49,6 +49,8 @@ title and wiki name rather than hard-coding the wiki name as description.
 >> sorry. I think you're also right about the safety of the key, after
 >> all it only gets interpolated with known, safe strings.
 
+>>> I did not mean to imply that I thought it safe. --[[Joey]] 
+
 >> The question is what to do for pages that do not have a description
 >> (and are not the index). With your proposal, the Atom feed subtitle
 >> would turn up empty. We could make it conditional in the default
@@ -56,6 +58,12 @@ title and wiki name rather than hard-coding the wiki name as description.
 >> else is provided, but at this point I see no reason to _not_ allow
 >> the user to choose a way to build a default description.
 
+>>> RSS requires the `<description>` element be present, it can't
+>>> be conditionalized away. But I see no reason to add the complexity
+>>> of an option to configure a default value for a field that
+>>> few RSS consumers likely even use. That's about 3 levels below useful.
+>>> --[[Joey]]
+
 The third patch, ‘inline: allow assigning an id to postform/feedlink’,
 does just that. I don't currently use it, but it can be particularly
 useful in the postform case for example for scriptable management of
@@ -78,6 +86,8 @@ created by `urlto()` by fixing the routine itself.
 >> Maybe something that sanitizes the config value would be better instead?
 >> What is the policy about automatic changing user config?
 
+>>> It's impossible to do for perl-format setup files. --[[Joey]]
+
 The inline plugin is also updated (in a separate patch) to use `urlto()`
 rather than hand-coding the feed urls. You might want to keep this
 change even if you discard the urlto patch.