From a4dfa8c65d421fea507c25a34dc30de86ce27aa2 Mon Sep 17 00:00:00 2001 From: dignajar Date: Thu, 29 Oct 2015 00:56:38 -0300 Subject: [PATCH] Links update --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 19ae6e62..d36153d1 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,10 @@ [Bludit](http://www.bludit.com/) — Flat file CMS ================================================ +Create your own Blog in seconds. -Bludit is a fast, simple, extensible and Flat file CMS. +Fast, simple, extensible and Flat file CMS. -- [Documentation](http://docs.bludit.com/en/) +- [Documentation](http://docs.bludit.com) - [Help and Support](http://forum.bludit.com) - [Plugins](https://github.com/dignajar/bludit-plugins) - [Themes](https://github.com/dignajar/bludit-themes) @@ -25,6 +26,7 @@ You only need a Webserver with PHP support. - PHP module [mbstring](http://php.net/manual/en/book.mbstring.php) for full UTF-8 support. - Webserver: * 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) Installation guide @@ -32,7 +34,7 @@ Installation guide 1. Download the latest version from http://www.bludit.com/bludit_latest.zip 2. Extract the zip file into a directory like `bludit`. -3. Upload the directory `bludit` on your hosting. +3. Upload the directory `bludit` to your hosting server. 4. Done! License