summaryrefslogtreecommitdiff
path: root/doc/todo
diff options
context:
space:
mode:
authorJoey Hess <joey@kitenet.net>2011-02-25 17:15:35 -0400
committerJoey Hess <joey@kitenet.net>2011-02-25 17:15:35 -0400
commit0b70ae2888afc9fc2f4802989629cd3879081a37 (patch)
treebeaae7b26d54899c9e518ab700fe9c1bfbe2b81a /doc/todo
parentd8a906193614e7e2b136d5399e9f436a8821f746 (diff)
response
Diffstat (limited to 'doc/todo')
-rw-r--r--doc/todo/feed_enhancements_for_inline_pages.mdwn10
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/todo/feed_enhancements_for_inline_pages.mdwn b/doc/todo/feed_enhancements_for_inline_pages.mdwn
index bfc7531bb..2dbadcd60 100644
--- a/doc/todo/feed_enhancements_for_inline_pages.mdwn
+++ b/doc/todo/feed_enhancements_for_inline_pages.mdwn
@@ -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.