Bludit v2 and Bludit PRO

This commit is contained in:
Diego Najar 2017-10-14 15:51:38 +02:00
parent 440e913586
commit 003bf35938
1 changed files with 13 additions and 16 deletions

View File

@ -1,16 +1,18 @@
[Bludit](https://www.bludit.com/) [Bludit](https://www.bludit.com/)
================================ ================================
**Fast**, **simple**, **extensible** and **flat file** CMS. **Simple**, **Fast** and **Flexible** CMS
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. Bludit is a web application to build your own **web site** or **blog** in seconds, it's completely **free and open source**. Bludit uses files in JSON format to store the content, you don't need to install or configure a database. You only need a web server with PHP support.
Bludit supports **Markdown** and **HTML code** for the content.
- [Documentation](https://docs.bludit.com) - [Documentation](https://docs.bludit.com)
- [Help and Support](https://forum.bludit.com) - [Help and Support](https://forum.bludit.org)
- [Plugins](https://plugins.bludit.com) - [Plugins](https://plugins.bludit.com)
- [Themes](https://themes.bludit.com) - [Themes](https://themes.bludit.com)
- [More plugins and themes](https://forum.bludit.com/viewforum.php?f=14) - [More plugins and themes](https://forum.bludit.org/viewforum.php?f=14)
[![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) [![Bludit PRO](https://img.shields.io/badge/Bludit-PRO-blue.svg)](https://pro.bludit.com/)
Social networks Social networks
--------------- ---------------
@ -18,9 +20,7 @@ Social networks
- [Twitter](https://twitter.com/bludit) - [Twitter](https://twitter.com/bludit)
- [Facebook](https://www.facebook.com/bluditcms) - [Facebook](https://www.facebook.com/bluditcms)
- [Google+](https://plus.google.com/+Bluditcms) - [Google+](https://plus.google.com/+Bluditcms)
- [Freenode IRC](https://webchat.freenode.net) channel **#bludit** - [Gitter Chat](https://gitter.im/bludit/support)
[![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)
Requirements Requirements
------------ ------------
@ -32,20 +32,17 @@ You just need a web server with PHP support.
- PHP [gd](http://php.net/manual/en/book.image.php) module for image processing. - 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 [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. - PHP [json](http://php.net/manual/en/book.json.php) module for JSON manipulation.
- Supported web servers: - Webserver with PHP support
* 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
------------------ ------------------
1. Download the latest version from https://s3.amazonaws.com/bludit-s3/bludit-builds/bludit_latest.zip 1. Download the latest version from https://cdn.bludit.com/builds/bludit_latest.zip
2. Extract the zip file into a directory like `bludit`. 2. Extract the zip file into a directory like `bludit`.
3. Upload the directory `bludit` to your hosting server. 3. Upload the directory `bludit` to your server/hosting.
4. Done! 4. Visit your domain https://example.com/bludit/
5. Follow the Bludit Installer to configure the website.
License License
------- -------