sfeed

simple feed reader - forked from git.codemadness.org/sfeed
git clone git://src.gearsix.net/sfeed
Log | Files | Refs | Atom | README | LICENSE

commit 76cac881ede3d01086aba161779957fc14db1282
parent 6d165ea18edb0f4ec3e7641a4ed8e79e1f0814aa
Author: Hiltjo Posthuma <hiltjo@codemadness.org>
Date:   Mon,  5 Jan 2015 19:13:47 +0100

update TODO

Diffstat:
MTODO | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/TODO b/TODO @@ -1,9 +1,9 @@ +[ ] check truncation (strlcpy, snprintf etc), especially for paths. [x] fix timezone in slashdot.xml [x] string_append: make sure some fields can only be set once (first field counts?). [ ] test new parsetime and gettimetz code. [ ] grep -H -n *.c 'TODO:' [ ] sfeed.c: document ctx.iscontent and ctx.iscontenttag. -[ ] use openbsd sys/queue.h for util.c linked-list and sfeed_frames.c [ ] rewrite xml.{c,h} [ ] xml: check read errors: ferror, return code of fread, fwrite, fclose...