mirror of
https://github.com/kennethreitz-archive/gitx.git
synced 2026-06-05 23:40:18 +00:00
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.
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
|
||||
|
||||
<item>
|
||||
<title>GitX 0.6.1</title>
|
||||
<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>
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
<div class="nohover" id="download">
|
||||
<a href="http://frim.frim.nl/GitXStable.app.zip" title="Latest GitX download" id="download_link" class="nohover">
|
||||
Download GitX
|
||||
<div id="version">Version 0.6.1</div>
|
||||
<div id="version">Version <%= ReleaseNotes::last_version %></div>
|
||||
</a>
|
||||
<p id="donate_link">(you can help GitX by <a href="http://www.pledgie.com/campaigns/1816">donating</a>)</p>
|
||||
</div>
|
||||
@@ -37,7 +37,7 @@ then in silky smooth OS X style!</p>
|
||||
Download
|
||||
</h3>
|
||||
<p>
|
||||
The newest version of GitX is 0.6.1. This version can be downloaded from <a href="http://frim.frim.nl/GitXStable.app.zip">here</a>. To see what has changed, read the <a href="release_history.html">Release History</a>.
|
||||
The newest version of GitX is <%= ReleaseNotes::last_version %>. This version can be downloaded from <a href="http://frim.frim.nl/GitXStable.app.zip">here</a>. To see what has changed, read the <a href="release_history.html">Release History</a>.
|
||||
</p>
|
||||
<p>
|
||||
After you have started it once, you can install the command-line tool through the menu (GitX->Enable Terminal Usage…). This will install a “gitx” binary in /usr/local/bin.
|
||||
|
||||
Reference in New Issue
Block a user