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.
Go to file
2015-03-29 21:37:33 +02:00
md pBlog Future 2015-03-29 21:37:33 +02:00
res Version 2.1 2015-03-29 21:17:13 +02:00
xml pBlog Future 2015-03-29 21:37:33 +02:00
.gitignore Version 2.0 (Share Buttons; Article Pages; config file; disqus) 2015-03-27 07:04:23 +01:00
config.php Version 2.0 (Share Buttons; Article Pages; config file; disqus) 2015-03-27 07:04:23 +01:00
index.php Version 2.0 (Share Buttons; Article Pages; config file; disqus) 2015-03-27 07:04:23 +01:00
LICENSE Version 1.0 beta 2015-02-21 21:04:03 +01:00
README.md Updated Readme 2015-02-24 23:45:29 +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.

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)
  • publishing on a set time
  • Tags

Example

You can find a example blog under marcel-kapfer.de/pBlog

Used Libraries

More information