From 26c68dd75396aa09cb9ee2712fd4294f72441452 Mon Sep 17 00:00:00 2001 From: Arvid Zimmermann Date: Thu, 16 Apr 2020 13:08:19 +0200 Subject: [PATCH 1/3] Readme: Credits went to an extra file. Also: Relative references. --- README.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index f29b01d..89d1bdf 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ -See releases License
-[[flatpress.org](https://www.flatpress.org/)] [[Support forum](https://forum.flatpress.org/)] [[GitHub](https://github.com/flatpressblog/flatpress)] [[Twitter](https://www.twitter.com/FlatPress)] [[Changelog](https://github.com/flatpressblog/flatpress/blob/master/CHANGELOG.md)] +See releases License
+[[flatpress.org](https://www.flatpress.org/)] [[Support forum](https://forum.flatpress.org/)] [[GitHub](https://github.com/flatpressblog/flatpress)] [[Twitter](https://www.twitter.com/FlatPress)] [[Changelog](./CHANGELOG.md)] # Welcome to FlatPress! FlatPress is a lightweight, easy-to-set-up blogging engine. Plain and simple, just PHP. No database needed! @@ -14,8 +14,7 @@ Installing and running FlatPress is really easy! FlatPress runs on any web server (e.g. Apache or IIS) with PHP 5.6 or higher. Since all data is stored in files, no database is needed. ## Credits -FlatPress was initially developed by [Edoardo Vacchi (NoWhereMan)](http://www.nowhereland.it "nowhereland.it"). Edoardo was supported by [Hydra](http://hydra.clans.it/ "hydra.clans.it"), [drudo](https://drudotec.wordpress.com/ "drudotec.wordpress.com"), giulio, [alcor](http://alcor.altervista.org/ "alcor.altervista.org"), and [Tychondriax](http://tychondriax.altervista.org/blog/ "tychondriax.altervista.org").
-
-Since 2018, FlatPress is taken care of by [Arvid Zimmermann](https://arvidzimmermann.de "arvidzimmermann.de"). +There are many people who contributed to FlatPress over the years. [See them here.](./CONTRIBUTORS.md) + Follow on Twitter From a8ec262ebcc736a574265c92fe487b4b2cc716e0 Mon Sep 17 00:00:00 2001 From: Arvid Zimmermann Date: Thu, 16 Apr 2020 13:22:39 +0200 Subject: [PATCH 2/3] created CONTRIBUTORS.md A place to say thanks to the people who support FlatPress. --- CONTRIBUTORS.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 CONTRIBUTORS.md diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md new file mode 100644 index 0000000..09bbfe0 --- /dev/null +++ b/CONTRIBUTORS.md @@ -0,0 +1,20 @@ +# FlatPress contributors +FlatPress wouldn't be the great blogging system it ist without the help of many volunteers. Here is a list of people who contributed to FlatPress. __Thank you all very much!__ + +If you think someone's missing here, please let us know. + +## The team +FlatPress was initially developed by [Edoardo Vacchi (NoWhereMan)](http://www.nowhereland.it "nowhereland.it"). Edoardo was supported by [Hydra](http://hydra.clans.it/ "hydra.clans.it"), [drudo](https://drudotec.wordpress.com/ "drudotec.wordpress.com"), giulio, [alcor](http://alcor.altervista.org/ "alcor.altervista.org"), and [Tychondriax](http://tychondriax.altervista.org/blog/ "tychondriax.altervista.org").
+
+Since 2018, FlatPress is taken care of by [Arvid Zimmermann](https://arvidzimmermann.de "arvidzimmermann.de"). + +## Coding +- [Julian Rademacher](https://moortaube.de/) filed some useful pull requests (and donated his Twitter account [@FlatPress](https://twitter.com/FlatPress)) +- [Matthias Mauch](http://www.aadmm.org/)'s [FP-Patch](http://www.aadmm.org/fp-patch/) initially brought FlatPress to PHP 7. + +## Translation +- Czech: [Lubomír Ludvík](http://flatpress.cz/) +- French: [Marc Thibeault](https://github.com/MarcThibeault) and Dimitri Soufflet, fixed by Gee +- German: [Matthias Mauch (laborix)](http://www.aadmm.org/) +- Greek: An unknown, since deleted GitHub user :( +- Japanese: [NORTH HILL WORK STUDIO](https://nhws.localinfo.jp/) From 15436b36dd8ce61a22e9605afd4804c228fb2554 Mon Sep 17 00:00:00 2001 From: Arvid Zimmermann Date: Thu, 16 Apr 2020 13:24:21 +0200 Subject: [PATCH 3/3] fixed typos --- CONTRIBUTORS.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index 09bbfe0..1060a7b 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -1,5 +1,5 @@ # FlatPress contributors -FlatPress wouldn't be the great blogging system it ist without the help of many volunteers. Here is a list of people who contributed to FlatPress. __Thank you all very much!__ +FlatPress wouldn't be the great blogging system it is without the help of many volunteers. Here is a list of people who contributed to FlatPress. __Thank you all very much!__ If you think someone's missing here, please let us know. @@ -9,7 +9,7 @@ FlatPress was initially developed by [Edoardo Vacchi (NoWhereMan)](http://www.no Since 2018, FlatPress is taken care of by [Arvid Zimmermann](https://arvidzimmermann.de "arvidzimmermann.de"). ## Coding -- [Julian Rademacher](https://moortaube.de/) filed some useful pull requests (and donated his Twitter account [@FlatPress](https://twitter.com/FlatPress)) +- [Julian Rademacher](https://moortaube.de/) filed some useful pull requests (and donated his Twitter account [@FlatPress](https://twitter.com/FlatPress)). - [Matthias Mauch](http://www.aadmm.org/)'s [FP-Patch](http://www.aadmm.org/fp-patch/) initially brought FlatPress to PHP 7. ## Translation