1
0
mirror of https://github.com/flextype/flextype.git synced 2025-08-18 19:01:40 +02:00

README.md updates

This commit is contained in:
Awilum
2019-08-16 22:29:38 +03:00
parent 303820ef3f
commit 45f8f7ffa3

View File

@@ -1,4 +1,3 @@
![preview](/site/plugins/admin/preview.png)
<p align="center">
@@ -13,12 +12,13 @@ Flextype is an MIT-licensed open source project and completely free to use.
However, the amount of effort needed to maintain and develop new features for the project is not sustainable without proper financial backing. You can support it's ongoing development by being a backer or a sponsor:
- [Become a backer or sponsor on Patreon](https://www.patreon.com/awilum).
- [One-time donation via PayPal, QIWI, Sberbank, Yandex](http://flextype.org/en/about/sponsors)
- [One-time donation via PayPal, QIWI, Sberbank, Yandex](http://flextype.org/en/one-time-donation)
## INTRODUCTION
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!
Flextype was **founded in March 2018** as lightweight alternative to other heavy and outdated CMS. Many people use complex solutions for simple pages, unnecessarily. Building this content management system, we focused on simplicity - even novice webmaster adapt his template and writes his own plugin. To achieve this, we implemented a simple but powerful API's.
With Flextype, you are in complete control. Design your data structure the way you want. Update and share your data with others and teams using version control. Flextype does not require MySQL database, because all the data are collected in a simple files. Perfect portability when changing your hosting provider. Just copy all the files from one account to another.
## FEATURES
@@ -54,10 +54,11 @@ Make sure your server meets the following requirements.
Flextype needs the following PHP extensions to be enabled:
- PHP [mbstring](http://php.net/manual/en/book.mbstring.php) module for full UTF-8 support.
- PHP [gd](http://php.net/manual/en/book.image.php) module for image processing.
- PHP [gd](http://php.net/manual/en/book.image.php) or [ImageMagick](http://php.net/manual/en/book.imagick.php) module for image processing.
- PHP [json](https://php.net/manual/en/book.json.php) module for JSON manipulation.
- PHP [Fileinfo](https://www.php.net/manual/en/book.fileinfo.php)
- PHP [SPL](https://www.php.net/manual/en/book.spl.php)
- PHP [DOM](https://www.php.net/manual/ru/class.domdocument.php)
Although it is optional, we strongly recommend enabling the following PHP extensions:
APC, APCu, XCache, Memcached, or Redis for better performance.
@@ -82,7 +83,7 @@ Mobile
[Download the latest version.](http://flextype.org/en/downloads)
Unzip the contents to a new folder on your local computer, and upload to your webhost using the (S)FTP client of your choice. After youve done this, be sure to chmod the following directories (with containing files) to 755(or 777), so they are readable and writable by Flextype:
* `site/`
- `site/`
#### Using Composer
@@ -126,36 +127,36 @@ gulp
## COMMUNITY
Flextype is open source, community driven project, and maintained by community!
* [Github Repository](https://github.com/flextype/flextype)
* [Discord](https://discord.gg/CCKPKVG)
* [Forum](http://forum.flextype.org)
* [Vkontakte](https://vk.com/flextype)
* [Twitter](https://twitter.com/getflextype)
- [Github Repository](https://github.com/flextype/flextype)
- [Discord](https://discord.gg/CCKPKVG)
- [Forum](http://forum.flextype.org)
- [Vkontakte](https://vk.com/flextype)
- [Twitter](https://twitter.com/getflextype)
## NO LIMITS
With Flextype you can create any project you want.
* Business site
* Landing page
* Personal site
* Portfolio
* Product site
* Documentation
* Personal resume
* Blog
- Business site
- Landing page
- Personal site
- Portfolio
- Product site
- Documentation
- Personal resume
- Blog
## CONTRIBUTE
Flextype is an open source project and community contributions are essential to its growing and success. Contributing to the Flextype is easy and you can give as little or as much time as you want.
* Help on the [Communities.](http://flextype.org/en/documentation/guide/basics/getting-help)
* Develop a new plugin.
* Create a new theme.
* Find and [report issues.](https://github.com/flextype/flextype/issues)
* Link back to [Flextype](http://flextype.org).
* [Donate to keep Flextype free.](http://flextype.org/en/about/sponsors)
* [Join Flextype International Translator Team](https://crowdin.com/project/flextype/invite)
- Help on the [Communities.](http://flextype.org/en/documentation/guide/basics/getting-help)
- Develop a new plugin.
- Create a new theme.
- Find and [report issues.](https://github.com/flextype/flextype/issues)
- Link back to [Flextype](http://flextype.org).
- [Donate to keep Flextype free.](http://flextype.org/en/about/sponsors)
- [Join Flextype International Translator Team](https://crowdin.com/project/flextype/invite)
## LINKS