sfeed

Simple RSS and Atom feed parser
git clone https://git.sinitax.com/codemadness/sfeed
Log | Files | Refs | README | LICENSE | Upstream | sfeed.txt

commit ac006bc9180e7c79114dc9a21c134545fddcc044
parent f9c3f50c216f7d8034c91145d59ef25da8c26993
Author: Hiltjo Posthuma <hiltjo@codemadness.org>
Date:   Mon,  6 Aug 2012 14:24:16 +0200

Update TODO (with comments from suckless ML)

Signed-off-by: Hiltjo Posthuma <hiltjo@codemadness.org>

Diffstat:
MTODO | 4++++
1 file changed, 4 insertions(+), 0 deletions(-)

diff --git a/TODO b/TODO @@ -0,0 +1,4 @@ +[ ] in documentation etc: change 'description' field to 'content' (nick) +[ ] Perhaps you could prioritise content:encoded where it exists over description? (nick) + [ ] test this (it prioritises whatever comes first. +[ ] rewrite to use a non-validating XML parser (pancake)