Metadata updated for 1.5.2

This commit is contained in:
dignajar 2016-10-12 23:03:43 -03:00
parent 69184abf02
commit 3079bbbd76
2 changed files with 1 additions and 2 deletions

View File

@ -2,7 +2,7 @@
================================
**Fast**, **simple**, **extensible** and **flat file** 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 (text files in JSON format) to store the posts and pages, you don't need to install or configure a database.
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.
- [Documentation](https://docs.bludit.com)
- [Help and Support](https://forum.bludit.com)

View File

@ -7,7 +7,6 @@
// ============================================================================
// Functions
// ============================================================================
function addPost($args)
{
global $dbPosts;