aboutsummaryrefslogtreecommitdiffstats
path: root/blogthon.cgi (unfollow)
Commit message (Expand)AuthorFilesLines
2012-02-23BugfixHEADmasterStefan Ritter1-1/+1
2012-02-23Add base href to headerStefan Ritter1-0/+1
2012-01-27Forgot a ":"Stefan Ritter1-1/+1
2012-01-27Forgot to translate "tags"Stefan Ritter1-1/+1
2012-01-27Bugfix for tags #3Stefan Ritter1-5/+3
2012-01-27Bugfix for tags #2Stefan Ritter1-0/+3
2012-01-27Bugfix for tagsStefan Ritter1-0/+3
2012-01-23Add definition lists to the no_break regexStefan Ritter1-1/+1
2012-01-21* Add sidebarStefan Ritter1-31/+64
2012-01-21Ignore entries_counter when showing tagsStefan Ritter1-1/+1
2012-01-21First working version of clickable tagsStefan Ritter1-2/+18
2012-01-21Using pickle instead of marshal for serializationStefan Ritter1-2/+2
2012-01-21Create tag indexStefan Ritter1-3/+18
2012-01-21Add tags to configurationStefan Ritter1-4/+6
2012-01-21Add commandline parserStefan Ritter1-0/+31
2012-01-20Add initial tag systemStefan Ritter1-0/+10
2012-01-20Remove broken codeStefan Ritter1-3/+0
2012-01-19Remove some unused bordersStefan Ritter1-13/+0
2012-01-19Load additional header lines from header.txt in style directoryStefan Ritter1-1/+8
2012-01-18favicon.(png|gif|ico) can be placed in styles/$yourstyle/ nowStefan Ritter1-0/+15
2011-08-25* Rearrange importsStefan Ritter1-8/+7
2011-07-14* Add some commentsStefan Ritter1-10/+33
2011-07-12Surrounding class for feedsStefan Ritter1-5/+7
2011-07-12Use tabs instead of spacesStefan Ritter1-1/+1
2011-05-19utf8 fixStefan Ritter1-11/+42
2011-05-18Compatibility fixStefan Ritter1-2/+5
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