]> id.pley.net Git - pod.git/blobdiff - sf/feed.xml
Fixup description and email
[pod.git] / sf / feed.xml
index dd92c6dda30d00f1972076e46c5da3ba8174e48b..6af3c21544062cec6fea597bb8443fe4588563ed 100644 (file)
@@ -8,7 +8,6 @@ title: ""
         <atom:link href="{{ site.podcast.url }}/feed.xml" rel="self" type="application/rss+xml" />
         <title>{{ site.podcast.title }}</title>
         <link>{{ site.podcast.url }}</link>
-        <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>
@@ -22,22 +21,23 @@ title: ""
         </image>
         <docs>http://www.rssboard.org/rss-specification</docs>
         <itunes:author>{{ site.podcast.title }}</itunes:author>
+        <itunes:summary>{{ site.podcast.escription | xml_escape }}</itunes:summary>
         <itunes:explicit>clean</itunes:explicit>
         <itunes:image href="{{ site.url }}/RJS_pod_1400x1400.jpg"/>
         <itunes:owner>
-        <itunes:name><![CDATA[RJS Pod]]></itunes:name>
-                <itunes:email>{{ site.email }} (Podcast)</itunes:email>
+            <itunes:name>RJS Pod</itunes:name>
+            <itunes:email>{{ site.email }}</itunes:email>
         </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>
             <pubDate>{{ post.date | date_to_rfc822 }}</pubDate>
-            <enclosure url="http:{{ post.file }}" length="{{ post.length }}" type="audio/mp3"/>
+            <enclosure url="{{ post.mediaURL }}" length="{{ post.mediaLength }}" type="audio/mp3"/>
             <itunes:author>{{ site.podcast.author }}</itunes:author>
             <itunes:summary>{{ post.summary | xml_escape }}</itunes:summary>
             <itunes:duration>{{ post.duration }}</itunes:duration>