Update README.md
This commit is contained in:
parent
ee98323339
commit
b4673f7654
1 changed files with 11 additions and 14 deletions
23
README.md
23
README.md
|
@ -1,22 +1,19 @@
|
||||||
# pBlog
|
# Rangitaki
|
||||||
This is a small php blog engine with **markdown support**
|
|
||||||
|
|
||||||
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
|
##Features:
|
||||||
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
|
|
||||||
- Post writing in XML and Markdown
|
- Post writing in XML and Markdown
|
||||||
- Markdown support
|
- subpages for each article
|
||||||
- Code support
|
- social sharing buttons
|
||||||
- German umlaut's support
|
- Disqus integration
|
||||||
- Intro page (Markdown)
|
- simple end user configuration
|
||||||
|
|
||||||
|
##Future Features:
|
||||||
|
|
||||||
## Planned Features
|
|
||||||
- special url actions (blog.html?xyz , blog.html#xyz)
|
|
||||||
- publishing on a set time
|
- publishing on a set time
|
||||||
- Tags
|
- tags
|
||||||
|
|
||||||
## Example
|
## Example
|
||||||
You can find a example blog under [marcel-kapfer.de/pBlog](http://marcel-kapfer.de/pBlog)
|
You can find a example blog under [marcel-kapfer.de/pBlog](http://marcel-kapfer.de/pBlog)
|
||||||
|
|
Reference in a new issue