aboutsummaryrefslogtreecommitdiffstats
path: root/blogthon.cgi (unfollow)
Commit message (Expand)AuthorFilesLines
2011-05-18Use utf8 wherever it's neededStefan Ritter1-10/+14
2011-03-24Import (ConfigParser|configparser) as configparserStefan Ritter1-10/+4
2011-03-24Rename var tab to ind (indention)Stefan Ritter1-152/+153
2011-03-24Fix print to print("")Stefan Ritter1-1/+1
2011-03-23Bugfixes for python3:Stefan Ritter1-5/+5
2011-03-23Python2 backward compatibility1.0rc4Stefan Ritter1-3/+15
2011-03-23Python3 compatibilityStefan Ritter1-3/+3
2011-03-23Use print() for python3 compatibilityStefan Ritter1-190/+190
2011-03-22language and tabs:Stefan Ritter1-2/+5
2011-03-22Add language and charset to headerStefan Ritter1-1/+2
2011-03-22Add missing content typeStefan Ritter1-0/+1
2011-03-22Remove xhtml-strict and xhtml-transitional, add html (html5)Stefan Ritter1-12/+5
2011-03-07Changes:Stefan Ritter1-1/+1
2011-02-07Fix indention errorStefan Ritter1-1/+1
2011-02-07Remove exceptions for entries_dirStefan Ritter1-21/+15
2011-02-07Determine if entries_dir is writableStefan Ritter1-0/+3
2011-01-31Make error page more beautiful1.0rc3Stefan Ritter1-3/+8
2010-12-16Code cleanup:Stefan Ritter1-54/+60
2010-12-14Exception fix for python 2.5Stefan Ritter1-1/+1
2010-12-14Rewritten config parser codeStefan Ritter1-103/+26
2010-12-14Following guidelines from http://www.python.org/dev/peps/pep-0008/Stefan Ritter1-512/+578
2010-12-14Using hashlib instead of deprecated md51.0rc2Stefan Ritter1-2/+2
2010-12-14Use more os.path.joinStefan Ritter1-8/+7
2010-12-14Code cleanup (inconsistency between " and ')Stefan Ritter1-309/+310
2010-12-09Timestamp fix1.0rc1Stefan Ritter1-4/+5
2010-12-09Using timestamp files for sorting entriesStefan Ritter1-2/+18
2010-11-20* Some code cleanupStefan Ritter1-3/+3
2010-11-16Some code cleanupStefan Ritter1-24/+20
2010-11-16Use variable "tab" for tabs for better code style (part2)Stefan Ritter1-95/+93
2010-11-15Use variable "tab" for tabs for better code styleStefan Ritter1-52/+54
2010-11-15Removed staticpages_images stuff (needs testing)Stefan Ritter1-14/+1
2010-06-11Bugfix: a href without quotationStefan Ritter1-1/+1
2010-04-15Try to use URL as guid in RSS (possible bugfix?)Stefan Ritter1-1/+2
2010-02-25Removed target _blank to be strictStefan Ritter1-1/+1
2010-02-17Insert image in staticpageslist instead of title if title.jpg/png/gif existsStefan Ritter1-1/+14
2010-02-17Remove leading dot in title from staticpagesStefan Ritter1-1/+1
2010-02-17Show localized times if locales are generated for this countryStefan Ritter1-14/+38
2010-02-17Added language optionStefan Ritter1-9/+16
2009-12-21Updated TodoStefan Ritter1-2/+0
2009-12-10Added precompiled regexp for commentfile parsingStefan Ritter1-6/+10
2009-12-10Removed links to RSS/Atom imagesStefan Ritter1-8/+2
2009-12-07Doing some cleanup in styles/Stefan Ritter1-1/+1
2009-12-07Fixed send-comment function (now works with apache)Stefan Ritter1-4/+4
2009-12-07Added a simple plugin interfaceStefan Ritter1-0/+13
2009-12-06no_break bugfixStefan Ritter1-1/+1
2009-12-06Making a wonderful place for regexp and added some more blockelements to the ...Stefan Ritter1-2/+4
2009-12-06Added '../.blogthonrc' as possible configuration, added TODOStefan Ritter1-1/+9
2009-12-06Added '../blogthonrc' as alternative configurationStefan Ritter1-1/+9
2009-12-06Some regexp fooStefan Ritter1-1/+2
2009-12-04Improved rss description to use html tags (like formatting, images, ...)Stefan Ritter1-5/+5