X-Git-Url: https://arthur.barton.de/gitweb/?p=ngircd-web.git;a=blobdiff_plain;f=index.php.en;h=83b4de5c8368811ed26fa8bf9d3ddb2fe365933e;hp=1960dd99b30d8c5ce4e45c7ea80fba4aceea382c;hb=HEAD;hpb=bb65f29897f56c5ff0dbe3bae436c53ea5ca2e6a diff --git a/index.php.en b/index.php.en index 1960dd9..cbdcc75 100644 --- a/index.php.en +++ b/index.php.en @@ -6,88 +6,81 @@ ngIRCd

- ngIRCd is a free, portable and lightweight Internet Relay Chat server + ngIRCd is a free, portable and lightweight Internet Relay Chat + (IRC) + server for small or private networks, developed under the GNU General Public License (GPL). - It is easy to configure, can cope with dynamic IP addresses, and - supports IPv6, SSL-protected connections as well as PAM for - authentication. It is written from scratch and not based on the - original IRCd.

- The name ngIRCd means next generation IRC daemon, + The server is quite easy to configure and runs as a single-node server + or can be part of a network of ngIRCd servers in a LAN or across the + internet. It optionally supports the IPv6 protocol, SSL/TLS-protected + client-server and server-server links, the Pluggable Authentication + Modules (PAM) system for user authentication, IDENT requests, and + character set conversion for legacy clients. +

+

+ The name ngIRCd stands for next-generation IRC daemon, which is a little bit exaggerated: lightweight Internet Relay Chat server most probably would have been a better name :-)

-

- Hint: - at Freecode there's an - entry - for the ngIRCd project. You can inform about new releases and get - update notifications via E-Mail. -

- Advantages + Advantages and strengths

-

- Why you should be using ngIRCd? For these and other reasons: -

- ngircd --help
+ ngircd --help
- ngIRCd 21~59-g384b27c-IRCPLUS+SYSLOG+ZLIB-x86_64/apple/darwin13.1.0 -Copyright (c)2001-2014 Alexander Barton (<alex@barton.de>) and Contributors. -Homepage: <http://ngircd.barton.de/> - -This is free software; see the source for copying conditions. There is NO -warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. - - -f, --config <f> use file <f> as configuration file - -n, --nodaemon don't fork and don't detach from controlling terminal - -p, --passive disable automatic connections to other servers - -t, --configtest read, validate and display configuration; then exit - -V, --version output version information and exit - -h, --help display this help and exit +

Simplicity

- ngIRCd supports - a whole range - of platforms: Linux, BSD, Mac OS X, but - ngIRCd also runs on Solaris, HP-UX, AIX and other Unices. -

-

- After the installation of ngIRCd, which is executed via packet - installation or configure-make-make-install, and once you have edited - the ngircd.conf, you can get started after 5 minutes â€“ only a - few lines need adapting, the rest is purely optional. + After installing ngIRCd (which is best done with the package manager of + the operating system or directly from the source code, see + INSTALL.md) and adjusting the configuration + in the ngircd.conf file, the IRC server can be ready for + use after just 5 minutes - only a few lines need to be changed + there, the rest is optional and can be used with the default values.

-