Fork of https://github.com/bludit/bludit
98d07e1942
Enable sorting of the tags shown when using the tags plugin. Options for sorting are "Alphabetical", "Count" and "Date". Date is the default as it is the current way of sorting. Also, use PHP function ucfirst to beautify the tags list. Translations added for en_US only. |
||
---|---|---|
bl-content | ||
bl-kernel | ||
bl-languages | ||
bl-plugins | ||
bl-themes | ||
.gitignore | ||
.htaccess | ||
README.md | ||
index.php | ||
install.php |
README.md
Bludit
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.
Social networks
- Google+
- Freenode IRC channel #bludit
Requirements
You only need a web server with PHP support.
- PHP 5.3 or higher.
- PHP mbstring module for full UTF-8 support.
- Webserver:
- Apache with mod_rewrite module.
- Lighttpd with mod_rewrite module.
- Nginx with ngx_http_rewrite_module module.
- PHP Built-in web server
Installation guide
- Download the latest version from http://www.bludit.com/bludit_latest.zip
- Extract the zip file into a directory like
bludit
. - Upload the directory
bludit
to your hosting server. - Done!
License
Bludit is opensource software licensed under the MIT license