RSS updates
134 words, estimated reading time: 1
minute(s)
Originally published on August 30, 2023
Last modified on August 21, 2024
I have made some small, but important changes to the way the RSS feed of the site is generated.
The biggest change is the relocation of the feed from dujemihanovic.xyz/posts/index.xml to dujemihanovic.xyz/index.xml. To make sure subscribers (assuming any exist) don’t get cut off by this change, I have set up a 301 redirect from the old location to the new one and I don’t plan to remove this redirect, although it probably won’t hurt to change the feed URL anyway (Akregator and Newsboat, the readers I tested, don’t seem to care much about the 301 and keep using the old URL).
I have also done some small cleanup of the code, the commit range in the
repository
is 5a43568..47271c2
for those interested. I have also looked into adding an
Atom feed at some point.