From 541e5c9d5ce77ec93d5312b9ee6664b36dab808a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Helleu?= Date: Sat, 25 May 2024 11:24:18 +0200 Subject: [PATCH] Move authors from README.md to a new file AUTHORS.md --- AUTHORS.md | 27 +++++++++++++++++++++++++++ README.md | 16 +--------------- 2 files changed, 28 insertions(+), 15 deletions(-) create mode 100644 AUTHORS.md diff --git a/AUTHORS.md b/AUTHORS.md new file mode 100644 index 00000000..41185a1c --- /dev/null +++ b/AUTHORS.md @@ -0,0 +1,27 @@ +# WeeChat.org Authors + +## Developers + +- Design/code: + - [Sébastien Helleu](https://github.com/flashcode) (FlashCode) + +## Translators + +Alphabetically: + +- Alexandre Bolelli +- Krzysztof Korościk (soltys) +- Marco Paolone +- Nils Görs (nils_2) +- Ryuunosuke Ayanokouzi + +## Contributors + +Alphabetically: + +- Håvard Pettersson +- Humdinger + +## Contact + +See the [support page](https://weechat.org/about/support/). diff --git a/README.md b/README.md index 787eff32..04dae783 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# weechat.org +# WeeChat.org

WeeChat @@ -42,20 +42,6 @@ And just point your browser on [http://127.0.0.1:8000/](http://127.0.0.1:8000/), > Default settings can be used for testing purposes but must be overridden for production, see the file [settings_local.template](settings_local.template) for more information. -## Authors - -- Design/code: - - Sébastien Helleu (FlashCode) -- Translators: - - Alexandre Bolelli - - Krzysztof Korościk (soltys) - - Marco Paolone - - Nils Görs (nils_2) - - Ryuunosuke Ayanokouzi -- Contributors: - - Håvard Pettersson - - Humdinger - ## Copyright Copyright © 2003-2024 [Sébastien Helleu](https://github.com/flashcode)