]> arthur.barton.de Git - ngircd-web.git/blob - index.php.en
Update copyright notice for 2020 :-)
[ngircd-web.git] / index.php.en
1 <?php
2         include('includes/common.php');
3         begin_page('en');
4 ?>
5 <h2>
6         ngIRCd
7 </h2>
8 <p>
9         ngIRCd is a free, portable and lightweight Internet Relay Chat server
10         for small or private networks, developed under the GNU General Public
11         License
12         (<a href="doc/COPYING" hreflang="en">GPL</a>).
13         It is easy to configure, can cope with dynamic IP addresses, and
14         supports IPv6, SSL-protected connections as well as PAM for
15         authentication. It is written from scratch and not based on the
16         original IRCd.
17 </p>
18 <p>
19         The name <em>ngIRCd</em> means <em>next generation IRC daemon</em>,
20         which is a little bit exaggerated: <em>lightweight Internet Relay Chat
21         server</em> most probably would have been a better name :-)
22 </p>
23 <h2 id="why">
24         Advantages
25 </h2>
26 <p>
27         Why you should be using ngIRCd? For these and other reasons:
28 </p>
29 <ul>
30         <li>
31                 well arranged (lean) configuration file
32         </li>
33         <li>
34                 simple to build/install, configure and maintain
35         </li>
36         <li>
37                 supports IPv6 and SSL
38         </li>
39         <li>
40                 no problems with servers that have dynamic IP addresses
41         </li>
42         <li>
43                 freely available, modern, portable and tidy C-source
44         </li>
45         <li>
46                 ngIRCd is being actively developed since
47                 <?php echo date("Y")-2001 ?> years
48         </li>
49 </ul>
50 <div id="preview">
51         <code><a id="v_toggle" href="#">ngircd --help</a></code><br>
52         <div id="vertical_slide">
53                 <samp><?php include 'common/help.inc' ?></samp>
54         </div>
55 </div>
56 <h2>
57         Simplicity
58 </h2>
59 <p>
60         ngIRCd supports
61         <a href="doc/Platforms.txt">a whole range</a>
62         of platforms: Linux, BSD, Mac OS X, but
63         ngIRCd also runs on Solaris, HP-UX, AIX and other Unices.
64 </p>
65 <p>
66         After the installation of ngIRCd, which is executed via packet
67         installation or configure-make-make-install, and once you have edited
68         the ngircd.conf, you can get started after 5 minutes&nbsp;– only a
69         few lines need adapting, the rest is purely optional.
70 </p>
71 <?php
72         end_page();
73 ?>
74