2019-08-27 17:41:01 +02:00
---
title : The Sakrecoer RSS Feed
layout: null
---
<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:itunes= "http://www.itunes.com/dtds/podcast-1.0.dtd" version= "2.0" >
<channel >
<title > {{ site.title }}</title>
2019-08-27 18:07:24 +02:00
<description > {{ site.description | xml_escape }}</description>
2019-08-27 17:41:01 +02:00
<link > {{ site.url }}</link>
2019-08-27 18:04:28 +02:00
<language > {{ site.lang }}</language>
2019-08-27 17:41:01 +02:00
<copyright > Creative Commons CC-BY-SA</copyright>
2019-08-27 18:04:28 +02:00
<lastBuildDate > {{ site.time | date_to_rfc822 }}</lastBuildDate>
<pubDate > {% for track in site.tracks limit: 1 %}{{ track.last_modified_at | date_to_rfc822 }}{% endfor %}</pubDate>
<docs > https://cyber.harvard.edu/rss/rss.html</docs>
<generator > Jekyll</generator>
<image >
<url > {{ site.url }}{{ site.logo }}</url>
<title > {{ site.title }}</title>
<link > {{ site.url }}</link>
<width > 480</width>
<height > 480</height>
</image>
<managingEditor > {{ site.author.email }}</managingEditor>
2019-08-27 17:41:01 +02:00
<webMaster > {{ site.author.email }}</webMaster>
<itunes:author > {{ site.author.name }}</itunes:author>
<itunes:subtitle > {{ site.description | xml_escape }}</itunes:subtitle>
<itunes:summary > This podcast is the a conveniant way to recieve the latest Sakrecoer Hit. There is mostely tunes and tracks, but might eventualy contain other types of audio data. </itunes:summary>
<itunes:owner >
<itunes:name > {{ site.author.name }}</itunes:name>
<itunes:email > {{ site.author.email }}</itunes:email>
</itunes:owner>
<itunes:explicit > No</itunes:explicit>
<itunes:image href= "{{ site.url }}{{ site.logo }}" />
<itunes:category text= "Music" >
<itunes:category text= "Podcasting" />
</itunes:category>
{% for post in site.tracks %}
<item >
<title > {{ post.title }}</title>
<link > {{ site.url }}{{ post.url }}?ref=rss</link>
2019-08-27 18:17:08 +02:00
<guid isPermaLink= "true" > {{ site.url }}{{ post.url }}</guid>
2019-08-27 17:41:01 +02:00
<description > < img src=" {{ post.image }}" /> {{ post.content | xml_escape }}</description>
2019-08-27 18:17:08 +02:00
<author > {{ site.author.email }} ({{ site.author.name }})</author>
2019-08-27 17:41:01 +02:00
<enclosure url= "{{ post.mp3 }}?ref=rss" type= "audio/mpeg" />
<category > Podcasts</category>
2019-08-27 18:04:28 +02:00
<pubDate > {{ post.date | date_to_rfc822 }}</pubDate>
2019-08-27 17:41:01 +02:00
<itunes:author > Sakrecoer</itunes:author>
<itunes:explicit > No</itunes:explicit>
2019-11-05 10:57:20 +01:00
<itunes:subtitle > {{ post.content | truncate: 40, "" | xml_escape }} </itunes:subtitle>
<itunes:summary > {{ post.content | truncate: 40, "" | xml_escape }} </itunes:summary>
<itunes:keywords > {% for c in post.categories %}{{ c | xml_escape }}{% unless forloop.last %}, {% endunless %}{% endfor %}</itunes:keywords>
2019-08-27 17:41:01 +02:00
<itunes:image href= "{{ post.image }}" />
</item>
{% endfor %}
</channel>
</rss>