Minimalistic static rss reader built with nim(ib): https://pietroppeter.github.io/feedo/
Named after the Italian Dog Fido that made the news feed in 1943. Nowhere near as reliable.
Inspired by https://github.com/georgemandis/bubo-rss
- handle errors while fetching or parsing
- fix errors upstreams in rss (every new feed you add has potential to break the parser)
- improve last update rendering (e.g. github like: 2 minutes ago ...)
- improve rendering of feed summary (e.g. 3 items from 3 days ago to 4 weeks ago)
- add additional details (e.g. description) for item
- improve parsing of links in feeds.md (e.g. process markdown as is and then postprocess links that look like rss feeds?)
- release executable (to be used in pipeline, it should not install nim and build every time) and improved pipeline
- instructions on how to set up your own feedo feed
- publish as binary installable from nimble