Testing: add missing file
[GitX.git] / Site / text / index.markdown
blob1f60b02720878a8297bc034241ca30cca8e90494
1 <% @title = "Home"  %>
2 <div class="nohover" id="download">
3         <div id="version">
4         <a href="http://frim.frim.nl/GitXStable.app.zip" title="Latest GitX download" id="download_link" class="nohover">
5         <span style="font-size: 125%">Download GitX</span><br>Version <%= ReleaseNotes::last_version %>
6         </a></div>
7         <p id="donate_link">(you can help GitX by <a href="http://www.pledgie.com/campaigns/1816">donating</a>)</p>
8 </div>
10 <h2 class="noclear">GitX</h2>
11 <p>
12         GitX is a git GUI made for Mac OS X. It currently
13 features a history viewer much like gitk and a commit GUI like git gui. But
14 then in silky smooth OS X style!
15 </p>
17 <h3 class="noclear">Features</h3>
18 <ul>
19         <li>Detailed history viewer</li>
20         <li>Nice commit GUI, allowing hunk- and line-wise staging</li>
21         <li>Fast workflow</li>
22         <li>Explore tree of any revision</li>
23         <li>Nice Aqua interface</li>
24         <li>Paste commits to <a href="http://gist.github.com/">gist.github.com</a></li>
25         <li>QuickLook integration</li>
26 </ul>
28 <h3>Requirements</h3>
29 <p>
30         GitX runs on Mac OS X 10.5 Leopard and Mac OS X 10.6 Snow Leopard. Because it uses features like Garbage Collection, you can't compile it on earlier systems. GitX also requires a fairly recent Git -- version 1.6.0 and higher are all supported. 
31 </p>
33 <h3>Download</h3>
34 <p>
35         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>.
36 </p>
37 <p>
38         After starting GitX, you can install the command-line tool through the menu (GitX-&gt;Enable Terminal Usage…). This will install a “gitx” binary in /usr/local/bin.
39 </p>