2016-02-21 23:56:52 -03:00
[Bludit ](https://www.bludit.com/ )
2016-01-17 20:29:15 -03:00
================================
2016-01-17 20:30:54 -03:00
**Fast**, **simple** , **extensible** and **flat file** CMS.
2015-06-26 01:54:39 -03:00
2016-10-12 23:03:43 -03:00
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 to store the posts and pages, you don't need to install or configure a database. Bludit supports **Markdown** and HTML code for the content of the posts and pages.
2015-06-26 02:07:49 -03:00
2016-02-21 23:56:52 -03:00
- [Documentation ](https://docs.bludit.com )
- [Help and Support ](https://forum.bludit.com )
- [Plugins ](https://plugins.bludit.com )
2016-06-04 22:31:07 -03:00
- [Themes ](https://themes.bludit.com )
2016-02-21 23:56:52 -03:00
- [More plugins and themes ](https://forum.bludit.com/viewforum.php?f=14 )
2015-09-07 22:42:57 -03:00
2016-11-21 16:35:52 -03:00
[![Donate ](https://img.shields.io/badge/paypal-donate-yellow.svg )](https://www.paypal.com/cgi-bin/webscr?cmd=_donations& business=S55XTNZ8YQXSA& lc=AR& item_name=BLUDIT& currency_code=USD& bn=PP%2dDonationsBF%3abtn_donate_LG%2egif%3aNonHosted)
2016-01-17 20:29:15 -03:00
Social networks
---------------
2015-09-07 22:42:57 -03:00
- [Twitter ](https://twitter.com/bludit )
2015-09-18 01:29:25 -03:00
- [Facebook ](https://www.facebook.com/bluditcms )
2015-09-07 22:42:57 -03:00
- [Google+ ](https://plus.google.com/+Bluditcms )
2016-01-17 20:29:15 -03:00
- [Freenode IRC ](https://webchat.freenode.net ) channel ** #bludit **
2015-06-26 01:54:39 -03:00
2015-11-01 15:35:11 -03:00
[![Join the chat at https://gitter.im/dignajar/bludit ](https://badges.gitter.im/Join%20Chat.svg )](https://gitter.im/dignajar/bludit?utm_source=badge& utm_medium=badge& utm_campaign=pr-badge& utm_content=badge)
2015-06-26 01:54:39 -03:00
Requirements
------------
2016-10-07 17:16:45 +05:30
You just need a web server with PHP support.
2015-06-26 01:54:39 -03:00
2016-10-07 17:16:45 +05:30
- PHP v5.3 or higher.
2015-11-05 00:09:12 -03:00
- PHP [mbstring ](http://php.net/manual/en/book.mbstring.php ) module for full UTF-8 support.
2016-10-07 17:16:45 +05:30
- PHP [gd ](http://php.net/manual/en/book.image.php ) module for image processing.
- PHP [dom ](http://php.net/manual/en/book.dom.php ) module for DOM manipulation.
- PHP [json ](http://php.net/manual/en/book.json.php ) module for JSON manipulation.
- Supported web servers:
2015-11-18 22:21:22 -03:00
* PHP Built-in web server
2016-10-07 17:16:45 +05:30
* 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
2015-06-26 01:54:39 -03:00
Installation guide
------------------
2016-02-21 23:56:52 -03:00
1. Download the latest version from https://s3.amazonaws.com/bludit-s3/bludit-builds/bludit_latest.zip
2015-06-26 01:54:39 -03:00
2. Extract the zip file into a directory like `bludit` .
2015-10-29 00:56:38 -03:00
3. Upload the directory `bludit` to your hosting server.
2015-07-14 21:07:07 -03:00
4. Done!
License
-------
2016-10-07 17:16:45 +05:30
Bludit is open source software licensed under the [MIT license ](https://tldrlegal.com/license/mit-license ).