Kukkaisvoima is a lightweight blog system made with the Python programming language. It stores all blog entries as plain text files and has no external dependencies outside of Python's standard library (no need for a database engine, etc.).
| Tags | Internet Web Dynamic Content News/Diary |
|---|---|
| Implementation | Python |
Recent releases


Release Notes: This release fixes the feed icon added in version 12, which accidentally had a relative path, resulting in the feed icon not showing in all cases.


Release Notes: New functionality has been added to the blog sidebar. Archive entries (months, years) and categories will now have Javascript visibility toggling. There are also finally RSS icons for every entry and for each category. In addition to more visible changes, dates (entry, comment) are now relative and some internals have been refactored.


Release Notes: This release adds more search-related functionality, such as comment search, so now the search results also display strings from inside comments and comment authors. There is also an option to show only the first paragraph of the blog entry when browsing the main page. In addition to these two major improvements, there are some bugfixes.


Release Notes: Major improvements in the commenting system. Javascript comment validation, Gravatar support, and email notifications were added.


Release Notes: The search system introduced in version 8 had some minor flaws when searching for text in blog entries with broken HTML code. This release fixes the search feature in those cases.