Files
gitx/Site/templates/sparkle.xml
T
Pieter de Bie 576337f7b6 Site: Automatically read the latest version from the Release Notes
I'm not sure if we should use the release notes here or rather
use the tags, but this follows other information on the site
like the "Release History", so at least it's internally consistent.
2009-03-28 22:39:45 +00:00

30 lines
980 B
XML

<?xml version="1.0" encoding="utf-8"?>
<rss xmlns:atom="http://www.w3.org/2005/Atom" xmlns:sparkle="http://www.andymatuschak.org/xml-namespaces/sparkle" version="2.0">
<channel>
<title>GitX</title>
<link>http://github.com/pieter/gitx/wikis</link>
<description>A more native clone of Gitk for OS X</description>
<item>
<title>GitX <%= ReleaseNotes::last_version %></title>
<pubDate>Thu, 29 Jan 2009 23:54:01 GMT</pubDate>
<enclosure url="http://frim.frim.nl/GitXStable.app.zip" length="1531595" type="application/octet-stream" sparkle:version="<%= ReleaseNotes::last_version %>"/>
<description>
<![CDATA[
<style>
body {
font-size: 70%;
}
h1 {
font-size: 160%;
}
</style>
<%= Markdown.new(ReleaseNotes::last_notes).to_html %>
]]>
</description>
</item>
</channel>
</rss>