rssdl
=====
Simple RSS/Atom feed downloader that saves items in a Maildir that can be read
with a MUA that supports Maildirs like (neo)mutt or aerc.
License
-------
rssdl itself is licensed under the ISC license while yxml.{c,h} are under MIT
from Yoran Heling.
Dependencies
------------
- C89 compatible compiler
- POSIX-compliant libc
- a way to pipe the feed data to rssdl
Usage
-----
curl rss_url | ./rssdl maildir
./rssdl maildir <feed.rss
For atom feeds, pipe the feed through atom_content.sed and then through rssdl.
curl atom_url | sed -f atom_content.sed | ./rssdl maildir
sed -f atom_content.sed feed.atom | ./rssdl maildir