1
0
mirror of https://github.com/flextype/flextype.git synced 2025-08-12 08:04:05 +02:00

Flextype: readme udpates

This commit is contained in:
Awilum
2018-12-26 23:58:24 +03:00
parent d5789a6b97
commit f094841b06

View File

@@ -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