]> arthur.barton.de Git - ngircd-web.git/blob - index.php.en
Add .gitignore file
[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="#" name="v_toggle">ngircd --help</a></code><br>
52         <div id="vertical_slide">
53                 <samp>ngIRCd 22.1-IRCPLUS+SYSLOG+ZLIB-x86_64/unknown/linux-gnu
54 Copyright (c)2001-2015 Alexander Barton (&lt;alex@barton.de&gt;) and Contributors.
55 Homepage: &lt;http://ngircd.barton.de/&gt;
56
57 This is free software; see the source for copying conditions. There is NO
58 warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
59
60   -f, --config &lt;f&gt;   use file &lt;f&gt; as configuration file
61   -n, --nodaemon     don't fork and don't detach from controlling terminal
62   -p, --passive      disable automatic connections to other servers
63   -t, --configtest   read, validate and display configuration; then exit
64   -V, --version      output version information and exit
65   -h, --help         display this help and exit</samp>
66         </div>
67 </div>
68 <h2>
69         Simplicity
70 </h2>
71 <p>
72         ngIRCd supports
73         <a href="doc/Platforms.txt">a whole range</a>
74         of platforms: Linux, BSD, Mac OS X, but
75         ngIRCd also runs on Solaris, HP-UX, AIX and other Unices.
76 </p>
77 <p>
78         After the installation of ngIRCd, which is executed via packet
79         installation or configure-make-make-install, and once you have edited
80         the ngircd.conf, you can get started after 5 minutes&nbsp;– only a
81         few lines need adapting, the rest is purely optional.
82 </p>
83 <?php
84         end_page();
85 ?>
86