Now supporting feeds with newest items on bottom.
[agg.git] / TODO
blobcdf055257fe13ae0a6e9b4e1a7a7f994c36e9d62
1 * check whether new items are retrieved, but old ones are
2   not written
3 * no date -> current date. write all items with date >=
4   feed date.
5 * item overwrite only if date >= olddate
6      else notice, skip offending item, and do not change
7          feed date, continue but exit with error
8      (invariant: date of every unfetched item is > feed date)
9 * Make directories/items read-only.
10 * check whether dates are handled properly (timezones!)
11 * fix remaining bugs (see README)
12 * support lastBuildDate and pubDate for channels
13 * replace assertions by proper error handling
14 * clean state after a tag level is left, so we can pipe
15   multiple streams, one after another, into one instance.