]> arthur.barton.de Git - ngircd-web.git/blob - index.php.en
common/platforms.inc: "m86k" -> "m68k"
[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 <?php
29         include('common/mirrors.inc');
30 ?>
31 <h2 id="why">
32         Advantages
33 </h2>
34 <p>
35         Why you should be using ngIRCd? For these and other reasons:
36 </p>
37 <ul>
38         <li>
39                 well arranged (lean) configuration file
40         </li>
41         <li>
42                 simple to build/install, configure and maintain
43         </li>
44         <li>
45                 supports IPv6 and SSL
46         </li>
47         <li>
48                 no problems with servers that have dynamic IP addresses
49         </li>
50         <li>
51                 freely available, modern, portable and tidy C-source
52         </li>
53         <li>
54                 ngIRCd is being actively developed since
55                 <?php echo date("Y")-2001 ?> years.
56         </li>
57 </ul>
58 <div id="preview">
59         <code><a id="v_toggle" href="#" name="v_toggle">ngircd --help</a></code><br>
60         <div id="vertical_slide">
61                 <samp>ngircd 13-SYSLOG+ZLIB+SSL+TCPWRAP+IDENT+IRCPLUS+IPv6-x86_64/pc/linux-gnu
62 Copyright (c)2001-2008 Alexander Barton (&lt;alex&#64;barton.de&gt;) and Contributors.
63 Homepage: &lt;http://ngircd.barton.de/&gt;
64
65 This is free software; see the source for copying conditions. There is NO
66 warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
67
68   -f, --config &lt;f&gt;   use file &lt;f&gt; as configuration file
69   -n, --nodaemon     don't fork and don't detach from controlling terminal
70   -p, --passive      disable automatic connections to other servers
71   -t, --configtest   read, validate and display configuration; then exit
72   -V, --version      output version information and exit
73   -h, --help         display this help and exit</samp>
74         </div>
75 </div>
76 <h2>
77         Simplicity
78 </h2>
79 <p>
80         ngIRCd supports
81         <a href="doc/Platforms.txt">a whole range</a>
82         of platforms: Linux, BSD, Mac OS X, but
83         ngIRCD also runs on Solaris, HP-UX, AIX and other Unices.
84 </p>
85 <p>
86         After the installation of ngIRC, which is executed via packet
87         installation or configure-make-make-install, and once you have edited
88         the ngircd.conf, you can get started after 5 minutes.&nbsp;– only a
89         few lines need adapting, the rest is purely optional.
90 </p>
91 <?php
92         end_page();
93 ?>
94