]> arthur.barton.de Git - ngircd-web.git/blob - index.php.en
Merge branch 'master' of /srv/git/ngircd-web
[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="doc/COPYING" 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>
16 <p>
17         The name <em>ngIRCd</em> means <em>next generation IRC daemon</em>,
18         which is a little bit exaggerated: <em>lightweight Internet Relay Chat
19         server</em> most probably would be a better name :-)
20 </p>
21 <p class="hint">
22         <em>Hint:</em>
23         at freshmeat.net there's an
24         <a href="http://freshmeat.net/projects/ngircd/">entry</a>
25         for the ngIRCd project. You can inform about new releases and get
26         update notifications via E-Mail.
27 </p>
28 <p class="btw">
29         BTW: Von dieser Seite gibt es auch eine
30         <a href="index.php.de">deutsche</a> Version.
31 </p>
32 <?php
33         include('common/mirrors.inc');
34 ?>
35 <h2 id="why">
36         Advantages
37 </h2>
38 <p>
39         Why you should be using ngIRCd? For these and other reasons:
40 </p>
41 <ul>
42         <li>
43                 well arranged (lean) configuration file
44         </li>
45         <li>
46                 simple to build/install, configure and maintain
47         </li>
48         <li>
49                 supports IPv6 and SSL
50         </li>
51         <li>
52                 no problems with servers that have dynamic IP addresses
53         </li>
54         <li>
55                 freely available, modern, portable and tidy C-source
56         </li>
57         <li>
58                 ngIRCd is being actively developed since
59                 <?php echo date("Y")-2001 ?> years.
60         </li>
61 </ul>
62 <div id="preview">
63         <code><a id="v_toggle" href="#" name="v_toggle">ngircd --help</a></code><br>
64         <div id="vertical_slide">
65                 <samp>ngircd 13-SYSLOG+ZLIB+SSL+TCPWRAP+IDENT+IRCPLUS+IPv6-x86_64/pc/linux-gnu
66 Copyright (c)2001-2008 Alexander Barton (&lt;alex&#64;barton.de&gt;) and Contributors.
67 Homepage: &lt;http://ngircd.barton.de/&gt;
68
69 This is free software; see the source for copying conditions. There is NO
70 warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
71
72   -f, --config &lt;f&gt;   use file &lt;f&gt; as configuration file
73   -n, --nodaemon     don't fork and don't detach from controlling terminal
74   -p, --passive      disable automatic connections to other servers
75   -t, --configtest   read, validate and display configuration; then exit
76   -V, --version      output version information and exit
77   -h, --help         display this help and exit</samp>
78         </div>
79 </div>
80 <h2>
81         Simplicity
82 </h2>
83 <p>
84         ngIRCd supports
85         <a href="doc/Platforms.txt">a whole range</a>
86         of platforms: Linux, BSD, Mac OS X, but
87         ngIRCD also runs on Solaris, HP-UX, AIX and other Unices.
88 </p>
89 <p>
90         After the installation of ngIRC, which is executed via packet
91         installation or configure-make-make-install, and once you have edited
92         the ngircd.conf, you can get started after 5 minutes.&nbsp;– only a
93         few lines need adapting, the rest is purely optional.
94 </p>
95 <?php
96         end_page();
97 ?>
98