comparison gpp/templates/podcast/feed.xml @ 143:1ed461fd2030

Podcast enhancements for #39. Provide channel level keyword support. Provide an alternate download URL so we can support both m4a and mp3 formats.
author Brian Neal <bgneal@gmail.com>
date Sun, 06 Dec 2009 21:28:31 +0000
parents dbd703f7d63a
children 6e425c9b9d16
comparison
equal deleted inserted replaced
142:f6904149a233 143:1ed461fd2030
11 <copyright>{{ channel.copyright }}</copyright> 11 <copyright>{{ channel.copyright }}</copyright>
12 <itunes:subtitle>{{ channel.subtitle }}</itunes:subtitle> 12 <itunes:subtitle>{{ channel.subtitle }}</itunes:subtitle>
13 <itunes:author>{{ channel.author }}</itunes:author> 13 <itunes:author>{{ channel.author }}</itunes:author>
14 <itunes:summary>{{ channel.description }}</itunes:summary> 14 <itunes:summary>{{ channel.description }}</itunes:summary>
15 <description>{{ channel.description }}</description> 15 <description>{{ channel.description }}</description>
16 <itunes:keywords>{{ channel.keywords }}</itunes:keywords>
16 <itunes:owner> 17 <itunes:owner>
17 <itunes:name>{{ channel.owner_name }}</itunes:name> 18 <itunes:name>{{ channel.owner_name }}</itunes:name>
18 <itunes:email>{{ channel.owner_email }}</itunes:email> 19 <itunes:email>{{ channel.owner_email }}</itunes:email>
19 </itunes:owner> 20 </itunes:owner>
20 <itunes:image href="{{ channel.image.url }}" /> 21 <itunes:image href="{{ channel.image.url }}" />