diff options
author | Amitai Schlair <schmonz-web-ikiwiki@schmonz.com> | 2013-06-27 00:24:08 -0400 |
---|---|---|
committer | Amitai Schlair <schmonz-web-ikiwiki@schmonz.com> | 2013-06-27 00:24:08 -0400 |
commit | 898ceaf38ca090631a598d0b8b1d6994acc66b59 (patch) | |
tree | e29b21a617eb1f3760f98d950bb1c8ead1a7dce9 | |
parent | c62b3935211c199d3aff5cd65ca147ada7e2544d (diff) | |
download | ikiwiki-898ceaf38ca090631a598d0b8b1d6994acc66b59.tar ikiwiki-898ceaf38ca090631a598d0b8b1d6994acc66b59.tar.gz |
response
-rw-r--r-- | doc/todo/fancypodcast.mdwn | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/todo/fancypodcast.mdwn b/doc/todo/fancypodcast.mdwn index 12ca43d53..64af7e8a9 100644 --- a/doc/todo/fancypodcast.mdwn +++ b/doc/todo/fancypodcast.mdwn @@ -253,6 +253,9 @@ normally no reason to do that. Why does it need an url of this form here? >> you need were both generated by calling urlto. It'd be fine to call >> it more than once. --[[Joey]] +>>> Heh, it was even easier than that! (Hooray for tests.) Done. +>>> --[[schmonz]] + +<TMPL_IF HTML5><section id="inlineenclosure"><TMPL_ELSE><div id="inlineenclosure"></TMPL_IF> +<TMPL_IF ENCLOSURE> @@ -296,6 +299,10 @@ could negatively impact eg, Planet style aggregators using ikiwiki. --[[Joey]] >> with its rss feed. (That's probably what I copied.) Atom feeds may >> not have this problem, don't know. --[[Joey]] +>>> Okay, that's easy to reproduce. It looks like this _might_ be +>>> a simple matter of getting \[[!aggregate]] to populate author in +>>> `add_page()`. I'll see what I can figure out. --[[schmonz]] + +++ b/templates/rsspage.tmpl + xmlns:atom="http://www.w3.org/2005/Atom" +<atom:link href="<TMPL_VAR FEEDURL>" rel="self" type="application/rss+xml" /> |