From 076ff5ebbab28698c72b31ef8f1ebf17a6c71003 Mon Sep 17 00:00:00 2001 From: Arvid Zimmermann Date: Sat, 30 Oct 2021 21:01:59 +0200 Subject: [PATCH 1/2] Added features; overhauled top button bar --- README.md | 25 +++++++++++++++++++++++-- 1 file changed, 23 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 211b810..879123e 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,30 @@ -See releases License
-[[flatpress.org](https://www.flatpress.org/)] [[Support forum](https://forum.flatpress.org/)] [[Wiki](https://wiki.flatpress.org/)] [[GitHub](https://github.com/flatpressblog/flatpress)] [Mastodon] [[Twitter](https://www.twitter.com/FlatPress)] [[Changelog](./CHANGELOG.md)] [[Contributors](./CONTRIBUTORS.md)] [[Security Policy](./SECURITY.md)] +[![Home page](https://img.shields.io/badge/Home%20page-🏠-555?style=plastic)](https://www.flatpress.org "Home page") +[![Support forum](https://img.shields.io/badge/Support%20forum-💬-555?style=plastic)](https://forum.flatpress.org "Support forum") +[![Wiki](https://img.shields.io/badge/Wiki-📖-555?style=plastic)](https://wiki.flatpress.org "Wiki") +[![Mastodon](https://img.shields.io/badge/Mastodon-🐘-555?style=plastic)](https://fosstodon.org/@flatpress "FlatPress@Mastodon") +[![Twitter](https://img.shields.io/badge/Twitter-🐦-555?style=plastic)](https://twitter.com/FlatPress "FlatPress@Twitter") +[![Change log](https://img.shields.io/badge/Change%20log-📜-555?style=plastic)](./CHANGELOG.md "Change log") +[![Security policy](https://img.shields.io/badge/Security%20policy-⚡-555?style=plastic)](./SECURITY.md "Security policy") +[![Contributors](https://img.shields.io/badge/Contributors-😎-555?style=plastic)](./CONTRIBUTORS.md "Contributors") + +[![Releases](https://img.shields.io/github/release/flatpressblog/flatpress.svg?label=Latest%20release&style=plastic)](https://github.com/flatpressblog/flatpress/releases "See all releases") +[![License](https://img.shields.io/github/license/flatpressblog/flatpress.svg?style=plastic)](./LICENSE.md "License") +[![Open issues](https://img.shields.io/github/issues-raw/flatpressblog/flatpress?style=plastic)](https://github.com/flatpressblog/flatpress/issues "See open issues") +[![Last commit](https://img.shields.io/github/last-commit/flatpressblog/flatpress?style=plastic)](https://github.com/flatpressblog/flatpress/commits/ "Last commit") # Welcome to FlatPress! FlatPress is a lightweight, easy-to-set-up blogging engine. Plain and simple, just PHP. No database needed! +## Features +- Independent, standard-compliant blog software +- Works on files, __no database__ +- Easy to setup, easy to backup +- Powerful __plugin system__ with widget support +- Easy to customize with __themes__, powered by [Smarty](http://www.smarty.net/) +- Comments function with spam protection +- __Free software__ under [GNU GPLv2](LICENSE.md) + + ## Getting started Installing and running FlatPress is really easy: - [Download FlatPress](https://www.flatpress.org/download), unzip, upload From 44df55eaef27490c16704c2a1f481836176951c6 Mon Sep 17 00:00:00 2001 From: Arvid Zimmermann Date: Sat, 30 Oct 2021 21:14:28 +0200 Subject: [PATCH 2/2] Text formatting --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 879123e..06a076d 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ FlatPress is a lightweight, easy-to-set-up blogging engine. Plain and simple, ju - Easy to setup, easy to backup - Powerful __plugin system__ with widget support - Easy to customize with __themes__, powered by [Smarty](http://www.smarty.net/) -- Comments function with spam protection +- __Comments__ function with spam protection - __Free software__ under [GNU GPLv2](LICENSE.md)