Merge branch 'gh-pages' of https://github.com/greenshot/greenshot into gh-pages

This commit is contained in:
jklingen 2016-03-27 22:26:00 +02:00
commit 23f5093c5f

View file

@ -1,21 +0,0 @@
---
permalink: releases/installer/
---
<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
<channel>
<title>Greenshot installers</title>
<link>https://getgreenshot.org</link>
<description>Greenshot released installer update feed</description>
{% for release in site.github.releases %}{% if release.draft == false %}
{% for asset in release.assets %}{% if asset.name contains 'INSTALLER' and asset.name contains '.exe' %}
<item>
<title>{{asset.name}}</title>
<link>{{asset.browser_download_url}}</link>
<pubDate>{{asset.created_at | date_to_rfc822}}</pubDate>
<description>{{release.body}}</description>
</item>
{% endif %}{% endfor %}
{% endif %}{% endfor %}
</channel>
</rss>