Articles, ideally already sorted newest-first
Optional override for the channel-level
<lastBuildDate> (RFC-822 string). Defaults to new Date().toUTCString().
Optional localized channel envelope. Defaults to the English DEFAULT_RSS_CHANNEL so existing call sites stay byte-compatible.
Complete RSS 2.0 XML document
Generate an RSS 2.0 XML feed for a single language.
Every item is escaped via escapeXML so titles or descriptions containing
&/</etc. don't break feed readers. The channel-level<lastBuildDate>reflects "now" — callers that need deterministic output for tests should pass an explicitbuildDateoverride.