Skip to content

Simplify RSS feeds, add XSLT styling and /feeds page

jedmund requested to merge rss-feeds-redesign into main

Created by: jedmund

Summary

  • Consolidate /rss and /rss/universe into a single feed with posts + albums
  • Add XSLT stylesheet so RSS feeds render nicely in browsers with site styling
  • Add /feeds HTML page with RSS explainer and feed listing
  • Add RSS autodiscovery <link> tags in layout, point footer link to /feeds
  • 301 redirect from /rss/universe to /rss
  • Fix absolute URL handling for Cloudinary images in photos feed

Test plan

  • /rss in browser shows styled HTML via XSLT with posts and albums
  • /rss/photos in browser shows styled HTML with images
  • /rss/universe returns 301 redirect to /rss
  • /feeds shows HTML page with explainer and feed links
  • View page source has <link rel="alternate"> tags
  • Footer RSS link goes to /feeds
  • Feed validates in a feed reader

Merge request reports

Loading