[ListfulThinking] server side plans
Brought to you by:
masukomi
|
From: masukomi <mas...@ma...> - 2003-04-21 23:52:18
|
I've been trying to decide what to do about the server side of ListfulThinking and what I've decided to do is to switch the internal store from my custom xml format to RSS 2.0. All I need to do is add in a couple extra attributes to the standard RSS and all will be good. the benefit of this is that any rss aggregator will be able to read your to-do list. And, since everything is sorted before it's written to disk the RSS feed will have all the items in the correct order. the ListfulThinking client will just read the feed from the server when it synchs. Yaaay. I think I'll use RSSLibJ to do the actual reading and writing of feeds. It's a nice module. -Kate |