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