Blog post: "My Microblog has an RSS, Mastodon, Twitter, Nostr, and Bluesky feed," wherein I describe my syndicated microblog setup. Enjoy!
https://mccormick.cx/news/entries/my-microblog-has-an-rss-mastodon-twitter-nostr-and-bluesky-feed
@chris PS: were you aware that your server sends a "text/html" Content-Type header when people visit <https://mccormick.cx/news/index.rss> in their browser?
@colby No I wasn't, thank you for letting me know!
That stylesheet thing is awesome. I did not know you could do that. Thanks!
@chris it has an XML style sheet so that people who use a standards-compliant browser and wind up on your RSS feed get a nice webpage with an explanation about what an RSS feed is and a preview of the feed (instead of raw RSS/XML or a prompt to download the file).
See @genmon's <https://interconnected.org/home/feed> for an example. (Visit that page and use the "View Source" option. You can see it's just the XML markup for his RSS.)