From: Christian Weiske Date: Thu, 26 Mar 2015 19:14:43 +0000 (+0100) Subject: add author, url and photo X-Git-Url: https://git.cweiske.de/push-tester.git/commitdiff_plain/f443694419dee715179ff65ddb4d62916dfae986 add author, url and photo --- diff --git a/www/add-article.php b/www/add-article.php index 25db71e..ee24c9b 100644 --- a/www/add-article.php +++ b/www/add-article.php @@ -17,6 +17,12 @@ file_put_contents(

$title

+

+ + + Someone + +

$content
diff --git a/www/index.php b/www/index.php index b4d0b2f..0eaefb6 100644 --- a/www/index.php +++ b/www/index.php @@ -23,8 +23,9 @@ krsort($articles); PubSubHubbub tester +

- create new article + create new article

Articles

@@ -35,7 +36,12 @@ krsort($articles);

permalink - + at + by + + + Someone +

diff --git a/www/someone.htm b/www/someone.htm new file mode 100644 index 0000000..b2f08d5 --- /dev/null +++ b/www/someone.htm @@ -0,0 +1,12 @@ + + + Someone + + +

Someone

+ +

+ Is the author of this blog. +

+ + diff --git a/www/someone.png b/www/someone.png new file mode 100644 index 0000000..0d0d732 Binary files /dev/null and b/www/someone.png differ