This repository has been archived on 2022-02-10. You can view files and clone it, but cannot push or open issues or pull requests.
rangitaki/README.md

31 lines
955 B
Markdown
Raw Normal View History

2015-02-21 21:04:03 +01:00
# pBlog
This is a small php blog engine with **markdown support**
At the moment it doesn't contain much features, but more will follow.
## 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.
2015-02-24 23:04:38 +01:00
## Features
- Post writing in XML and Markdown
- Markdown support
- Code support
- German umlaut's support
- Intro page (Markdown)
2015-02-21 21:04:03 +01:00
## Planned Features
- special url actions (blog.html?xyz , blog.html#xyz)
- publishing on a set time
- Tags
2015-02-24 23:45:29 +01:00
## Example
You can find a example blog under [marcel-kapfer.de/pBlog](http://marcel-kapfer.de/pBlog)
## Used Libraries
- [Parsedown](http://parsedown.org)
2015-02-21 21:04:03 +01:00
## More information
- [Trello Board](https://trello.com/b/7qb5I6EQ/blog-engine)
- [Google+ Profile from Marcel Michael Kapfer](plus.google.com/+MarcelMichaelKapfer)
- [Twitter Profile from Marcel Michael Kapfer](twitter.com/MarcelKapfer)