mirror of
https://github.com/feeddeck/feeddeck.git
synced 2026-05-26 21:55:08 -05:00
Until now we only checked if a website contained a RSS feed which can be used for FeedDeck. Now we are also checking if the website contains a Atom or RDF feed when no RSS feed was found. For this we are checking `link` tag with the `type="application/atom+xml"` attribute or a link tag with the `type="application/rdf+xml"` attribute.