]> arthur.barton.de Git - ngircd-web.git/blob - support.php.en
Update bug tracker links to point to GitHub
[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         but this is not required for posting to the list.
44 </p>
45 <p>
46         All posts are archived in the
47         <a href="http://arthur.barton.de/pipermail/ngircd-ml/">list archive.</a>
48 </p>
49 <p>
50         Email address: <a href="mailto:ngircd-ml@ngircd.barton.de">ngircd-ml@ngircd.barton.de</a>.
51 </p>
52 <h4 id="gmane">
53         GMANE
54 </h4>
55 <p>
56         All mails from the mailing list are also managed by
57         <a href="http://gmane.org/">GMANE</a> as a group
58         <a href="http://dir.gmane.org/gmane.network.irc.ngircd">gmane.network.irc.ngircd</a>
59         and can be read via a web frontend, RSS-feed or NNTP.
60 </p>
61 <h3>
62         Misc
63 </h3>
64 <p>
65         Many thanks to all who contributed by sending in feedback. A list
66         (with no claim to be complete) of all contributors can be found in
67         the file <a href="doc/AUTHORS">doc/AUTHORS</a>.
68 </p>
69 <?php
70         end_page();
71 ?>
72