2019-04-01 23:16:35 +02:00
|
|
|
---
|
2020-07-11 08:59:43 +02:00
|
|
|
layout: nil
|
2019-04-01 23:16:35 +02:00
|
|
|
title : The Basspistol RSS Feed
|
|
|
|
---
|
2020-09-25 13:13:41 +02:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
2020-09-25 13:12:33 +02:00
|
|
|
<rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" >
|
2019-02-28 17:06:17 +01:00
|
|
|
|
|
|
|
<channel>
|
2020-07-11 08:59:43 +02:00
|
|
|
<title>{{ site.title | xml_escape }}</title>
|
|
|
|
<atom:link href="{{ site.url }}/rss.xml" rel="self" type="application/rss+xml" />
|
|
|
|
<link>{{ site.url }}</link>
|
|
|
|
<description>{{ site.description | xml_escape }}</description>
|
2019-04-01 23:16:35 +02:00
|
|
|
<lastBuildDate>{{ site.time | date_to_rfc822 }}</lastBuildDate>
|
2019-02-28 17:06:17 +01:00
|
|
|
<language>en-US</language>
|
|
|
|
<sy:updatePeriod>hourly</sy:updatePeriod>
|
|
|
|
<sy:updateFrequency>1</sy:updateFrequency>
|
|
|
|
<generator>https://jekyllrb.com/</generator>
|
|
|
|
|
|
|
|
<image>
|
2020-09-25 14:01:38 +02:00
|
|
|
<url>{{ site.url }}/siteicon.png</url>
|
2020-07-11 08:59:43 +02:00
|
|
|
<title>{{ site.title | xml_escape }}</title>
|
|
|
|
<link>{{ site.url }}</link>
|
2019-02-28 17:06:17 +01:00
|
|
|
</image>
|
|
|
|
<itunes:summary><![CDATA[Rare contemporary music, Founded in 2010, Basspistol is the Outernational Music Syndicate]]></itunes:summary>
|
2020-09-25 13:12:33 +02:00
|
|
|
<itunes:author>{{ site.publisher.mail }}</itunes:author>
|
2019-02-28 17:06:17 +01:00
|
|
|
<itunes:explicit>yes</itunes:explicit>
|
2020-07-11 08:59:43 +02:00
|
|
|
<itunes:image href="{{ site.url }}{{ site.banner }}" />
|
2019-02-28 17:06:17 +01:00
|
|
|
<itunes:owner>
|
2020-09-25 13:17:28 +02:00
|
|
|
<itunes:name>{{ site.publisher.name | xml_escape }}</itunes:name>
|
2019-02-28 17:06:17 +01:00
|
|
|
<itunes:email>info@basspitol.com</itunes:email>
|
|
|
|
</itunes:owner>
|
2020-09-25 13:26:00 +02:00
|
|
|
<managingEditor>{{ site.publisher.mail }} ({{ site.publisher.name }})</managingEditor>
|
2019-04-01 23:16:35 +02:00
|
|
|
<copyright>Anti-Copyright 2018 {{ site.title }}</copyright>
|
|
|
|
<itunes:subtitle>{{ site.title }}</itunes:subtitle>
|
2019-02-28 17:06:17 +01:00
|
|
|
<itunes:category text="Music">
|
|
|
|
</itunes:category>
|
2020-09-25 13:12:33 +02:00
|
|
|
|
2020-09-25 13:47:32 +02:00
|
|
|
{% for post in site.posts limit: 7 %}
|
2019-02-28 17:06:17 +01:00
|
|
|
<item>
|
2020-07-11 08:59:43 +02:00
|
|
|
<title>{{ post.title | xml_escape }}</title>
|
2020-09-25 14:46:22 +02:00
|
|
|
<link>{% if post.link %}{{ post.link }}?utm_source=RSS&utm_medium=RSS&utm_campaign={{ post.title | replace: ',','-' | replace: ' ', '-' | xml_escape }}{% else %}{{ site.url }}{{ post.url }}?utm_source=RSS&utm_medium=RSS&utm_campaign={{ post.title | replace: ',','-' | replace: ' ', '-' | xml_escape }}{% endif %}</link>
|
2020-07-11 08:59:43 +02:00
|
|
|
<guid isPermaLink="true">{{ site.url }}{{ post.url }}</guid>
|
2020-09-09 13:45:33 +02:00
|
|
|
<description> <img src="{{ site.url }}{{ post.image }}" /> <br />{{ post.description | truncate: 150 | xml_escape }} {% if post.link %}<br />Full article on: <a href="{{ site.url }}{{ post.url }}">{{ site.url }}{{ post.url }}</a>{% endif %}</description>
|
2020-07-11 08:59:43 +02:00
|
|
|
<category>Hi-Lights</category>
|
2020-09-25 13:26:00 +02:00
|
|
|
<author>{{ site.publisher.mail | xml_escape }} ({{ site.publisher.name }})</author>
|
2020-09-25 14:07:41 +02:00
|
|
|
<pubDate>{{ post.date | date_to_rfc822 }}</pubDate>
|
2020-09-25 13:17:28 +02:00
|
|
|
<itunes:author>{{ site.publisher.mail }}</itunes:author>
|
2019-02-28 17:06:17 +01:00
|
|
|
<itunes:explicit>No</itunes:explicit>
|
2020-09-25 13:12:33 +02:00
|
|
|
<itunes:subtitle>{{ post.description | truncate: 252 | xml_escape }}</itunes:subtitle>
|
2019-04-01 23:16:35 +02:00
|
|
|
<itunes:summary>{{ post.description | xml_escape }}</itunes:summary>
|
2020-09-25 13:12:33 +02:00
|
|
|
<itunes:keywords>{% for tags in post.tags %}{{ tags | xml_escape | strip_html }}{% unless forloop.last %}, {% endunless %}{% endfor %}</itunes:keywords>
|
2020-07-11 08:59:43 +02:00
|
|
|
<itunes:image href="{{ site.url }}{{ post.image }}"/>
|
2019-02-28 17:06:17 +01:00
|
|
|
</item>
|
2019-04-01 23:16:35 +02:00
|
|
|
{% endfor %}
|
2019-02-28 17:06:17 +01:00
|
|
|
</channel>
|
|
|
|
</rss>
|