Add a 'Main' link to index.html
[git-homepage.git] / community.html
blob4626cb815ea6891de3a8ced290d8a7cd6c4041b5
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 - Community and Development</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>Community and Development</h1>
37 <p>Git was initially written by Linus Torvalds
38 with help of a group of hackers 'round the net.
39 It is currently maintained by
40 <a href="mailto:junkio@cox.net">Junio C Hamano</a>.</p>
42 <p>The Git user discussion and development takes place on the Git mailing list.
43 To <a href="mailto:majordomo@vger.kernel.org?body=subscribe%20git">subscribe</a>,
44 send an email with just "subscribe git" in the body to majordomo@vger.kernel.org.
45 Mailing list archives are available at
46 <a href="http://marc.theaimsgroup.com/?l=git">http://marc.theaimsgroup.com/?l=git</a>.</p>
48 <p>You can also visit the IRC channel dedicated to Git -
49 meet us at <a href="irc://irc.freenode.net/#git">#git at FreeNode</a>.</p>
51 <p>Recently, we have set up <a href="http://git.or.cz/gitwiki/">Git wiki</a>.
52 It is more of an experiment for now and does not contain a lot of useful
53 stuff yet, but it will hopefully evolve fast.</p>
55 <p>This website itself is tracked in Git as well -
56 you can
57 <a href="http://pasky.or.cz/gitweb.cgi?p=git-homepage.git;a=summary">browse its development history</a>
58 or even clone it from http://pasky.or.cz/~xpasky/git-homepage.git.
59 The site is covered by GPLv2
60 and maintained by <a href="mailto:pasky@suse.cz">Petr Baudis</a>
61 who always takes patches eagerly. ;-)
62 The web is based on a design by <a href="mailto:fonseca@diku.dk">Jonas Fonseca</a>
63 for the <a href="http://elinks.cz">ELinks homepage</a>.</p>
66 <hr />
68 <div class="footer">
69 <span class="menu">
70 This page is maintained by Petr Baudis. Please email me
71 at <a href="mailto:pasky@suse.cz">pasky@suse.cz</a>
72 with patches, suggestions and comments.
73 </span>
74 </div>
76 </body>
77 </html>