-[[!table data="""
-Feature |iTunes RSS|iTunes Atom|Downcast RSS|Downcast Atom
-Feed image | - | - | - | -
-Feed title | + | + | + | +
-Feed publisher | - | - | - | -
-Feed "category" | - | - | - | -
-Feed date | + | + | + | +
-Feed description | - | - | - | -
-Episode image | - | - | - | -
-Episode title | + | + | + | +
-Episode date | + | + | + | +
-Episode duration | - | - | - | -
-Episode author | + | + | + | +
-Episode description| + | + | + | -
-Episode enclosure | + | + | + | +
-"""]]
+* Don't render template text (e.g., "Use this template to insert a
+ note into a page") in feeds.
+ * [[schmonz]] observes this in a dual-feed (one for enclosures,
+ another for browsers) scenario, but not in the typical case.
+ Remaining to be verified: that once migrated to fancypodcast,
+ this stops being a problem.
+* Optionally specify the enclosure's:
+ * MIME type, in case `File::MimeInfo` guesses wrong.
+ * Duration, in case `ffprobe` guesses wrong.
+* Optionally specify enclosures outside the wiki:
+ * Some people don't want to store big unchanging files in the VCS.
+ * Other people like [podcasting found media](http://huffduffer.com/about).
+ * We'd have to download the file just to compute some metadata
+ about it, and then somehow not frequently re-download it.
+* Configurably generate additional subscription links (such as
+ iTunes) alongside the RSS/Atom ones in [[plugins/inline]].
+* Support Apple's "enhanced podcasts" (if they're still relevant).