Remove a couple of done to-do items.
[rawdog/.git] / todolist
index 89482786f8d24ff0fc3e904788ac2c48f2fce54d..da999226a3c9c055c038a4fe0536b2be6d068997 100644 (file)
--- a/todolist
+++ b/todolist
@@ -14,8 +14,6 @@ Option to choose whether full content or summary is preferred.
 
 Review expiry logic: is maxage=0 the same as currentonly?
 
-Escape characters in text/plain?
-
 Plugin that gets run on new articles.
 
 OPML listing -- needs feed type.
@@ -37,14 +35,11 @@ specifying a feed.
 Add a needs_update() method to Feed; make Rawdog call that on all the feeds
 (when not being forced) and then call update() on each of them that needs it.
 
-Make feedparser take a urllib2.Opener rather than proxies etc.
-
 Where articles can be shown to have been updated (by unique ID), only show the
 latest version.
 
 For next release:
 - generalise templating (so the show template option takes a name, etc.)
-- remove old option parsing
 - require Python 2.3; kill 2.2 urllib2 workaround
 - use unicode.encode('ascii','xmlcharrefreplace') if possible?