Commit Graph

260 Commits

Author SHA1 Message Date
Stefan Ritter b06dc41a2c Compatibility fix 2011-05-18 23:05:51 +02:00
Stefan Ritter ab959ad834 Merge branch 'master' of fucktheforce.de:blogthon 2011-05-18 22:57:27 +02:00
Stefan Ritter c5ee3f08d2 Use utf8 wherever it's needed 2011-05-18 22:56:50 +02:00
Stefan Ritter 4cb9040887 Switch from sans to sans-serif 2011-04-12 14:56:11 +02:00
Stefan Ritter 8e338f89c0 Add black as default color 2011-04-12 14:54:52 +02:00
Stefan Ritter 31c53768e9 Merge branch 'master' of fucktheforce.de:blogthon 2011-03-25 17:41:12 +01:00
Stefan Ritter a23da4f1c2 Fix indention in plugin example 2011-03-25 14:48:21 +01:00
Stefan Ritter b7a507712f Remove unused comments_moderated 2011-03-25 14:28:24 +01:00
Stefan Ritter 7b67581d11 Import (ConfigParser|configparser) as configparser 2011-03-24 13:05:22 +01:00
Stefan Ritter 718bb41ff5 Rename var tab to ind (indention) 2011-03-24 09:42:08 +01:00
Stefan Ritter 5e44ac1906 Fix print to print("") 2011-03-24 00:02:41 +01:00
Stefan Ritter b8cb97bd6e Bugfixes for python3:
* Use range instead of xrange
  * Encode unicode objects before hashing
2011-03-23 23:55:14 +01:00
Stefan Ritter 736ea10a1f Python2 backward compatibility 2011-03-23 22:53:59 +01:00
Stefan Ritter f44fae9771 Python3 compatibility 2011-03-23 22:48:21 +01:00
Stefan Ritter f9bc02e1c0 Use print() for python3 compatibility 2011-03-23 14:57:43 +01:00
Stefan Ritter 0f4dabc2dd language and tabs:
* Use en as language when language is not declared
  * Use one space instead of one tab
2011-03-22 23:18:16 +01:00
Stefan Ritter bf758a26ac Add language and charset to header 2011-03-22 23:06:21 +01:00
Stefan Ritter 0d024d57e4 Add missing content type 2011-03-22 22:58:12 +01:00
Stefan Ritter c6ad68e0cf Remove xhtml-strict and xhtml-transitional, add html (html5) 2011-03-22 22:54:47 +01:00
Stefan Ritter f761993f39 Changes:
* Add configuration to htaccess
  * Modify class of all entries link
2011-03-07 13:51:22 +01:00
Stefan Ritter 43eb80d070 Switch to default style in configuration 2011-02-22 21:23:54 +01:00
Stefan Ritter 6c3d8f4355 Styles:
* Remove everything
  * Add new default style
2011-02-22 21:22:12 +01:00
Stefan Ritter 32b5d2142f Fix wrong notation of Blogthon 2011-02-07 23:11:21 +01:00
Stefan Ritter 92caac31aa Fix indention error 2011-02-07 23:11:16 +01:00
Stefan Ritter 50e5c532f7 Remove exceptions for entries_dir 2011-02-07 23:11:09 +01:00
Stefan Ritter c46d219390 Determine if entries_dir is writable 2011-02-07 23:11:02 +01:00
Stefan Ritter c7ac70ff84 Make error page more beautiful 2011-01-31 09:18:24 +01:00
Stefan Ritter b32a982b81 Code cleanup:
* 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-16 11:11:41 +01:00
Stefan Ritter fad6090431 Exception fix for python 2.5 2010-12-14 16:21:03 +01:00
Stefan Ritter bc6a0f176a Rewritten config parser code 2010-12-14 16:16:12 +01:00
Stefan Ritter b76a97c26a Following guidelines from http://www.python.org/dev/peps/pep-0008/ 2010-12-14 11:26:21 +01:00
Stefan Ritter b48033faca Using hashlib instead of deprecated md5 2010-12-14 09:55:09 +01:00
Stefan Ritter 51c4cfc7f2 Use more os.path.join 2010-12-14 09:52:12 +01:00
Stefan Ritter cbf2032d78 Code cleanup (inconsistency between " and ') 2010-12-14 09:42:38 +01:00
Stefan Ritter 6adce37ab0 Add *.stamp to gitignore 2010-12-10 09:07:03 +01:00
Stefan Ritter aba86775bb Removed old parts from README 2010-12-09 11:32:13 +01:00
Stefan Ritter 64c0b794ee Timestamp fix 2010-12-09 11:14:45 +01:00
Stefan Ritter cb2022a236 Using timestamp files for sorting entries 2010-12-09 09:27:01 +01:00
Stefan Ritter 0f4bdcfc21 Changed fontsize in box style 2010-12-08 16:21:21 +01:00
Stefan Ritter f449c22281 * Some code cleanup
* First code for moderated comments
2010-11-20 20:01:08 +01:00
Stefan Ritter 6575010157 Some code cleanup 2010-11-16 08:45:21 +01:00
Stefan Ritter 9a8023158b Use variable "tab" for tabs for better code style (part2) 2010-11-16 08:33:29 +01:00
Stefan Ritter 6697c76176 Use variable "tab" for tabs for better code style 2010-11-15 17:50:11 +01:00
Stefan Ritter e4b3672547 Removed staticpages_images stuff (needs testing) 2010-11-15 16:14:23 +01:00
Stefan Ritter 4fe866b726 Add gitignore 2010-11-15 16:14:15 +01:00
Stefan Ritter e812b7f824 Fixed another W3C issue in the demo plugin 2010-06-11 16:42:38 +02:00
Stefan Ritter e412f643c3 Remove .pyc file 2010-06-11 16:42:12 +02:00
Stefan Ritter ffb2f07626 Bugfix: a href without quotation 2010-06-11 16:24:24 +02:00
Stefan Ritter 1973659923 Try to use URL as guid in RSS (possible bugfix?) 2010-04-15 12:17:20 +02:00
Stefan Ritter a4fb72c0e1 Include .htaccess in README 2010-04-14 14:40:42 +02:00