Mercurial > hg > Feedworm
comparison TODO.txt @ 138:2642c8d89bdc
added TODO item
author | Dirk Olmes <dirk@xanthippe.ping.de> |
---|---|
date | Wed, 24 Aug 2011 09:15:29 +0200 |
parents | b2ef673607e3 |
children | 7dd9ae9556fd |
comparison
equal
deleted
inserted
replaced
137:5b131f82057d | 138:2642c8d89bdc |
---|---|
5 - force updating one/all feeds via the gui | 5 - force updating one/all feeds via the gui |
6 | 6 |
7 - investigate caching features of sqlalchemy to avoid round trips to the DB. Alternatively, implement caching of Feeds with their FeedEntries manually | 7 - investigate caching features of sqlalchemy to avoid round trips to the DB. Alternatively, implement caching of Feeds with their FeedEntries manually |
8 | 8 |
9 - feedparser uses the proxy for getting the feeds | 9 - feedparser uses the proxy for getting the feeds |
10 | |
11 - check if couchdb python lib supports Py3k, continue work on Py3k branch |