Generates the rss.xml feed for the homepage. The feed
surfaces every news article across all 14 supported languages — items
are sorted newest-first by pubDate and tagged with <dc:language>
so feed readers can filter or split per locale.
Extracted from the monolithic sitemap.ts so RSS generation can be
unit-tested in isolation and so any future feed format (Atom,
JSON-Feed, news-specific RSS) reuses the same item shape and escaping.
Description
Generates the
rss.xmlfeed for the homepage. The feed surfaces every news article across all 14 supported languages — items are sorted newest-first bypubDateand tagged with<dc:language>so feed readers can filter or split per locale.Extracted from the monolithic
sitemap.tsso RSS generation can be unit-tested in isolation and so any future feed format (Atom, JSON-Feed, news-specific RSS) reuses the same item shape and escaping.