Fork of https://github.com/bludit/bludit
5e12c36fd8
This small fix resolves issues where a user will upload an image taken on a device that sets the "Orientation" tag in the EXIF metadata or rotated using another tool on the desktop and that orientation information will be ignored. |
||
---|---|---|
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 https://s3.amazonaws.com/bludit-s3/bludit-builds/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