diff options
author | Stefan Ritter <xeno@goliath.thehappy.de> | 2009-07-23 10:37:02 +0200 |
---|---|---|
committer | Stefan Ritter <xeno@goliath.thehappy.de> | 2009-07-23 10:37:02 +0200 |
commit | 92c85f36d774f0925152ab021c6fdc23f5e5ac2d (patch) | |
tree | 59d5471110733579f1c7da5aefd43d0c419ed70e | |
parent | 873b9127c9bfb1054d4b0f0aaca1e1c98d3920ef (diff) | |
parent | 1a151afc1e2901953ea5d0e84b690b1944328e65 (diff) |
Merge branch 'master' of git@fucktheforce.de:blogthon
-rw-r--r-- | FAQ | 5 | ||||
-rw-r--r-- | TODO | 11 | ||||
-rw-r--r-- | configuration | 4 |
3 files changed, 2 insertions, 18 deletions
@@ -1,5 +0,0 @@ -1) I edited an entry, now it is listed first on the page... wtf? - - Unix don't know a creation time for a file, so i had to use the last - changed time for entries. You can use 'touch' to edit the timestamp. - Syntax is 'touch foo.txt -t YYMMDDhhmm'. @@ -1,11 +0,0 @@ -box.css: - - * Das Elternelement des Kommentarformular (pos. rel) ist ein Kommentar. - Wenn ein Kommentar vorhanden ist, dann positioniert sich das Formular - also korrekt. Ist jedoch keiner vorhanden, dann wird als - Elternelement der Eintrag genommen, und das Formular sitzt nicht mehr - richtig. - -blogthon.cgi: - - * RSS fertigstellen diff --git a/configuration b/configuration index eeae66d..9aa2c35 100644 --- a/configuration +++ b/configuration @@ -1,6 +1,6 @@ [personal] -blog_title: A BlogThon Blog -blog_subtitle: Subtitle +blog_title: Blogthon +blog_subtitle: makes blogging easier blog_url: http://www.thehappy.de/ keywords: please,change,me entries_dir: entries/ |