The Dandelion wiki engine is slowly taking the right shape. Introducing two dependencies, Werkzeug WSGI tools and Genshi templates helped me to greatly reduce the amount of code and bugs in it. I also simplified the structure of the program, got rid of the plugin system for now and rewritten the parser completely. Oh, and you probably also noticed the new theme, but that’s just a small detail.
I think that this toy wiki engine is slowly transforming from a dirty hack into something more useful. I will be porting some of my projects into it soon, and once I add a journal macro, I will probably also port this very site to it. There is no better way of finding bugs and polishing rough edges than by using something extensively.