Bitcoin.org/en/rss/alerts.rss
2018-06-07 09:25:25 -06:00

29 lines
1011 B
XML

---
# This file is licensed under the MIT License (MIT) available on
# http://opensource.org/licenses/MIT.
lang: en
---
<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
<channel>
<title>Bitcoin network status and alerts</title>
<link>https://bitcoin.org/en/alerts</link>
<description>This RSS feed allows to follow events and alerts surrounding the Bitcoin network and software.</description>
<image>
<title>Bitcoin network status and alerts</title>
<url>https://bitcoin.org/img/icons/logo_rss.png?1528322191</url>
<link>https://bitcoin.org/en/alerts</link>
</image>
{% assign date_sorted_alerts = site.alerts | sort: 'date' %}
{% for p in date_sorted_alerts reversed %}
<item>
<title>{{ p.title | htmlescape }}</title>
<link>https://bitcoin.org{{ p.url }}</link>
<guid>https://bitcoin.org{{ p.url }}</guid>
<pubDate>{{ p.date | date: "%a, %d %b %Y" }} 00:00:00 GMT</pubDate>
</item>
{% endfor %}
</channel>
</rss>