2016-10-14 23:24:50 +03:00
|
|
|
<?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>VimR with NeoVim</title>
|
|
|
|
<link>http://vimr.org</link>
|
|
|
|
<description>Most recent changes with links to updates for VimR.</description>
|
|
|
|
<language>en</language>
|
|
|
|
<item>
|
|
|
|
<title>${title}</title>
|
|
|
|
<description><![CDATA[
|
2016-10-14 16:58:58 +03:00
|
|
|
${release_notes}
|
|
|
|
]]></description>
|
2016-10-14 23:24:50 +03:00
|
|
|
<sparkle:releaseNotesLink>
|
|
|
|
${release_notes_link}
|
|
|
|
</sparkle:releaseNotesLink>
|
|
|
|
<pubDate>${publication_date}</pubDate>
|
|
|
|
<sparkle:minimumSystemVersion>10.11.0</sparkle:minimumSystemVersion>
|
|
|
|
<enclosure url="${file_url}"
|
|
|
|
sparkle:version="${bundle_version}"
|
|
|
|
sparkle:shortVersionString="${marketing_version}"
|
|
|
|
sparkle:dsaSignature="${signature}"
|
|
|
|
length="${file_length}"
|
|
|
|
type="application/octet-stream"/>
|
|
|
|
</item>
|
|
|
|
</channel>
|
|
|
|
</rss>
|