-
Notifications
You must be signed in to change notification settings - Fork 0
/
contact.html
77 lines (70 loc) · 3.07 KB
/
contact.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>SuperTux</title>
<link rel="stylesheet" type="text/css" href="default.css">
<link rel="icon" href="images/favicon.png" type="image/png">
</head>
<body>
<center><img src="images/logo.png"></center>
<div class="menu"><table align="center"><tr>
<td><a class="active" href="welcome.html">SuperTux</a></td>
<td><a href="milestone1/index.html">Milestone1</a></td>
<td><a href="milestone2/index.html">Milestone2</a></td>
<td><a href="development/index.html">Development</a></td>
<td><a href="wiki/index.php">Wiki</a></td>
<td><a href="http://developer.berlios.de/projects/supertux/">Berlios.de</a></td>
</tr></table></div>
<div class="submenu"><table align="center" cellspacing="0" cellpadding="0"><tr>
<td><a href="news.html">News</a></td>
<td><a href="welcome.html">About</a></td>
<td><a href="screenshots.html">Screenshots</a></td>
<td><a href="authors.html">Authors</a></td>
<td><a href="http://supertux.berlios.de/wiki/index.php/Download/Installation">Download</a></td>
<td><a href="contact.html">Contact</a></td>
</tr></table></div>
<div class="mainbody">
<div class="section-box">
<div class="section-title"><h2>Contact</h2></div>
<div class="section-body">
<p>
Development is mainly coordinated via IRC and the mailing list.
Be sure to visit both once in a while or you might miss critical
stuff.
</p>
<h3>Mailing List</h3>
<dl>
<dt>
<a href="mailto:supertux-devel@lists.berlios.de">supertux-devel@lists.berlios.de</a>
- List for comments, criticisms and everything development
related</dt>
<dd><a href="http://lists.berlios.de/pipermail/supertux-devel">Archive</a></dd>
<dd><a href="http://lists.berlios.de/mailman/listinfo/supertux-devel">Subscribe/Unsubscribe</a></dd>
</dl>
<dl>
<dt>
<a href="mailto:supertux-commit@lists.berlios.de">supertux-commit@lists.berlios.de</a>
- List for commits to SVN, mainly useful for people working directly with the source</dt>
<dd><a href="http://lists.berlios.de/pipermail/supertux-commit">Archive</a></dd>
<dd><a href="http://lists.berlios.de/mailman/listinfo/supertux-commit">Subscribe/Unsubscribe</a></dd>
</dl>
<br clear="all">
<h3>IRC</h3>
<p>
Server: <a href="irc://irc.freenode.net/#supertux">irc.freenode.net</a><br>
Channel: #supertux<br>
</p>
<br clear="all">
</div>
</div>
</div>
<div class="copyright">
<img style="float:right; vertical-align:middle;" width="124px" height="32px" border="0" alt="BerliOS Developer Logo" src="http://developer.berlios.de/bslogo.php?group_id=3467">
Contact via IRC: irc.freenode.net, #supertux<br>
Contact via <a href="http://developer.berlios.de/mail/?group_id=3467">Mailing
List</a>: <a href="mailto:supertux-devel@lists.berlios.de">supertux-devel@lists.berlios.de</a><br>
Last update: 2005-04-04<br>
</div>
</body>
</html>