<?xml version="1.0" encoding="utf-8"?>
<rss xmlns:atom="http://www.w3.org/2005/Atom"
 xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd"
 xmlns:itunesu="http://www.itunesu.com/feed"
 version="2.0"
>
<channel>
<link>https://granicus.if.org/podcasts/[% name %].rss</link>
<language>en-us</language>
<copyright>2013</copyright>
<webMaster>webmaster@granicus.if.org (Web Master)</webMaster>
<managingEditor>webmaster@granicus.if.org (Web Master)</managingEditor>
<image>
<url>https://granicus.if.org/podcasts/[% name %]/[% image %]</url>
<title>[% name %]</title>
<link>https://granicus.if.org/podcasts/[% name %].rss</link>
</image>
<itunes:owner>
<itunes:name>Web Master</itunes:name>
<itunes:email>webmaster@granicus.if.org</itunes:email>
</itunes:owner>
<itunes:category text="Arts">
</itunes:category>
<itunes:keywords>[% name %]</itunes:keywords>
<itunes:explicit>no</itunes:explicit>
<itunes:image href="https://granicus.if.org/podcasts/[%name %]/[% image %]" />
<atom:link href="https://granicus.if.org/podcasts/[% name %].rss" rel="self" type="application/rss+xml" />
<pubDate>[% builddate %]</pubDate>
<title>[% title %]</title>
<itunes:author>RKO</itunes:author>
<description>The shadow</description>
<itunes:summary>The shadow</itunes:summary>
<itunes:subtitle>The shadow</itunes:subtitle>
<lastBuildDate>[% builddate %]</lastBuildDate>

[% FOREACH ep IN episodes %]
<item>
<title>[% ep.title %]</title>
<description>[% ep.description %]</description>
<itunes:summary>[% ep.description %]</itunes:summary>
<itunes:subtitle>[% ep.shortdesc %]</itunes:subtitle>
<itunesu:category itunesu:code="102" />
<enclosure url="https://granicus.if.org/podcasts/shadow/[% ep.audio %]"
 type="audio/mpeg" length="[% ep.size %]" />
<guid>https://granicus.if.org/podcasts/[% name %]/[% ep.audio %]</guid>
<itunes:duration>[% ep.duration %]</itunes:duration>
<pubDate>[% builddate %]</pubDate>
</item>
[% END %]
</channel>
</rss>
