aboutsummaryrefslogtreecommitdiff
path: root/doc/todo/fancypodcast.mdwn
diff options
context:
space:
mode:
authorAmitai Schlair <schmonz-web-ikiwiki@schmonz.com>2013-02-21 10:23:43 -0500
committerAmitai Schlair <schmonz-web-ikiwiki@schmonz.com>2013-02-21 10:24:34 -0500
commit75f762014bbb2bef19b443e2f6617692efdbda87 (patch)
tree217511a9472d2be237bca1493a5b4e26a823f744 /doc/todo/fancypodcast.mdwn
parenta68db0bab7fe5f07b333671b9870e9c194ee36db (diff)
downloadikiwiki-75f762014bbb2bef19b443e2f6617692efdbda87.tar
ikiwiki-75f762014bbb2bef19b443e2f6617692efdbda87.tar.gz
Add a nice-to-have and a status chart.
Diffstat (limited to 'doc/todo/fancypodcast.mdwn')
-rw-r--r--doc/todo/fancypodcast.mdwn23
1 files changed, 21 insertions, 2 deletions
diff --git a/doc/todo/fancypodcast.mdwn b/doc/todo/fancypodcast.mdwn
index 5ae6d0ad4..9291b9626 100644
--- a/doc/todo/fancypodcast.mdwn
+++ b/doc/todo/fancypodcast.mdwn
@@ -31,8 +31,7 @@ also have lots more metadata.
HTML behavior, then make them pass by adding enclosure stanzas
to `{,inline}page.tmpl`.
* Write failing tests for the desired RSS/Atom behavior, then make
- them pass, probably via changes to `{atom,rss}item.tmpl` and
- [[plugins/inline]].
+ them pass via changes to `{atom,rss}item.tmpl` and [[plugins/inline]].
### Must-have (for [[schmonz]], anyway)
@@ -60,3 +59,23 @@ also have lots more metadata.
* Extend [[plugins/inline]] to configurably generate additional
subscription links (such as iTunes) alongside the RSS/Atom ones.
* Verify that [[plugins/more]] plays well with fancy podcasts.
+* Allow enclosures that are outside the wiki.
+
+### Status
+
+[[!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 | + | + | + | +
+"""]]