Hacker News new | ask | show | jobs
by skilled 1086 days ago
Good job. I would honestly love this but with RSS feeds also, but I know it's a tough ask unfortunately. (Not for you, but in general)
2 comments

Most blogs that have RSS also have a `<link rel="alternate" type="application/rss+xml">` tag that redirects you to the RSS feed. If you pass the link to the homepage to a feed reader[^0], it will follow the link tag and find the RSS feed.

[^0]: At least, Liferea on Linux, NetNewsWire and Vienna on Mac, do this. AFAIR NetNewsWire is even smarter than that, and can sometimes find the RSS feed even when there is no link tag.

A bit of a snag is that many CMSes generate multiple feeds, and there is no way I'm aware of for identifying which is the "canonical" feed.
I'll put the feed with the latest posts up over the weekend.