Commit message (Expand) | Author | Files | Lines | |
---|---|---|---|---|
2012-02-23 | BugfixHEADmaster | Stefan Ritter | 1 | -1/+1 |
2012-02-23 | Add base href to header | Stefan Ritter | 1 | -0/+1 |
2012-01-27 | Forgot a ":" | Stefan Ritter | 1 | -1/+1 |
2012-01-27 | Forgot to translate "tags" | Stefan Ritter | 1 | -1/+1 |
2012-01-27 | Bugfix for tags #3 | Stefan Ritter | 1 | -5/+3 |
2012-01-27 | Bugfix for tags #2 | Stefan Ritter | 1 | -0/+3 |
2012-01-27 | Bugfix for tags | Stefan Ritter | 1 | -0/+3 |
2012-01-23 | Add definition lists to the no_break regex | Stefan Ritter | 1 | -1/+1 |
2012-01-21 | * Add sidebar | Stefan Ritter | 1 | -31/+64 |
2012-01-21 | Ignore entries_counter when showing tags | Stefan Ritter | 1 | -1/+1 |
2012-01-21 | First working version of clickable tags | Stefan Ritter | 1 | -2/+18 |
2012-01-21 | Using pickle instead of marshal for serialization | Stefan Ritter | 1 | -2/+2 |
2012-01-21 | Create tag index | Stefan Ritter | 1 | -3/+18 |
2012-01-21 | Add tags to configuration | Stefan Ritter | 1 | -4/+6 |
2012-01-21 | Add commandline parser | Stefan Ritter | 1 | -0/+31 |
2012-01-20 | Add initial tag system | Stefan Ritter | 1 | -0/+10 |
2012-01-20 | Remove broken code | Stefan Ritter | 1 | -3/+0 |
2012-01-19 | Remove some unused borders | Stefan Ritter | 1 | -13/+0 |
2012-01-19 | Load additional header lines from header.txt in style directory | Stefan Ritter | 1 | -1/+8 |
2012-01-18 | favicon.(png|gif|ico) can be placed in styles/$yourstyle/ now | Stefan Ritter | 1 | -0/+15 |
2011-08-25 | * Rearrange imports | Stefan Ritter | 1 | -8/+7 |
2011-07-14 | * Add some comments | Stefan Ritter | 1 | -10/+33 |
2011-07-12 | Surrounding class for feeds | Stefan Ritter | 1 | -5/+7 |
2011-07-12 | Use tabs instead of spaces | Stefan Ritter | 1 | -1/+1 |
2011-05-19 | utf8 fix | Stefan Ritter | 1 | -11/+42 |
2011-05-18 | Compatibility fix | Stefan Ritter | 1 | -2/+5 |
2011-05-18 | Use utf8 wherever it's needed | Stefan Ritter | 1 | -10/+14 |
2011-03-24 | Import (ConfigParser|configparser) as configparser | Stefan Ritter | 1 | -10/+4 |
2011-03-24 | Rename var tab to ind (indention) | Stefan Ritter | 1 | -152/+153 |
2011-03-24 | Fix print to print("") | Stefan Ritter | 1 | -1/+1 |
2011-03-23 | Bugfixes for python3: | Stefan Ritter | 1 | -5/+5 |
2011-03-23 | Python2 backward compatibility1.0rc4 | Stefan Ritter | 1 | -3/+15 |
2011-03-23 | Python3 compatibility | Stefan Ritter | 1 | -3/+3 |
2011-03-23 | Use print() for python3 compatibility | Stefan Ritter | 1 | -190/+190 |
2011-03-22 | language and tabs: | Stefan Ritter | 1 | -2/+5 |
2011-03-22 | Add language and charset to header | Stefan Ritter | 1 | -1/+2 |
2011-03-22 | Add missing content type | Stefan Ritter | 1 | -0/+1 |
2011-03-22 | Remove xhtml-strict and xhtml-transitional, add html (html5) | Stefan Ritter | 1 | -12/+5 |
2011-03-07 | Changes: | Stefan Ritter | 1 | -1/+1 |
2011-02-07 | Fix indention error | Stefan Ritter | 1 | -1/+1 |
2011-02-07 | Remove exceptions for entries_dir | Stefan Ritter | 1 | -21/+15 |
2011-02-07 | Determine if entries_dir is writable | Stefan Ritter | 1 | -0/+3 |
2011-01-31 | Make error page more beautiful1.0rc3 | Stefan Ritter | 1 | -3/+8 |
2010-12-16 | Code cleanup: | Stefan Ritter | 1 | -54/+60 |
2010-12-14 | Exception fix for python 2.5 | Stefan Ritter | 1 | -1/+1 |
2010-12-14 | Rewritten config parser code | Stefan Ritter | 1 | -103/+26 |
2010-12-14 | Following guidelines from http://www.python.org/dev/peps/pep-0008/ | Stefan Ritter | 1 | -512/+578 |
2010-12-14 | Using hashlib instead of deprecated md51.0rc2 | Stefan Ritter | 1 | -2/+2 |
2010-12-14 | Use more os.path.join | Stefan Ritter | 1 | -8/+7 |
2010-12-14 | Code cleanup (inconsistency between " and ') | Stefan Ritter | 1 | -309/+310 |