Rewrite inspired by Wikipedia
[git-homepage.git] / community.html
blob6438edf4b7d857a9c4a05a736a90361b087314b6
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="Blue" rel="alternate stylesheet" media="screen" href="stylesheets/screen-blue.css" />
15 <link type="text/css" title="Green" rel="alternate stylesheet" media="screen" href="stylesheets/screen-green.css" />
16 </head>
18 <body>
20 <table border="1" summary="Navigation links" class="header" width="100%"><tr><td>
21 <a href="index.html" id="top"><img src="git-logo.png" width="72" height="27" alt="Git"
22 style="border-width:0px;"/></a>
23 <span class="hide">:</span>
24 <span class="menu">
25 <a href="about.html">About</a> |
26 <a href="community.html">Community</a> |
27 <a href="documentation.html">Documentation</a> |
28 <a href="download.html">Download</a> |
29 <a href="tools.html">Related Tools</a>
30 </span>
31 </td></tr></table>
33 <h1>Community and Development</h1>
35 <p>Git was initially written by Linus Torvalds with help of a group of
36 hackers 'round the net. It is currently maintained by Junio C Hamano.</p>
38 <p>The Git development takes place on the Git mailing list.
39 To <a href="mailto:majordomo@vger.kernel.org?body=subscribe%20git">subscribe</a>,
40 send an email with just "subscribe git" in the body to majordomo@vger.kernel.org.
41 Mailing list archives are available at
42 <a href="http://marc.theaimsgroup.com/?l=git">http://marc.theaimsgroup.com/?l=git</a>.</p>
44 <p>You can also visit the IRC channel dedicated to Git -
45 meet us at <a href="irc://irc.freenode.net/#git">#git at FreeNode</a>.
48 <hr />
50 <div class="footer">
51 <span class="menu">
52 This page is maintained by Petr Baudis. Please email me
53 at <a href="mailto:pasky@suse.cz">pasky@suse.cz</a>
54 with patches, suggestions and comments.
55 </span>
56 </div>
58 </body>
59 </html>