Add a 'Main' link to index.html
[git-homepage.git] / download.html
blob79bb7fbcbe20673f18b649b37591a86365d93a7d
1 <?xml version="1.0" encoding="iso-8859-1" ?>
2 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
3 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
4 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
5 <head>
6 <title>Git - Download</title>
7 <meta name="description" content="Home of the Git Version Control System and Friends" />
8 <meta name="author" content="Petr Baudis" />
9 <meta http-equiv="reply-to" content="pasky@suse.cz" />
10 <meta http-equiv="content-language" content="en" />
11 <meta http-equiv="content-type" content="text/html; charset=iso-8859-1" />
12 <link type="text/css" rel="stylesheet" media="screen" href="stylesheets/screen.css" />
13 <link type="text/css" title="Default" rel="stylesheet" media="screen" href="stylesheets/screen-default.css" />
14 <link type="text/css" title="Gitweb Gray" rel="alternate stylesheet" media="screen" href="stylesheets/screen-gitweb-gray.css" />
15 <link type="text/css" title="Blue" rel="alternate stylesheet" media="screen" href="stylesheets/screen-blue.css" />
16 <link type="text/css" title="Green" rel="alternate stylesheet" media="screen" href="stylesheets/screen-green.css" />
17 </head>
19 <body>
21 <table border="1" summary="Navigation links" class="header" width="100%"><tr><td>
22 <a href="index.html" id="top"><img src="git-logo.png" width="72" height="27" alt="Git"
23 style="border-width:0px;"/></a>
24 <span class="hide">:</span>
25 <span class="menu">
26 <a href="index.html">Main</a> |
27 <a href="about.html">About</a> |
28 <a href="community.html">Community</a> |
29 <a href="documentation.html">Documentation</a> |
30 <a href="download.html">Download</a> |
31 <a href="tools.html">Related Tools</a>
32 </span>
33 </td></tr></table>
35 <h1>Download</h1>
37 <div align="center"><table class="releases">
38 <tr>
39 <td>The latest stable Git release is v1.3.1:</td>
40 <td><a href="http://kernel.org/pub/software/scm/git/git-1.3.1.tar.bz2">tar.bz2</a>
41 <a href="http://kernel.org/pub/software/scm/git/git-1.3.1.tar.bz2.sign">(sign)</a></td>
42 <td><a href="http://kernel.org/pub/software/scm/git/git-1.3.1.tar.gz">tar.gz</a>
43 <a href="http://kernel.org/pub/software/scm/git/git-1.3.1.tar.gz.sign">(sign)</a></td>
44 </tr><tr class="odd" align="center">
45 <td colspan="3"><a href="http://kernel.org/pub/software/scm/git/">More versions</a></td>
46 </tr>
47 </table></div>
49 <h2>Binaries</h2>
51 <p>For people who prefer precompiled packages, these are available:</p>
53 <dl>
55 <dt>RPMs</dt>
56 <dd><a href="http://kernel.org/pub/software/scm/git/RPMS/">http://kernel.org/pub/software/scm/git/RPMS/</a></dd>
58 <dt>Debs</dt>
59 <dd><a href="http://kernel.org/pub/software/scm/git/debian/">http://kernel.org/pub/software/scm/git/debian/</a></dd>
61 </dl>
63 <h2>Development snapshots</h2>
65 <p>Daily snapshots of the main Git development branch are available at
66 <a href="http://www.codemonkey.org.uk/projects/git-snapshots/git/"
67 >http://www.codemonkey.org.uk/projects/git-snapshots/git/</a>
68 (thanks to Dave Jones).</p>
70 <h2>Git over git</h2>
72 <p>If you already have Git installed, you can get the latest
73 development version via Git itself:
74 <pre>git clone git://git.kernel.org/pub/scm/git/git.git</pre>
75 </p>
77 <p>If you have problems connecting, you can try to get it
78 via Git itself but over the HTTP protocol:
79 <pre>git clone http://git.kernel.org/pub/scm/git/git.git</pre>
80 (this method is considerably slower but works even behind
81 firewalls and such).
82 </p>
84 <p>You can also always browse the current contents
85 of the git repository on web using the kernel.org
86 <a href="http://kernel.org/git/?p=git/git.git;a=summary">gitweb interface</a>.</p>
89 <hr />
91 <div class="footer">
92 <span class="menu">
93 This page is maintained by Petr Baudis. Please email me
94 at <a href="mailto:pasky@suse.cz">pasky@suse.cz</a>
95 with patches, suggestions and comments.
96 </span>
97 </div>
99 </body>
100 </html>