A simple RSS feed downloader that saves items in a Maildir
 
 
 
 
Go to file
Shokara Kou 1310665922 prepare to use codemadness's xmlparser instead of yxml
Yet again switching XML parsers. When I tried out xmlparser yesterday,
it was very easy to use so I think it would be easy to switch over to this.
2022-11-17 17:02:46 -05:00
.gitignore start moving parser from mxml to yxml 2021-05-20 12:07:32 -04:00
LICENSE relicense back under the ISC license 2021-06-07 12:42:21 -04:00
LICENSE.xmlparser prepare to use codemadness's xmlparser instead of yxml 2022-11-17 17:02:46 -05:00
Makefile fix typo in Makefile 2022-01-20 08:08:45 -05:00
README mention licensing for rssdl and yxml 2021-12-13 18:57:51 -05:00
config.mk go back to old cflags 2021-12-13 18:50:03 -05:00
fetch.c prepare to use codemadness's xmlparser instead of yxml 2022-11-17 17:02:46 -05:00
fetch.h read from stdin instead of curl 2021-08-31 23:24:06 -04:00
hash.c reduce fletcher16_file() to a single function 2021-03-05 14:41:31 -05:00
hash.h reduce fletcher16_file() to a single function 2021-03-05 14:41:31 -05:00
main.c save items, but now with yxml :D 2021-12-13 17:38:34 -05:00
parse.c only extract atom links with rel alternate 2021-12-13 18:07:38 -05:00
parse.h fix clang warning for including yxml.h 2021-12-13 19:02:23 -05:00
rssdl.1 update manual page 2022-02-12 22:33:35 -05:00
save.c write article summary/description 2021-12-13 18:43:16 -05:00
save.h save items, but now with yxml :D 2021-12-13 17:38:34 -05:00
xml.c prepare to use codemadness's xmlparser instead of yxml 2022-11-17 17:02:46 -05:00
xml.h prepare to use codemadness's xmlparser instead of yxml 2022-11-17 17:02:46 -05:00

README

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
------------
- C99 compatible compiler
- POSIX-compliant libc
- a way to pipe the feed data to rssdl

Usage
-----
curl rss_or_atom_url | ./rssdl maildir
./rssdl maildir <feed.rss