Merge branch 'master' of https://github.com/flatpressblog/flatpress
This commit is contained in:
commit
f9c9085135
20
CONTRIBUTORS.md
Normal file
20
CONTRIBUTORS.md
Normal file
@ -0,0 +1,20 @@
|
||||
# FlatPress contributors
|
||||
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.
|
||||
|
||||
## 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").<br>
|
||||
<br>
|
||||
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/)
|
@ -1,5 +1,5 @@
|
||||
<a href="https://github.com/flatpressblog/flatpress/releases" title="See releases"><img alt="See releases" src="https://img.shields.io/github/release/flatpressblog/flatpress.svg?label=Latest%20release&style=plastic"></a> <a href="https://github.com/flatpressblog/flatpress/blob/master/LICENSE.md" title="License"><img alt="License" src="https://img.shields.io/github/license/flatpressblog/flatpress.svg?style=plastic"></a><br>
|
||||
[[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)]
|
||||
<a href="https://github.com/flatpressblog/flatpress/releases" title="See releases"><img alt="See releases" src="https://img.shields.io/github/release/flatpressblog/flatpress.svg?label=Latest%20release&style=plastic"></a> <a href="./LICENSE.md" title="License"><img alt="License" src="https://img.shields.io/github/license/flatpressblog/flatpress.svg?style=plastic"></a><br>
|
||||
[[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").<br>
|
||||
<br>
|
||||
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)
|
||||
|
||||
|
||||
<a href="https://twitter.com/intent/follow?screen_name=flatpress" title="Follow on Twitter"><img src="https://img.shields.io/twitter/follow/flatpress.svg?style=social&logo=twitter" alt="Follow on Twitter"></a>
|
||||
|
Loading…
x
Reference in New Issue
Block a user