xmlns:creativeCommons="http://backend.userland.com/creativeCommonsRssModule"
xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd">
<channel>
xmlns:creativeCommons="http://backend.userland.com/creativeCommonsRssModule"
xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd">
<channel>
<description>{{ site.podcast.escription | xml_escape }}</description>
<managingEditor>{{ site.podcast.email }} ({{ site.podcast.author }})</managingEditor>
<webMaster>{{ site.podcast.email }} ({{ site.podcast.author }})</webMaster>
<language>{{ site.podcast.lang }}</language>
<description>{{ site.podcast.escription | xml_escape }}</description>
<managingEditor>{{ site.podcast.email }} ({{ site.podcast.author }})</managingEditor>
<webMaster>{{ site.podcast.email }} ({{ site.podcast.author }})</webMaster>
<language>{{ site.podcast.lang }}</language>
<pubDate>{{ site.time | date_to_rfc822 }}</pubDate>
<lastBuildDate>{{ site.time | date_to_rfc822 }}</lastBuildDate>
<image>
<url>{{ site.podcast.url }}/RJS_pod_1400x1400.jpg</url>
<title>{{ site.podcast.title }}</title>
<pubDate>{{ site.time | date_to_rfc822 }}</pubDate>
<lastBuildDate>{{ site.time | date_to_rfc822 }}</lastBuildDate>
<image>
<url>{{ site.podcast.url }}/RJS_pod_1400x1400.jpg</url>
<title>{{ site.podcast.title }}</title>
</image>
<docs>http://www.rssboard.org/rss-specification</docs>
<itunes:author>{{ site.podcast.title }}</itunes:author>
</image>
<docs>http://www.rssboard.org/rss-specification</docs>
<itunes:author>{{ site.podcast.title }}</itunes:author>
<itunes:image href="{{ site.url }}/RJS_pod_1400x1400.jpg"/>
<itunes:owner>
<itunes:name><![CDATA[RJS Pod]]></itunes:name>
<itunes:image href="{{ site.url }}/RJS_pod_1400x1400.jpg"/>
<itunes:owner>
<itunes:name><![CDATA[RJS Pod]]></itunes:name>
</itunes:owner>
<itunes:category text="News">
<itunes:category text="Politics"/>
</itunes:category>
{% for post in site.posts %} <item>
<title>{{ post.title | xml_escape }}</title>
</itunes:owner>
<itunes:category text="News">
<itunes:category text="Politics"/>
</itunes:category>
{% for post in site.posts %} <item>
<title>{{ post.title | xml_escape }}</title>
- <link>{{ site.podcast.url }}{{ post.url }}</link>
- <description>{{ post.excerpt | xml_escape }}</description>
- <guid isPermaLink="true">{{ site.podcast.url }}{{ post.url }}</guid>
+ <link>{{ post.url | absolute_url }}</link>
+ <description>{{ post.summary | xml_escape }}</description>
+ <guid isPermaLink="true">{{ post.url | absolute_url }}</guid>
<itunes:author>{{ site.podcast.author }}</itunes:author>
<itunes:summary>{{ post.summary | xml_escape }}</itunes:summary>
<itunes:duration>{{ post.duration }}</itunes:duration>
<itunes:author>{{ site.podcast.author }}</itunes:author>
<itunes:summary>{{ post.summary | xml_escape }}</itunes:summary>
<itunes:duration>{{ post.duration }}</itunes:duration>