]> arthur.barton.de Git - ngircd-web.git/blob - bugtracker.php.en
Adjust H4 margins
[ngircd-web.git] / bugtracker.php.en
1 <?php
2         include('includes/common.php');
3         begin_page('en', 'Bugtracker');
4 ?>
5 <h2>
6         Bug-Tracker
7 </h2>
8 <p>
9         We have installed a bug tracking system to avoid losing sight of
10         existing bugs and suggestions for features in ngIRCd:
11         <a href="http://ngircd.barton.de/bugzilla/index.cgi">Bugzilla</a>
12 </p>
13 <p>
14         If you find any mistakes, please create a
15         <a href="http://ngircd.barton.de/bugzilla/enter_bug.cgi">bug report</a>
16         here! Thank you!
17 </p>
18 <p>
19         Additionally, you can get
20         <a href="http://ngircd.barton.de/bugzilla/query.cgi">information</a>
21         on known and maybe already corrected bugs.
22 </p>
23 <?php
24         end_page();
25 ?>
26