Update readme from docs
This commit is contained in:
parent
8b61948965
commit
8cc499f283
20
README.md
20
README.md
|
@ -2,7 +2,7 @@
|
||||||
================================
|
================================
|
||||||
**Fast**, **simple**, **extensible** and **flat file** CMS.
|
**Fast**, **simple**, **extensible** and **flat file** CMS.
|
||||||
|
|
||||||
Bludit is a simple web application to make your own **blog** or **site** in seconds, it's completly **free and open source**. Bludit uses flat-files (text files in JSON format) to store the posts and pages, you don't need to install or configure a database.
|
Bludit is a simple web application to make your own **blog** or **site** in seconds, it's completely **free and open source**. Bludit uses flat-files (text files in JSON format) to store the posts and pages, you don't need to install or configure a database.
|
||||||
|
|
||||||
- [Documentation](https://docs.bludit.com)
|
- [Documentation](https://docs.bludit.com)
|
||||||
- [Help and Support](https://forum.bludit.com)
|
- [Help and Support](https://forum.bludit.com)
|
||||||
|
@ -23,15 +23,19 @@ Social networks
|
||||||
Requirements
|
Requirements
|
||||||
------------
|
------------
|
||||||
|
|
||||||
You only need a web server with PHP support.
|
You just need a web server with PHP support.
|
||||||
|
|
||||||
- PHP 5.3 or higher.
|
- PHP v5.3 or higher.
|
||||||
- PHP [mbstring](http://php.net/manual/en/book.mbstring.php) module for full UTF-8 support.
|
- PHP [mbstring](http://php.net/manual/en/book.mbstring.php) module for full UTF-8 support.
|
||||||
- Webserver:
|
- PHP [gd](http://php.net/manual/en/book.image.php) module for image processing.
|
||||||
* Apache with [mod_rewrite](http://httpd.apache.org/docs/current/mod/mod_rewrite.html) module.
|
- PHP [dom](http://php.net/manual/en/book.dom.php) module for DOM manipulation.
|
||||||
* Lighttpd with [mod_rewrite](http://redmine.lighttpd.net/projects/1/wiki/docs_modrewrite) module.
|
- PHP [json](http://php.net/manual/en/book.json.php) module for JSON manipulation.
|
||||||
* Nginx with [ngx_http_rewrite_module](http://nginx.org/en/docs/http/ngx_http_rewrite_module.html) module.
|
- Supported web servers:
|
||||||
* PHP Built-in web server
|
* PHP Built-in web server
|
||||||
|
* Apache with module [mod_rewrite](http://httpd.apache.org/docs/current/mod/mod_rewrite.html)
|
||||||
|
* Lighttpd with module [mod_rewrite](http://redmine.lighttpd.net/projects/1/wiki/docs_modrewrite)
|
||||||
|
* Nginx with module [ngx_http_rewrite_module](http://nginx.org/en/docs/http/ngx_http_rewrite_module.html)
|
||||||
|
* Other
|
||||||
|
|
||||||
Installation guide
|
Installation guide
|
||||||
------------------
|
------------------
|
||||||
|
@ -43,4 +47,4 @@ Installation guide
|
||||||
|
|
||||||
License
|
License
|
||||||
-------
|
-------
|
||||||
Bludit is opensource software licensed under the [MIT license](https://tldrlegal.com/license/mit-license)
|
Bludit is open source software licensed under the [MIT license](https://tldrlegal.com/license/mit-license).
|
||||||
|
|
Loading…
Reference in New Issue