setto.basspistol.com/feed.xml

57 lines
2.9 KiB
XML
Raw Normal View History

2020-07-24 14:34:09 +02:00
---
layout: nil
2020-07-27 09:57:56 +02:00
title : To Setto Setto RSS Feed
2020-07-24 14:34:09 +02:00
---
<?xml version="1.0" encoding="UTF-8"?>
2020-09-25 14:01:30 +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#" >
2020-07-24 14:34:09 +02:00
<channel>
<title>{{ site.title | xml_escape }}</title>
2020-09-25 14:14:57 +02:00
<atom:link href="{{ site.url }}/feed.xml" rel="self" type="application/rss+xml" />
2020-07-24 14:34:09 +02:00
<link>{{ site.url }}</link>
<description>{{ site.description | xml_escape }}</description>
<lastBuildDate>{{ site.time | date_to_rfc822 }}</lastBuildDate>
<language>en-US</language>
<sy:updatePeriod>hourly</sy:updatePeriod>
<sy:updateFrequency>1</sy:updateFrequency>
<generator>https://jekyllrb.com/</generator>
<image>
2020-07-27 09:57:56 +02:00
<url>{{ site.url }}/siteicon.png</url>
2020-07-24 14:34:09 +02:00
<title>{{ site.title | xml_escape }}</title>
<link>{{ site.url }}</link>
</image>
2020-10-07 16:08:12 +02:00
<itunes:summary><![CDATA[{{ site.description | xml_escape }}]]></itunes:summary>
2020-09-25 14:01:30 +02:00
<itunes:author>{{ site.social.mail }}</itunes:author>
2020-07-24 14:34:09 +02:00
<itunes:explicit>yes</itunes:explicit>
<itunes:image href="{{ site.url }}{{ site.banner }}" />
<itunes:owner>
2020-09-25 14:01:30 +02:00
<itunes:name>{{ site.publisher.name | xml_escape }}</itunes:name>
<itunes:email>{{ site.publisher.mail }}</itunes:email>
2020-07-24 14:34:09 +02:00
</itunes:owner>
2020-09-25 14:01:30 +02:00
<managingEditor>{{ site.publisher.mail }} ({{ site.publisher.name }})</managingEditor>
2020-07-24 14:34:09 +02:00
<copyright>Anti-Copyright 2018 {{ site.title }}</copyright>
<itunes:subtitle>{{ site.title }}</itunes:subtitle>
<itunes:category text="Music">
</itunes:category>
2020-09-25 14:01:30 +02:00
{% for post in site.posts limit: 7 %}
2020-07-24 14:34:09 +02:00
<item>
<title>{{ post.title | xml_escape }}</title>
2020-11-09 13:14:37 +01:00
<link>{{ site.url }}{{ post.url }}?pk_campaign=RSS</link>
2020-07-24 14:34:09 +02:00
<guid isPermaLink="true">{{ site.url }}{{ post.url }}</guid>
2020-11-09 13:14:37 +01:00
<description>{{ post.description | truncate: 200 | xml_escape }}</description>
2020-09-25 14:01:30 +02:00
<category>Hi-Lights</category>
<author>{{ site.social.mail | xml_escape }} ({{ site.social.name }})</author>
2020-09-25 14:07:35 +02:00
<pubDate>{{ post.date | date_to_rfc822 }}</pubDate>
2020-09-25 14:01:30 +02:00
<itunes:author>{{ site.publisher.mail }}</itunes:author>
<itunes:explicit>No</itunes:explicit>
2020-11-09 13:14:37 +01:00
<itunes:subtitle>{{ post.description | truncate: 200 | xml_escape }}</itunes:subtitle>
2020-07-24 14:34:09 +02:00
<itunes:summary>{{ post.description | xml_escape }}</itunes:summary>
2020-09-25 14:01:30 +02:00
<itunes:keywords>{% for tags in post.tags %}{{ tags | xml_escape | strip_html }}{% unless forloop.last %}, {% endunless %}{% endfor %}</itunes:keywords>
2020-07-24 14:34:09 +02:00
<itunes:image href="{{ site.url }}{{ post.image }}"/>
</item>
{% endfor %}
</channel>
</rss>