From f094841b06afa0eb5c1dcb355c44f6e7845966f8 Mon Sep 17 00:00:00 2001 From: Awilum Date: Wed, 26 Dec 2018 23:58:24 +0300 Subject: [PATCH] Flextype: readme udpates --- README.md | 36 +++++++++++++++++++++++++++++++----- 1 file changed, 31 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 13f772e3..a0ac2bad 100755 --- a/README.md +++ b/README.md @@ -1,10 +1,10 @@ -![preview](/site/plugins/admin/preview.png) - # Flextype [![Discord](https://img.shields.io/discord/423097982498635778.svg?logo=discord&colorB=728ADA&label=Discord%20Chat&style=flat-square)](https://discordapp.com/invite/CCKPKVG) -![Version](https://img.shields.io/badge/version-0.7.4-brightgreen.svg?style=flat-square) +![Version](https://img.shields.io/badge/version-0.8.0-brightgreen.svg?style=flat-square) ![MIT License](https://img.shields.io/badge/license-MIT-blue.svg?style=flat-square) +![preview](/site/plugins/admin/preview.png) + Flextype is Open Source, fast and flexible file-based Content Management System. That's Easy to install, upgrade and use. Flextype provides amazing API's for plugins, themes and core developers! @@ -31,8 +31,34 @@ The flat-file nature of Flextype lets you define custom fields for any of your p Flextype is an open-source project licensed under the MIT LICENSE to set the world free! ## REQUIREMENTS -PHP 7.1.3 or higher with PHP's [Multibyte String module](https://php.net/mbstring) -Apache with [Mod Rewrite](https://httpd.apache.org/docs/current/mod/mod_rewrite.html) + +#### System requirements +Make sure your server meets the following requirements. + +- Webserver (Apache with Mod Rewrite) +- PHP 7.1.3 or higher +- PHP extensions + +#### Flextype needs the following PHP extensions to be enabled: + +- Multibyte String +- SPL + +Although it is optional, we strongly recommend enabling the following PHP extensions: +APC, APCu, XCache, Memcached, or Redis for better performance. + +#### Browser requirements +The admin panel of Flextype is compatible with: + +Windows and macOS +- Chrome 29 or later +- Firefox 28 or later +- Safari 9.0 or later +- Microsoft Edge + +Mobile +- iOS: Safari 9.1 or later +- Android: Chrome 4.4 or later ## INSTALLATION