From: Alexander Barton Date: Sat, 20 Jan 2024 13:03:17 +0000 (+0100) Subject: Convert the AUTHORS file to Markdown X-Git-Tag: rel-27-rc1~69 X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e339d9c3818bce80bc0ec9ddc7f4b302f28c15a6;hp=47f9c6d0a0085da2fbcbdae0a9736b79a98cc527;p=ngircd.git Convert the AUTHORS file to Markdown --- diff --git a/AUTHORS b/AUTHORS deleted file mode 100644 index 6645ad1b..00000000 --- a/AUTHORS +++ /dev/null @@ -1,82 +0,0 @@ - - ngIRCd - Next Generation IRC Server - http://ngircd.barton.de/ - - (c)2001-2024 Alexander Barton and Contributors. - ngIRCd is free software and published under the - terms of the GNU General Public License. - - -- AUTHORS and CONTRIBUTORS -- - - -Note: -If you have comments, patches or something else, please feel free to post -a mail to the ngIRCd mailing list: (please see - for details) or join the ngIRCd IRC -channel "#ngircd" on irc.barton.de: . - -Don't mail the people listed here directly, if possible! - - -Main Authors -~~~~~~~~~~~~ -Alexander Barton -Florian Westphal - - -Contributors -~~~~~~~~~~~~ -Ali Shemiran -Ask Bjørn Hansen -Benjamin Pineau -Bernd Kuhls -Brandon Beresini -Brett Smith -Brian Collins -Bryan Caldwell -Christian Aistleitner -Christoph Biedl -Dana Dahlstrom -David Kingston -DNS -Eric Grunow -Fabrice Fontaine -Federico G. Schwindt -Gabor Adam Toth -Götz Hoffart -Hilko Bengen -Ian Chard -Ilja Osthoff -ItsOnlyBinary -James Lu -Jari Aalto -Johann Hartwig Hauschild -JRMU -LucentW -Mantas Mikulėnas -Michi -Neale Pickett -Peter Powell -Rolf Eike Beer -Rosen Penev -Roy Sindre Norangshol -Sam James -Scott Perry -Sean Reifschneider -Sebastian Köhler -shankari -Tassilo Schweyer -Tom Ryder -Unit 193 -William Pitcock -Windree <57554809+Windree@users.noreply.github.com> -xnaas <8271327+xnaas@users.noreply.github.com> -xor -Yecheng Fu - - -Code snippets -~~~~~~~~~~~~~ -Andrew Tridgell & Martin Pool: strl{cpy|cat}()-functions -John Kercheval: pattern matching functions -Patrick Powell : snprintf()-function diff --git a/AUTHORS.md b/AUTHORS.md new file mode 100644 index 00000000..79ae3b18 --- /dev/null +++ b/AUTHORS.md @@ -0,0 +1,70 @@ +# [ngIRCd](https://ngircd.barton.de) - Authors & Contributors + +Note: +If you have comments, patches or something else, please feel free to post +a mail to the ngIRCd mailing list: (please see + for details) or join the ngIRCd IRC +channel "#ngircd" on irc.barton.de: . + +Don't mail the people listed here directly, if possible! + +## Main Authors + +- Alexander Barton +- Florian Westphal + +## Contributors + +- Ali Shemiran +- Ask Bjørn Hansen +- Benjamin Pineau +- Bernd Kuhls +- Brandon Beresini +- Brett Smith +- Brian Collins +- Bryan Caldwell +- Christian Aistleitner +- Christoph Biedl +- Dana Dahlstrom +- David Kingston +- DNS +- Eric Grunow +- Fabrice Fontaine +- Federico G. Schwindt +- Gabor Adam Toth +- Götz Hoffart +- Hilko Bengen +- Ian Chard +- Ilja Osthoff +- ItsOnlyBinary +- James Lu +- Jari Aalto +- Johann Hartwig Hauschild +- JRMU +- LucentW +- Mantas Mikulėnas +- Michi +- Neale Pickett +- Peter Powell +- Rolf Eike Beer +- Rosen Penev +- Roy Sindre Norangshol +- Sam James +- Scott Perry +- Sean Reifschneider +- Sebastian Köhler +- shankari +- Tassilo Schweyer +- Tom Ryder +- Unit 193 +- William Pitcock +- Windree <57554809+Windree@users.noreply.github.com> +- xnaas <8271327+xnaas@users.noreply.github.com> +- xor +- Yecheng Fu + +## Code snippets + +- Andrew Tridgell & Martin Pool: strl{cpy|cat}()-functions +- John Kercheval: pattern matching functions +- Patrick Powell : snprintf()-function diff --git a/Makefile.am b/Makefile.am index 31affc24..ae29ac18 100644 --- a/Makefile.am +++ b/Makefile.am @@ -11,7 +11,14 @@ SUBDIRS = doc src man contrib -EXTRA_DIST = README.md INSTALL.md autogen.sh configure.ng .clang_complete .mailmap +EXTRA_DIST = \ + AUTHORS.md \ + INSTALL.md \ + README.md \ + autogen.sh \ + configure.ng \ + .clang_complete \ + .mailmap clean-local: rm -f build-stamp* diff --git a/contrib/Debian/copyright b/contrib/Debian/copyright index f66d1fc4..4b39bfa9 100644 --- a/contrib/Debian/copyright +++ b/contrib/Debian/copyright @@ -9,7 +9,8 @@ Copyright: 2001-2024 Alexander Barton and Contributors. License: GPL-2.0+ Comment: - See /usr/share/doc/ngircd/AUTHORS for the full list of authors and contributors. + See /usr/share/doc/ngircd/AUTHORS.md for the full list of authors and + contributors. Files: contrib/de.barton.ngircd.metainfo.xml @@ -17,7 +18,8 @@ Copyright: 2001-2024 Alexander Barton and Contributors. License: MIT Comment: - See /usr/share/doc/ngircd/AUTHORS for the full list of authors and contributors. + See /usr/share/doc/ngircd/AUTHORS.md for the full list of authors and + contributors. License: GPL-2.0+ This package is free software; you can redistribute it and/or modify diff --git a/contrib/ngircd.spec b/contrib/ngircd.spec index 1cbf60c3..f4cc0242 100644 --- a/contrib/ngircd.spec +++ b/contrib/ngircd.spec @@ -50,7 +50,7 @@ make %{?_smp_mflags} %files %defattr(755,root,root) -%doc AUTHORS COPYING ChangeLog INSTALL.md NEWS README.md doc/* +%doc AUTHORS.md COPYING ChangeLog INSTALL.md NEWS README.md doc/* %config(noreplace) /etc %{_prefix}/sbin %{_mandir}/man5/ngircd.conf* diff --git a/doc/HowToRelease.txt b/doc/HowToRelease.txt index 48f2bce8..35514230 100644 --- a/doc/HowToRelease.txt +++ b/doc/HowToRelease.txt @@ -46,9 +46,10 @@ b) Make sure the source tree is in a releasable state ;-) - Are all branches & patches merged? Check GitHub issues, pull requests and milestones! - Run as many tests as you can! - - Is the AUTHORS file up to date? This command may be helpful: - "( grep '>$' AUTHORS; git shortlog -se | cut -c8- ) | grep -Ev \ - '(alex@barton.de|fw@strlen.de)' | LC_ALL=de_DE.UTF-8 sort -u" + - Is the AUTHORS.md file up to date? This command may be helpful: + "( grep '>$' AUTHORS.md; git shortlog -se|cut -c8-|sed 's/^/- /' ) \ + | grep -Ev '(alex@barton.de|fw@strlen.de)' \ + | LC_ALL=de_DE.UTF-8 sort -u" c) Update the files describing the new release: - ChangeLog diff --git a/doc/Makefile.am b/doc/Makefile.am index d82480e9..fd1cbfd6 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -39,7 +39,7 @@ doc_templates = sample-ngircd.conf.tmpl generated_docs = sample-ngircd.conf -toplevel_docs = ../AUTHORS ../COPYING ../ChangeLog ../INSTALL.md ../NEWS ../README.md +toplevel_docs = ../AUTHORS.md ../COPYING ../ChangeLog ../INSTALL.md ../NEWS ../README.md SUBDIRS = src