Update project description
This commit is contained in:
parent
01b62202b2
commit
53b2acc00b
15
README
15
README
|
@ -12,12 +12,15 @@
|
||||||
I. Introduction
|
I. Introduction
|
||||||
~~~~~~~~~~~~~~~
|
~~~~~~~~~~~~~~~
|
||||||
|
|
||||||
ngIRCd is an Open Source server for the Internet Relay Chat (IRC), which
|
ngIRCd is a free, portable and lightweight Internet Relay Chat server for
|
||||||
is developed and published under the terms of the GNU General Public
|
small or private networks, developed under the GNU General Public License
|
||||||
Licence, see the file COPYING for details. ngIRCd means "next generation
|
(GPL; please see the file COPYING for details). It is simple to configure,
|
||||||
IRC daemon" (which is a little bit exaggerated, "lightweight Internet Relay
|
can cope with dynamic IP addresses, and supports IPv6 as well as SSL. It is
|
||||||
Chat server" would be better), it's written from scratch and not deduced
|
written from scratch and not based on the original IRCd.
|
||||||
from the "grandfather of IRC daemons", the daemon of the IRCNet.
|
|
||||||
|
The name ngIRCd means next generation IRC daemon, which is a little bit
|
||||||
|
exaggerated: lightweight Internet Relay Chat server most probably would be a
|
||||||
|
better name :-)
|
||||||
|
|
||||||
Please see the INSTALL document for installation and upgrade information!
|
Please see the INSTALL document for installation and upgrade information!
|
||||||
|
|
||||||
|
|
|
@ -18,11 +18,11 @@ Architecture: any
|
||||||
Depends: ${shlibs:Depends}, ${misc:Depends}
|
Depends: ${shlibs:Depends}, ${misc:Depends}
|
||||||
Provides: ircd
|
Provides: ircd
|
||||||
Description: lightweight Internet Relay Chat server
|
Description: lightweight Internet Relay Chat server
|
||||||
This package provides ngIRCd, a lightweight Internet Relay Chat
|
This package provides ngIRCd, a portable and lightweight Internet Relay
|
||||||
server for small or private networks. It is simple to configure, can
|
Chat server for small or private networks, developed under the GNU
|
||||||
cope with dynamic IP addresses, and supports IPv6 as well as SSL. It
|
General Public License (GPL). It is simple to configure, can cope with
|
||||||
is written from scratch, not based on the original IRCd and quite
|
dynamic IP addresses, and supports IPv6 as well as SSL. It is written
|
||||||
portable.
|
from scratch and not based on the original IRCd.
|
||||||
.
|
.
|
||||||
This package contains the "standard distribution", including support for
|
This package contains the "standard distribution", including support for
|
||||||
syslog logging and compressed server-links using zlib. Please have a look
|
syslog logging and compressed server-links using zlib. Please have a look
|
||||||
|
@ -35,11 +35,11 @@ Depends: ${shlibs:Depends}, ${misc:Depends}
|
||||||
Provides: ircd
|
Provides: ircd
|
||||||
Conflicts: ngircd, ngircd-dbg
|
Conflicts: ngircd, ngircd-dbg
|
||||||
Description: lightweight Internet Relay Chat server
|
Description: lightweight Internet Relay Chat server
|
||||||
This package provides ngIRCd, a lightweight Internet Relay Chat
|
This package provides ngIRCd, a portable and lightweight Internet Relay
|
||||||
server for small or private networks. It is simple to configure, can
|
Chat server for small or private networks, developed under the GNU
|
||||||
cope with dynamic IP addresses, and supports IPv6 as well as SSL. It
|
General Public License (GPL). It is simple to configure, can cope with
|
||||||
is written from scratch, not based on the original IRCd and quite
|
dynamic IP addresses, and supports IPv6 as well as SSL. It is written
|
||||||
portable.
|
from scratch and not based on the original IRCd.
|
||||||
.
|
.
|
||||||
In addition to the features of the "standard package", this package
|
In addition to the features of the "standard package", this package
|
||||||
includes support for TCP wrappers, IDENT requests, the IPv6 protocol and
|
includes support for TCP wrappers, IDENT requests, the IPv6 protocol and
|
||||||
|
@ -51,11 +51,11 @@ Depends: ${shlibs:Depends}, ${misc:Depends}
|
||||||
Provides: ircd
|
Provides: ircd
|
||||||
Conflicts: ngircd, ngircd-full
|
Conflicts: ngircd, ngircd-full
|
||||||
Description: lightweight Internet Relay Chat server
|
Description: lightweight Internet Relay Chat server
|
||||||
This package provides ngIRCd, a lightweight Internet Relay Chat
|
This package provides ngIRCd, a portable and lightweight Internet Relay
|
||||||
server for small or private networks. It is simple to configure, can
|
Chat server for small or private networks, developed under the GNU
|
||||||
cope with dynamic IP addresses, and supports IPv6 as well as SSL. It
|
General Public License (GPL). It is simple to configure, can cope with
|
||||||
is written from scratch, not based on the original IRCd and quite
|
dynamic IP addresses, and supports IPv6 as well as SSL. It is written
|
||||||
portable.
|
from scratch and not based on the original IRCd.
|
||||||
.
|
.
|
||||||
In addition to the features of the "standard package", this package
|
In addition to the features of the "standard package", this package
|
||||||
includes support for TCP wrappers, IDENT requests, the IPv6 protocol and
|
includes support for TCP wrappers, IDENT requests, the IPv6 protocol and
|
||||||
|
|
|
@ -15,11 +15,11 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
BuildRequires: zlib-devel, openssl-devel
|
BuildRequires: zlib-devel, openssl-devel
|
||||||
|
|
||||||
%description
|
%description
|
||||||
This package provides ngIRCd, a lightweight Internet Relay Chat
|
This package provides ngIRCd, a portable and lightweight Internet Relay
|
||||||
server for small or private networks. It is simple to configure, can
|
Chat server for small or private networks, developed under the GNU
|
||||||
cope with dynamic IP addresses, and supports IPv6 as well as SSL. It
|
General Public License (GPL). It is simple to configure, can cope with
|
||||||
is written from scratch, not based on the original IRCd and quite
|
dynamic IP addresses, and supports IPv6 as well as SSL. It is written
|
||||||
portable.
|
from scratch and not based on the original IRCd.
|
||||||
|
|
||||||
Advantages:
|
Advantages:
|
||||||
- well arranged (lean) configuration file
|
- well arranged (lean) configuration file
|
||||||
|
|
Loading…
Reference in New Issue