repo: ngircd action: commit revision: path_from: revision_from: 3dedd57f7f9e6e8c647ff87ee9015af2e728181b: path_to: revision_to:
commit 3dedd57f7f9e6e8c647ff87ee9015af2e728181b Author: Alexander BartonDate: Thu Jun 11 17:11:15 2020 +0200 Add AppStream metadata file: contrib/de.barton.ngircd.metainfo.xml diff --git a/contrib/Makefile.am b/contrib/Makefile.am
--- a/contrib/Makefile.am +++ b/contrib/Makefile.am @@ -12,6 +12,7 @@ SUBDIRS = Debian MacOSX EXTRA_DIST = README \ + de.barton.ngircd.metainfo.xml \ ngindent.sh \ ngircd-bsd.sh \ ngIRCd-Logo.gif \ diff --git a/contrib/README b/contrib/README
--- a/contrib/README +++ b/contrib/README @@ -18,6 +18,9 @@ MacOSX/ - Project files for XCode, the "project builder" of Apple Mac OS X. - de.barton.ngircd.plist[.tmpl]: launchd(8) property list. +de.barton.ngircd.metainfo.xml + - AppStream metadata file. + ngindent.sh - Script to indent the code of ngIRCd in the "standard way". diff --git a/contrib/de.barton.ngircd.metainfo.xml b/contrib/de.barton.ngircd.metainfo.xml new file mode 100644 index 0000000000000000000000000000000000000000..5cc51ef7cbaa7fb0079e729be5afa5aa611081e3 --- /dev/null +++ b/contrib/de.barton.ngircd.metainfo.xml @@ -0,0 +1,124 @@ + ++ diff --git a/doc/HowToRelease.txt b/doc/HowToRelease.txtde.barton.ngircd +ngIRCd +Lightweight Internet Relay Chat server +MIT +GPL-2.0-or-later +Alexander Barton and Contributors +alex@barton.de ++ +ngIRCd is a free, portable and lightweight Internet Relay Chat server for small or private networks, developed under the GNU General Public License (GPL).
+The server is quite easy to configure, can handle dynamic IP addresses, and optionally supports IDENT, IPv6 connections, SSL-protected links, and PAM for user authentication as well as character set conversion for legacy clients. The server has been written from scratch and is not based on the "forefather", 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 have been a better name :-)
+https://ngircd.barton.de/common/ngircd-300x300.png ++ +Network +https://ngircd.barton.de +https://ngircd.barton.de/bugtracker +https://ngircd.barton.de/support ++ +ngircd +ngircd ++ ++ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
--- a/doc/HowToRelease.txt
+++ b/doc/HowToRelease.txt
@@ -55,6 +55,7 @@ c) Update the files describing the new release:
- NEWS
d) Update the version numbers in the following files:
+ - contrib/de.barton.ngircd.metainfo.xml
- contrib/ngircd.spec
e) Generate a new Debian change log entry in the following file, e.g. using
-----END OF PAGE-----