-
Notifications
You must be signed in to change notification settings - Fork 0
/
contact.html
52 lines (52 loc) · 3.17 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
<!DOCTYPE html>
<html>
<head>
<meta name="generator" content="HTML Tidy for HTML5 for Linux version 5.8.0">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>Pingus - Contact</title>
<link rel="stylesheet" type="text/css" href="default.css">
<link rel="alternate stylesheet" title="Desert Theme" type="text/css" href="halloween.css">
<link rel="alternate stylesheet" title="Desert Theme" type="text/css" href="desert.css">
<link rel="alternate stylesheet" title="Snow Theme" type="text/css" href="snow.css">
<link rel="alternate stylesheet" title="X-Mas Theme" type="text/css" href="xmas.css">
<link rel="shortcut icon" href="images/favicon.png" type="image/png">
</head>
<body>
<div id="logo"><a href="http://pingus.seul.org"><img src="images/logo_pingus.png" alt="Pingus"></a></div>
<div id="page">
<div id="nav">
<ul>
<li><a class="menuitem" href="index.html">Home</a></li>
<li><a class="menuitem" href="news.html">News</a></li>
<li><a class="menuitem" href="screenshots-0.7.html">Screenshots</a></li>
<li><a class="menuitem" href="download.html">Download</a></li>
<li><a class="menuitemcurrent menuitem" href="contact.html">Contact</a></li>
</ul>
</div>
<div id="header">
<h1>Contact</h1>
</div>
<div id="body">
<h2>Mailing Lists</h2>
<p>If you want to write a longer comment, send patches or similar thing, the best way is probably by using the pingus-devel mailing lists, subscribe information can be found below, to just send a mail to the list write to <a href="mailto:pingus-devel@nongnu.org?subject:%5Bnon-member%5D">pingus-devel@nongnu.org</a>.</p>
<ul>
<li><a href="http://lists.nongnu.org/mailman/listinfo/pingus-devel">pingus-devel</a> - Pingus Developer List (for general discussion about the game, the development, etc.).</li>
</ul>
<p>There is currently no pingus-users mailing list due to the lack of traffic, so using the pingus-devel list for questions about the game is perfectly ok.</p>
<h2>Bug Reports</h2>
<p>If you want to submit a bug report about Pingus or simply browse the list of open bugs, you can do so at the <a href="https://github.com/Pingus/pingus/issues">Pingus Issue Tracker</a>. Submitting stuff there should make it sure that it doesn't get lost.</p>
<h2>IRC</h2>
<p>For a quick help you can try the IRC server <span class="irc"><a href="ircs://irc.libera.chat:6697">irc.libera.chat</a></span> and the channel <span class="irc">#pingus</span>, you can find the project maintainer (nick: grumbel) there most of the time. From time to time there will also be IRC Meetings with larger parts of the development team, once such meetings happen, they will get announced in the news section.</p>
<h2>Instant Messaging</h2>
<p>If you don't like IRC, there is also the possibility to contact us directly via Instant Messaging.</p>
<dl>
<dt>Ingo Ruhnke (nick: grumbel) [Maintainer/Programmer]</dt>
<dd>Email: <a href="mailto:grumbel@gmail.com?subject=Pingus">grumbel@gmail.com</a><br>
Jabber: <a href="xmpp:grumbel@jabber.org">xmpp:grumbel@jabber.org</a><br>
ICQ UIN: 59461927</dd>
</dl>
</div>
<div id="footer">Copyright © 1998-2015 <a href="http://grumbel.blogspot.co.at/">Ingo Ruhnke</a> <<a href="mailto:grumbel@gmail.com">grumbel@gmail.com</a>></div>
</div>
</body>
</html>