-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathupdate.xml
28 lines (20 loc) · 901 Bytes
/
update.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
---
layout: nil
---
<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:sparkle="http://www.andymatuschak.org/xml-namespaces/sparkle" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>BaseApp Updates</title>
<link>http://sparkler.getbaseapp.com/update.xml</link>
<description>Most recent changes with links to updates.</description>
<language>en</language>
{% for post in site.posts %}
<item>
<title>{{ post.title }}</title>
<sparkle:releaseNotesLink>http://sparkler.getbaseapp.com{{ post.url }}</sparkle:releaseNotesLink>
<pubDate>{{ post.date | date_to_xmlschema }}</pubDate>
<enclosure length="{{ post.length }}" sparkle:dsaSignature="{{ post.signature }}" sparkle:version="{{ post.version }}" type="application/octet-stream" url="{{ post.download }}" />
</item>
{% endfor %}
</channel>
</rss>