From 54e43ba1754940d8a35d1c08a6ff8b2f39f83574 Mon Sep 17 00:00:00 2001 From: maste9 Date: Sat, 7 Mar 2015 11:32:33 +0100 Subject: [PATCH] I obviously forgot to add some files to repository which broke templation. --- picoblogger/blog/index.html | 53 +++++++++++++++++++++++--- picoblogger/blog/templates/article.htm | 4 +- 2 files changed, 49 insertions(+), 8 deletions(-) diff --git a/picoblogger/blog/index.html b/picoblogger/blog/index.html index 9a0eb5b..4325770 100644 --- a/picoblogger/blog/index.html +++ b/picoblogger/blog/index.html @@ -35,17 +35,58 @@

Artikel

-

This is the first article

+

Das ist der zweite Artikel

Autor
homer77
-
Erstellt am
03/01/15
-
Zuletzt geändert
03/01/15
+
Erstellt am
02/24/15 21:19:45
+
Zuletzt geändert
02/24/15 20:57:37
-

This is the first article in this blog. picoblogger supports basic features of markdown as tested on another instance.

-

Unfortunately it does not seem to work with list - neither ordererd nor unordered. But links actually do work fine.

+

Dies ist der zweite Test. +Ich schreibe verschiedene Zeilen Text und teste damit Markdown

+

Ist das jetzt ein neuer Absatz?

+

Und wie kann ich Code-Blöcke wie apt-get install einfügen? Funktioniert das mit 3 oder 4 Backticks?

+

Gehen auch +mehrere +Code-zeilen?

+

Und was ist mit Listen? +- Erster Eintrag +- Zweiter Eintrag +- Erster Untereintrag +- Dritter Eintrag

-

notags

+

lustig,langweilig,blabla

+
+
+
+
+

Ein zweiter Test!

+
+
Autor
homer77
+
Erstellt am
02/15/15 23:18:22
+
Zuletzt geändert
02/15/15 22:19:30
+
+
+

Das ist ein weiter Testartikel

+

Ich muss das abschließen für heute

+

Klick mich

+
+

+
+
+
+
+

Dies ist ein Test

+
+
Autor
homer77
+
Erstellt am
02/15/15 23:16:34
+
Zuletzt geändert
02/15/15 22:18:03
+
+
+

Type your article right here.

+

You may use Markdown to format.

+
+

test,picoblogger,coden

diff --git a/picoblogger/blog/templates/article.htm b/picoblogger/blog/templates/article.htm index 193d421..71782d7 100644 --- a/picoblogger/blog/templates/article.htm +++ b/picoblogger/blog/templates/article.htm @@ -3,8 +3,8 @@

${ARTICLE_TITLE}

${TEMPLATE_ARTICLE_AUTHOR}
${ARTICLE_AUTHOR}
-
${TEMPLATE_ARTICLE_CREATED}
${ARTICLE_CREATED}
-
${TEMPLATE_ARTICLE_MODIFIED}
${ARTICLE_MODIFIED}
+
${TEMPLATE_ARTICLE_CREATED}
${ARTICLE_CREATED_DATE} ${ARTICLE_CREATED_TIME}
+
${TEMPLATE_ARTICLE_MODIFIED}
${ARTICLE_MODIFIED_DATE} ${ARTICLE_MODIFIED_TIME}
${ARTICLE_BODY}