]> arthur.barton.de Git - ngircd-web.git/blob - support.php.en
Make the pointers to the mailing list more prominent.
[ngircd-web.git] / support.php.en
1 <?php
2         include('includes/common.php');
3         begin_page('en', 'Support');
4 ?>
5 <h2>
6         Support
7 </h2>
8 <h3 id="people">
9         Contact
10 </h3>
11 <p>
12         If you find any bugs or you have any ideas on developing ngIRCD, it
13         is best to put them into the <a href="#bugs">Bug-Tracker</a> of the
14         ngIRCd. There is also a
15         <a href="#ml">mailing list</a> for discussions and questions concerning
16         the ngIRCd (and you don't need an account for posting).
17 </p>
18 <p>
19         Alexander Barton
20         (<a href="mailto:alex&#64;barton.de">alex&#64;barton.de</a>)
21         had the idea to develop the ngIRCD; he is responsible for big
22         parts of today's soucre code.
23 </p>
24 <p>
25         BTW: we are always happy any patches or additional peers!
26 </p>
27 <p>
28         ngIRCd in IRC:
29         <a href="irc://irc.barton.de/ngircd">irc://irc.barton.de/ngircd</a>.
30 </p>
31 <h3 id="ml">
32         Mailing list
33 </h3>
34 <p>
35         There is an (English) mailing list, which covers all technical
36         questions around the ngIRCd: compilation, installation, configuration
37         and further development and upgrading. Furthermore, it is used to
38         announce updates and innovations.
39 </p>
40 <p>
41         You can sign up via the
42         <a href="http://arthur.barton.de/mailman/listinfo/ngircd-ml">homepage of the mailing list</a>.
43 </p>
44 <p>
45         All posts are archived in the
46         <a href="http://arthur.barton.de/pipermail/ngircd-ml/">list archive.</a>
47 </p>
48 <h4 id="gmane">
49         GMANE
50 </h4>
51 <p>
52         All mails from the mailing list are also managed by
53         <a href="http://gmane.org/">GMANE</a> as a group
54         <a href="http://dir.gmane.org/gmane.network.irc.ngircd">gmane.network.irc.ngircd</a>
55         and can be read via a web frontend, RSS-feed or NNTP.
56 </p>
57 <h3>
58         Misc
59 </h3>
60 <p>
61         Many thanks to all who contributed by sending in feedback. A list
62         (with no claim to be complete) of all contributors can be found in
63         the file <a href="doc/AUTHORS">doc/AUTHORS</a>.
64 </p>
65 <?php
66         end_page();
67 ?>
68