aboutsummaryrefslogtreecommitdiffstats
path: root/blogthon.cgi (follow)
Commit message (Collapse)AuthorAgeFilesLines
* BugfixHEADmasterStefan Ritter2012-02-231-1/+1
|
* Add base href to headerStefan Ritter2012-02-231-0/+1
|
* Forgot a ":"Stefan Ritter2012-01-271-1/+1
|
* Forgot to translate "tags"Stefan Ritter2012-01-271-1/+1
|
* Bugfix for tags #3Stefan Ritter2012-01-271-5/+3
|
* Bugfix for tags #2Stefan Ritter2012-01-271-0/+3
|
* Bugfix for tagsStefan Ritter2012-01-271-0/+3
|
* Add definition lists to the no_break regexStefan Ritter2012-01-231-1/+1
|
* * Add sidebarStefan Ritter2012-01-211-31/+64
| | | | | * Fix style issues * Import stuff from my private design
* Ignore entries_counter when showing tagsStefan Ritter2012-01-211-1/+1
|
* First working version of clickable tagsStefan Ritter2012-01-211-2/+18
|
* Using pickle instead of marshal for serializationStefan Ritter2012-01-211-2/+2
|
* Create tag indexStefan Ritter2012-01-211-3/+18
|
* Add tags to configurationStefan Ritter2012-01-211-4/+6
|
* Add commandline parserStefan Ritter2012-01-211-0/+31
|
* Add initial tag systemStefan Ritter2012-01-201-0/+10
|
* Remove broken codeStefan Ritter2012-01-201-3/+0
|
* Remove some unused bordersStefan Ritter2012-01-191-13/+0
|
* Load additional header lines from header.txt in style directoryStefan Ritter2012-01-191-1/+8
|
* favicon.(png|gif|ico) can be placed in styles/$yourstyle/ nowStefan Ritter2012-01-181-0/+15
|
* * Rearrange importsStefan Ritter2011-08-251-8/+7
| | | | * Just import getwriter from codecs
* * Add some commentsStefan Ritter2011-07-141-10/+33
| | | | * Parts of new comment mail now in blog_locale[]
* Surrounding class for feedsStefan Ritter2011-07-121-5/+7
|
* Use tabs instead of spacesStefan Ritter2011-07-121-1/+1
|
* utf8 fixStefan Ritter2011-05-191-11/+42
|
* Compatibility fixStefan Ritter2011-05-181-2/+5
|
* Use utf8 wherever it's neededStefan Ritter2011-05-181-10/+14
|
* Import (ConfigParser|configparser) as configparserStefan Ritter2011-03-241-10/+4
|
* Rename var tab to ind (indention)Stefan Ritter2011-03-241-152/+153
|
* Fix print to print("")Stefan Ritter2011-03-241-1/+1
|
* Bugfixes for python3:Stefan Ritter2011-03-231-5/+5
| | | | | * Use range instead of xrange * Encode unicode objects before hashing
* Python2 backward compatibility1.0rc4Stefan Ritter2011-03-231-3/+15
|
* Python3 compatibilityStefan Ritter2011-03-231-3/+3
|
* Use print() for python3 compatibilityStefan Ritter2011-03-231-190/+190
|
* language and tabs:Stefan Ritter2011-03-221-2/+5
| | | | | * Use en as language when language is not declared * Use one space instead of one tab
* Add language and charset to headerStefan Ritter2011-03-221-1/+2
|
* Add missing content typeStefan Ritter2011-03-221-0/+1
|
* Remove xhtml-strict and xhtml-transitional, add html (html5)Stefan Ritter2011-03-221-12/+5
|
* Changes:Stefan Ritter2011-03-071-1/+1
| | | | | * Add configuration to htaccess * Modify class of all entries link
* Fix indention errorStefan Ritter2011-02-071-1/+1
|
* Remove exceptions for entries_dirStefan Ritter2011-02-071-21/+15
|
* Determine if entries_dir is writableStefan Ritter2011-02-071-0/+3
|
* Make error page more beautiful1.0rc3Stefan Ritter2011-01-311-3/+8
|
* Code cleanup:Stefan Ritter2010-12-161-54/+60
| | | | | | * Fix blog_url if there is no http:// at the beginning or/and no / at the end * Use %s for string concatenation (improving performance)
* Exception fix for python 2.5Stefan Ritter2010-12-141-1/+1
|
* Rewritten config parser codeStefan Ritter2010-12-141-103/+26
|
* Following guidelines from http://www.python.org/dev/peps/pep-0008/Stefan Ritter2010-12-141-512/+578
|
* Using hashlib instead of deprecated md51.0rc2Stefan Ritter2010-12-141-2/+2
|
* Use more os.path.joinStefan Ritter2010-12-141-8/+7
|
* Code cleanup (inconsistency between " and ')Stefan Ritter2010-12-141-309/+310
|