From 7472650b59322ba0643d0025c065df926d22bd99 Mon Sep 17 00:00:00 2001 From: Luc Didry Date: Thu, 10 Sep 2015 00:50:01 +0200 Subject: [PATCH] Put authors in a separate file --- AUTHORS.md | 15 +++++++++++++++ README.md | 12 ++---------- 2 files changed, 17 insertions(+), 10 deletions(-) create mode 100644 AUTHORS.md diff --git a/AUTHORS.md b/AUTHORS.md new file mode 100644 index 0000000..c1b6f57 --- /dev/null +++ b/AUTHORS.md @@ -0,0 +1,15 @@ +# Lutim's authors + +## Main developers + +* Luc Didry, aka Sky (), core developer, @framasky on [Twitter](https://twitter.com/framasky) and on [Diaspora*](https://framasphere.org/public/framasky) +* Dattaz (), webapp developer, [@dat_taz](https://twitter.com/dat_taz) + +## Contributors + +* Jean-Bernard Marcon, aka Goofy () +* Jean-Christophe Bach () +* Florian Bigard, aka Chocobozzz () +* Sandro CAZZANIGA, aka Kharec (), [@Kharec](https://twitter.com/Kharec) +* Laura Arjona Reina (), spanish translation +* Thor77 () diff --git a/README.md b/README.md index b97a954..63d50a9 100644 --- a/README.md +++ b/README.md @@ -341,14 +341,6 @@ Lutim is written in Perl with the [Mojolicious](http://mojolicio.us) framework, Licenses for the icons fonts are in `public/font/LICENSE.txt`. -## Main developers -* Luc Didry, aka Sky (), core developer, @framasky on [Twitter](https://twitter.com/framasky) and on [Diaspora*](https://framasphere.org/public/framasky) -* Dattaz (), webapp developer, [@dat_taz](https://twitter.com/dat_taz) +## Authors -## Contributors -* Jean-Bernard Marcon, aka Goofy () -* Jean-Christophe Bach () -* Florian Bigard, aka Chocobozzz () -* Sandro CAZZANIGA, aka Kharec (), [@Kharec](https://twitter.com/Kharec) -* Laura Arjona Reina (), spanish translation -* Thor77 () +See [AUTHORS.md](AUTHORS.md) file.