]> arthur.barton.de Git - ngircd-web.git/blob - index.php.en
Updated AUTHORS file for ngIRCd release 14
[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 open source server for Internet Relay Chat (IRC),
10         which is being developed under the GNU General Public License
11         (<a href="http://www.gnu.org/licenses/gpl.html" hreflang="en">GPL</a>).
12         It has been written from scratch and is consequently, unlike most
13         other IRC daemons, not based on the originator, the daemon of the
14         IRCNet.
15 <p class="hint">
16         <em>Hint:</em>
17         at freshmeat.net there's an
18         <a href="http://freshmeat.net/projects/ngircd/">entry</a>
19         for the ngIRCd project. You can inform about new releases and get
20         update notifications via E-Mail.
21 </p>
22 <p class="btw">
23         BTW: Von dieser Seite gibt es auch eine
24         <a href="index.php.de">deutsche</a> Version.
25 </p>
26 <?php
27         include('common/mirrors.inc');
28 ?>
29 <h2 id="why">
30         Advantages
31 </h2>
32 <p>
33         Why you should be using ngIRCd? For these and other reasons:
34 </p>
35 <ul>
36         <li>
37                 no problems with servers that have dynamic IP addresses
38         </li>
39         <li>
40                 well arranged (lean) configuration file
41         </li>
42         <li>
43                 freely available, modern 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 13-SYSLOG+ZLIB+SSL+TCPWRAP+IDENT+IRCPLUS+IPv6-x86_64/pc/linux-gnu
54 Copyright (c)2001-2008 Alexander Barton (&lt;alex&#64;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 a whole range of platforms: Linux, BSD, Mac OS X, but
73         ngIRCD also runs on Solaris, HP-UX, AIX and other Unices.
74 </p>
75 <p>
76         After the installation of ngIRC, which is executed via packet
77         installation or configure-make-make-install, and once you have edited
78         the ngircd.conf, you can get started after 5 minutes.&nbsp;– only a
79         few lines need adapting, the rest is purely optional.
80 </p>
81 <?php
82         end_page();
83 ?>
84