Mention the mailing list's email addy directly
[git-homepage.git] / community.html
blob572ebda8c62d72a1edb266836ca05f9080a1f6cb
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">Home</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 Junio C Hamano.</p>
42 <p>The user discussion and development of Git, Cogito and other tools related to Git
43 takes place on the Git mailing list - everyone is welcome to post to
44 <a href="mailto:git@vger.kernel.org">git@vger.kernel.org</a>.
45 To <a href="mailto:majordomo@vger.kernel.org?body=subscribe%20git">subscribe</a>
46 to the list, send an email with just "subscribe git" in the body to
47 majordomo@vger.kernel.org.
48 The mailing list archives are available at
49 <a href="http://marc.theaimsgroup.com/?l=git">http://marc.theaimsgroup.com/?l=git</a>.</p>
51 <p>You can also visit the IRC channel dedicated to Git -
52 meet us at <a href="irc://irc.freenode.net/#git">#git at FreeNode</a>.</p>
54 <p>Recently, we have set up <a href="http://git.or.cz/gitwiki/">Git wiki</a>.
55 It is more of an experiment for now and does not contain a lot of useful
56 stuff yet, but it will hopefully evolve fast.</p>
58 <p>This website itself is tracked in Git as well -
59 you can
60 <a href="http://pasky.or.cz/gitweb.cgi?p=git-homepage.git;a=summary">browse its development history</a>
61 or even clone it from http://pasky.or.cz/~xpasky/git-homepage.git.
62 The site is covered by GPLv2
63 and maintained by <a href="mailto:pasky@suse.cz">Petr Baudis</a>
64 who always takes patches eagerly. ;-)
65 The web is based on a design by <a href="mailto:fonseca@diku.dk">Jonas Fonseca</a>
66 for the <a href="http://elinks.cz">ELinks homepage</a>.</p>
69 <hr />
71 <div class="footer">
72 <span class="menu">
73 This page is maintained by Petr Baudis. Please email me
74 at <a href="mailto:pasky@suse.cz">pasky@suse.cz</a>
75 with patches, suggestions and comments.
76 </span>
77 </div>
79 </body>
80 </html>