Merge commit 'origin/master'
[GitX.git] / Site / text / index.markdown
blobc8bea3628c6e6e54e61c3babb9c96d2cbea8693b
1 <% @title = "Home"  %>
2 <div class="nohover" id="download">
3         <a href="http://frim.frim.nl/GitXStable.app.zip" title="Latest GitX download" id="download_link" class="nohover">
4 Download GitX
5         <div id="version">Version <%= ReleaseNotes::last_version %></div>
6         </a>
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">
11         GitX
12 </h2>
14 <p class="noclear"> GitX is a git GUI specifically for Mac OS X. It currently
15 features a history viewer much like gitk and a commit GUI like git gui. But
16 then in silky smooth OS X style!</p>
18 <h3>
19         Features
20 </h3>
21 <ul>
22         <li>Detailed history viewer</li>
23         <li>Nice commit GUI, allowing per-commit staging</li>
24         <li>Fast</li>
25         <li>Nice Aqua interface</li>
26         <li>Paste commits to gist.github.com</li>
27         <li>Explore tree of any revision</li>
28         <li>QuickLook integration</li>
29 </ul>
30 <h3>
31         Requirements
32 </h3>
33 <p>
34         GitX is made specifically for Mac OS X 10.5 and higher. Because it uses features like Garbage Collection, you can't compile it on earlier systems. GitX also requires a fairly recent Git -- version 1.5.4 and higher are all supported. 
35 </p>
36 <h3>
37         Download
38 </h3>
39 <p>
40         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>.
41 </p>
42 <p>
43         After you have started it once, 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.
44 </p>