testeronious@lemmy.world to Programming@programming.dev · 9 months agoRSS is still pretty greatwww.pcloadletter.devexternal-linkmessage-square7fedilinkarrow-up1128arrow-down11cross-posted to: hackernews@lemmy.smeargle.fans
arrow-up1127arrow-down1external-linkRSS is still pretty greatwww.pcloadletter.devtesteronious@lemmy.world to Programming@programming.dev · 9 months agomessage-square7fedilinkcross-posted to: hackernews@lemmy.smeargle.fans
minus-squaremox@lemmy.sdf.orglinkfedilinkarrow-up22·9 months agoLemmy generates RSS for every community. Look for the little wifi-like icon next to the sort-by selection box on the community’s main page. Example: https://programming.dev/feeds/c/programming.xml?sort=New You can append .atom to various GitHub URLs and get a link that will work in many RSS readers. Example: https://github.com/LemmyNet/lemmy/releases.atom Lots of blogs have RSS feeds, even if the links aren’t displayed. To check, view the page source in your browser, and look for the href URL in <link rel="alternate" type="application/rss+xml" href="https://example.com/feed/" />
Lemmy generates RSS for every community. Look for the little wifi-like icon next to the sort-by selection box on the community’s main page.
Example: https://programming.dev/feeds/c/programming.xml?sort=New
You can append
.atom
to various GitHub URLs and get a link that will work in many RSS readers.Example: https://github.com/LemmyNet/lemmy/releases.atom
Lots of blogs have RSS feeds, even if the links aren’t displayed. To check, view the page source in your browser, and look for the href URL in
<link rel="alternate" type="application/rss+xml" href="https://example.com/feed/" />