Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
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 | |
* Use range instead of xrange * Encode unicode objects before hashing | |||||
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 | |
* Use en as language when language is not declared * Use one space instead of one tab | |||||
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 | |
* Add configuration to htaccess * Modify class of all entries link | |||||
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 | |
* Fix blog_url if there is no http:// at the beginning or/and no / at the end * Use %s for string concatenation (improving performance) | |||||
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 | |
2010-12-09 | Timestamp fix1.0rc1 | Stefan Ritter | 1 | -4/+5 | |
2010-12-09 | Using timestamp files for sorting entries | Stefan Ritter | 1 | -2/+18 | |
2010-11-20 | * Some code cleanup | Stefan Ritter | 1 | -3/+3 | |
* First code for moderated comments | |||||
2010-11-16 | Some code cleanup | Stefan Ritter | 1 | -24/+20 | |
2010-11-16 | Use variable "tab" for tabs for better code style (part2) | Stefan Ritter | 1 | -95/+93 | |
2010-11-15 | Use variable "tab" for tabs for better code style | Stefan Ritter | 1 | -52/+54 | |
2010-11-15 | Removed staticpages_images stuff (needs testing) | Stefan Ritter | 1 | -14/+1 | |
2010-06-11 | Bugfix: a href without quotation | Stefan Ritter | 1 | -1/+1 | |
2010-04-15 | Try to use URL as guid in RSS (possible bugfix?) | Stefan Ritter | 1 | -1/+2 | |
2010-02-25 | Removed target _blank to be strict | Stefan Ritter | 1 | -1/+1 | |
2010-02-17 | Insert image in staticpageslist instead of title if title.jpg/png/gif exists | Stefan Ritter | 1 | -1/+14 | |
2010-02-17 | Remove leading dot in title from staticpages | Stefan Ritter | 1 | -1/+1 | |
2010-02-17 | Show localized times if locales are generated for this country | Stefan Ritter | 1 | -14/+38 | |
2010-02-17 | Added language option | Stefan Ritter | 1 | -9/+16 | |
* 'language' in section 'style' can be de, at, en, us, ... | |||||
2009-12-21 | Updated Todo | Stefan Ritter | 1 | -2/+0 | |
2009-12-10 | Added precompiled regexp for commentfile parsing | Stefan Ritter | 1 | -6/+10 | |
2009-12-10 | Removed links to RSS/Atom images | Stefan Ritter | 1 | -8/+2 | |
2009-12-07 | Doing some cleanup in styles/ | Stefan Ritter | 1 | -1/+1 | |
* ATTENTION: you have to delete .css from your stylename in config * Deleted some non-used images * Everything is now in a subfolder | |||||
2009-12-07 | Fixed send-comment function (now works with apache) | Stefan Ritter | 1 | -4/+4 | |
2009-12-07 | Added a simple plugin interface | Stefan Ritter | 1 | -0/+13 | |
2009-12-06 | no_break bugfix | Stefan Ritter | 1 | -1/+1 | |
2009-12-06 | Making a wonderful place for regexp and added some more blockelements to the ↵ | Stefan Ritter | 1 | -2/+4 | |
list | |||||
2009-12-06 | Added '../.blogthonrc' as possible configuration, added TODO | Stefan Ritter | 1 | -1/+9 | |
2009-12-06 | Added '../blogthonrc' as alternative configuration | Stefan Ritter | 1 | -1/+9 | |
2009-12-06 | Some regexp foo | Stefan Ritter | 1 | -1/+2 | |
2009-12-04 | Improved rss description to use html tags (like formatting, images, ...) | Stefan Ritter | 1 | -5/+5 | |
2009-12-03 | Fixed Atom-Timestamp | Pascal Turbing | 1 | -3/+3 | |