Annouce: Milkshake 0.1.0, a To Do list organizer
by Marcelo Barros
In the last weeks I have been working on a new program called Milkshake. It is primarily a To Do list organizer but we want to promote Milkshake a little bit more. Milkshake has a plugin architecture and it is simple to create extensions for importing/exporting/sync the task lists. At this moment, Oliveira is working on a plugin for Remember The Milk that will allow real synchronism with external sites and I wrote some basic plugins for backup (import/export).
I would like to invite you to test Milkshake and, who knows, to write a new plugin. For instance, it is possible to write a plugin to sync with google agenda or with some bug tracking system. Just ideas, feel free to comment and share it.
The current recommend version is 0.1.0 (for Python 1.9.6), available at google code under branch 0.1. Plugins initial documentation is at this page and screenshots at this page.
Related posts:
- Testing List Performance Games quite often require list of lists i.e. matrixes to...
Related posts brought to you by Yet Another Related Posts Plugin.
Wondering why do you use 1.9.6 instead of 1.9.7? Just curious, been thinking which might be most stable version for me to continue with PyS60 experiments…
Cheers,
–jouni
Hello Jouni
1.9.7 has a (big) bug related to mktime(), crashing the interpreter. This bug blocked me to use 1.9.7 for developing wordmobi and, as a consequence, milkshake is using 1.9.6 since I can not have two 1.9.x versions at the same time in my phone. But Milkshake does not use mktime() so it can be generated with 1.9.7.