When adding the feed icon, I accidentally used relative path for the image file. That resulted in feed icon not showing all the time on default installs. It shows always on this blog, as I have some url rewrite magic going on. Fixed that and released version 13.Continue reading...
Date: 2012-01-18, 18 days ago
Released new version of Kukkaisvoima with lots of little neat stuff. This is the sidebar release, since most of the new functionality is there. Archive entries (months, years) and categories will now have Javascript visibility toggling. There is also finally RSS icon for all entries and for each category.Continue reading...
Date: 2012-01-15, 21 days ago
More search related functionality this time. Version 11 adds comment search. Now the search results display also strings from inside comments and comment authors.Continue reading...
Date: 2011-09-25, 133 days ago
As the headline says, no more RSS feed icon on the address bar for Firefox 4. This is quite troublesome for Kukkaisvoima as the links for the feeds are not visible anywhere on the page.Continue reading...
Date: 2011-06-27, 223 days ago
Time flies. It is almost three (3) years since last official Kukkaisvoima release. Version 9 was working fine, but as usual, there is always some room for improvement, so here is version 10.Continue reading...
Date: 2011-03-29, 313 days ago
I finally added option to subscribe follow-up comments via email. I had some doubts how it would work, but apparently it works quite well. The actual email sending is just a Python library function, so it will work, if your webhost allows it. If email notifications for new comments worked before for the blog owner, these subscriptions should also work.Continue reading...
Date: 2011-03-22, 320 days ago
Two years ago I blogged about blogs powered by Kukkaisvoima. Someone might have noticed that none of the links in that post work anymore. So I thought it would be nice to see if there are any Kukkaisvoima blogs around at the start of year 2011. As it turns out, there are quite a few. Here are some links found with google:Continue reading...
Date: 2011-01-09, 1 year and 27 days ago
For some time now I have been thinking of implementing new sidebar entry: Recent comments. Now that there seems to be some new comments on this blog, I finally did write the code for it. There is nice cached index for the sidebar entry, which gets updated when new comment is posted or old one is remove.Continue reading...
Date: 2010-08-22, 1 year and 167 days ago
From time to time somebody (you know who you are) keep asking, if I will set up public revision control repository for Kukkaisvoima. I have been using Git distributed revision control from the beginning, so it seemed to be logical to put up public Git repository for Kukkaisvoima, so I did that. You can now find the public Git repository of Kukkaisvoima here: http://github.com/Petteri/kukkaisvoima/tree/master. The Git clone url can be found at that page and general Git instructions can be found from the Git User's Manual.Continue reading...
Date: 2009-04-27, 2 years and 284 days ago
Version 8 has a little bug in the search function. When doing search Kukkaisvoima first strips all html tags from the text and then does the matching. The stripping sometimes stripped too much of the text and thus the search failed. Version 9 hopefully fixes this annoying bug. For download see Kukkaisvoima's homepage.
Date: 2008-08-17, 3 years and 172 days ago