Implemented new output format.
[agg.git] / TODO
blob7e14781a7a113a85339fc3c7ee29338fb7ddf978
1 * QA
2   * test for buffer overflows when reading from global
3     buffer into special ones (item, etc).
4   * test whether nomtime can handle complicated filenames
5   * more assertions
6   * replace assertions by proper error handling
7   * check whether new items are retrieved, but old ones are
8     not fetched
9   * check whether dates are handled properly (timezones!)
10 * fix remaining bugs (see README)
11 * future
12   * item overwrite only if date >= olddate
13        else notice, skip offending item, and do not change
14            feed date, continue but exit with error
15        (invariant: date of every unfetched item is > feed date)
16   * Make directories/items read-only.
17   * support lastBuildDate and pubDate for channels
18   * do not stop on first old item, consume whole feed
19     channel pubDate is not old.
20   * maybe use http last-modified? it is not reliable on
21     some servers, though, and probably needs ugly hacks
22   * atom