Updated Readme
This commit is contained in:
parent
52005b1235
commit
7c7c103cc7
1 changed files with 27 additions and 21 deletions
48
README.md
48
README.md
|
@ -1,30 +1,36 @@
|
||||||
# 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
|
||||||
|
|
||||||
## Planned Features
|
|
||||||
- special url actions (blog.html?xyz , blog.html#xyz)
|
|
||||||
- publishing on a set time
|
|
||||||
- Tags
|
|
||||||
|
|
||||||
## Example
|
##Future Features:
|
||||||
You can find a example blog under [marcel-kapfer.de/pBlog](http://marcel-kapfer.de/pBlog)
|
|
||||||
|
- **Complete rework for a better user experience** [Read more](http://marcel-kapfer.de/rangitaki/blog/index.php?article=About-the-Future-of-pBlog)
|
||||||
|
- publishing on a set time
|
||||||
|
- tags
|
||||||
|
|
||||||
|
## Example(s)
|
||||||
|
|
||||||
|
- Official Rangitaki blog [marcel-kapfer.de/rangitaki/blog](http://marcel-kapfer.de/rangitaki/blog/)
|
||||||
|
|
||||||
|
Would you like to see your Rangitaki blog here? Write me a message at [marcelmichaelkapfer@yahoo.co.nz](mailto:marcelmichaelkapfer@yahoo.co.nz)
|
||||||
|
|
||||||
## Used Libraries
|
## Used Libraries
|
||||||
|
|
||||||
- [Parsedown](http://parsedown.org)
|
- [Parsedown](http://parsedown.org)
|
||||||
|
|
||||||
|
## Social
|
||||||
|
|
||||||
|
- [Twitter @rangitaki](https://twitter.com/rangitaki)
|
||||||
|
- [Google+](https://plus.google.com/b/101437210222436501912/101437210222436501912/posts)
|
||||||
|
|
||||||
## More information
|
## Trello
|
||||||
- [Trello Board](https://trello.com/b/7qb5I6EQ/blog-engine)
|
|
||||||
- [Google+ Profile from Marcel Michael Kapfer](plus.google.com/+MarcelMichaelKapfer)
|
- [Trello Board](https://trello.com/b/7qb5I6EQ/rangitaki)
|
||||||
- [Twitter Profile from Marcel Michael Kapfer](twitter.com/MarcelKapfer)
|
|
||||||
|
|
Reference in a new issue