Homebrew RSS reader server
Rust
100.0%
3
1
0
Clone this repository
https://tangled.org/tymek.me/slurp
https://tangled.org/did:plc:xjujo7wt72jtv4iwvea6yrza/slurp
git@tangled.org:tymek.me/slurp
git@tangled.org:did:plc:xjujo7wt72jtv4iwvea6yrza/slurp
For self-hosted knots, clone URLs may differ based on your setup.
Download tar.gz
* prefer link with rel="alternate" over first link
* add resolve_url helper for relative URL handling
* resolves favicon 404s caused by using feed URL as site URL
Atom feeds can have multiple <link> elements - the "self" link points
to the feed itself while "alternate" points to the HTML site. Using
the first link (often "self") caused favicon fetches to construct
invalid URLs like feed.xml/favicon.ico.