diff --git a/README.md b/README.md index 74b21b4..bafac73 100644 --- a/README.md +++ b/README.md @@ -1,22 +1,19 @@ -# pBlog -This is a small php blog engine with **markdown support** +# Rangitaki -At the moment it doesn't contain much features, but more will follow. +Rangitaki is a simple to use and easy to configure PHP blogging engine in php without any database dependencies. -## Goal -The goal is to create a simple blog engine. The blog posts should be written using (a) xml file(s) and the page should be prepared with a javascript program. +##Features: -## Features - Post writing in XML and Markdown - - Markdown support - - Code support - - German umlaut's support - - Intro page (Markdown) - -## Planned Features - - special url actions (blog.html?xyz , blog.html#xyz) + - subpages for each article + - social sharing buttons + - Disqus integration + - simple end user configuration + +##Future Features: + - publishing on a set time - - Tags + - tags ## Example You can find a example blog under [marcel-kapfer.de/pBlog](http://marcel-kapfer.de/pBlog)