From b93eed420077377becfbcaefe299e587fa55596a Mon Sep 17 00:00:00 2001 From: mmk2410 Date: Sun, 22 Feb 2015 21:09:43 +0100 Subject: [PATCH] Version 1.0 --- index.php | 6 +++--- md/intro.md | 6 +++++- xml/posts.xml | 14 ++++++++++++++ 3 files changed, 22 insertions(+), 4 deletions(-) diff --git a/index.php b/index.php index af29f8b..e8909aa 100644 --- a/index.php +++ b/index.php @@ -67,7 +67,7 @@

otherlinks->otherlb as $olb){ + foreach ($post->otherlinks->otherlb as $olb){ ?> @@ -100,7 +100,7 @@

- pBlog + pBlog github.com/mmk2410/pBlog

diff --git a/md/intro.md b/md/intro.md index c5ce798..91337d2 100644 --- a/md/intro.md +++ b/md/intro.md @@ -1,2 +1,6 @@ #pBlog -This is the Blog of the Blog Engine **pBlog** \ No newline at end of file +This is the Blog of the Blog Engine **pBlog** + +pBlog is based on PHP, XML and Markdown. It is easy to install and to configure. + +The latest Version is **1.0** diff --git a/xml/posts.xml b/xml/posts.xml index 8192e9f..6802986 100644 --- a/xml/posts.xml +++ b/xml/posts.xml @@ -1,5 +1,19 @@ + + Version 1.0 + 22nd February 2015 + +Today I'm proud to announce the **Version 1.0** of the pBlog - a simple PHP, XML and Markdown based blogging engine +which is completly independent from any databases. Even if this is the version 1.0 it is still in a early state of +development. + +Version 1.0 has the following features: + - Blog writing in XML + - Content in Markdown + - Static intro in Markdown + + Version 0.3 20th February 2015