Public re-exports for the sitemap bounded context. The
package decomposes into four coherent sub-contexts:
./xml-utils — XML-entity escaping shared by every XML output
./rss — RSS 2.0 feed generation
./xml — sitemap.xml document with hreflang alternates
./html — per-language sitemap_<lang>.html pages
./copy — localized copy tables (14 languages) + category order
The CLI entry that orchestrates all four contexts (writes
sitemap.xml, rss.xml, the 14 sitemap HTML pages, and the 14
political-intelligence pages) lives in src/generators/sitemap.ts.
That file imports from this barrel and is the single executable
shipped under scripts/generators/sitemap.js.
Description
Public re-exports for the sitemap bounded context. The package decomposes into four coherent sub-contexts:
./xml-utils— XML-entity escaping shared by every XML output./rss— RSS 2.0 feed generation./xml—sitemap.xmldocument with hreflang alternates./html— per-languagesitemap_<lang>.htmlpages./copy— localized copy tables (14 languages) + category orderThe CLI entry that orchestrates all four contexts (writes
sitemap.xml,rss.xml, the 14 sitemap HTML pages, and the 14 political-intelligence pages) lives insrc/generators/sitemap.ts. That file imports from this barrel and is the single executable shipped underscripts/generators/sitemap.js.