mod_seo_sitemap dispatch rules

URL dispatch rules defined by mod_seo_sitemap in apps/zotonic_mod_seo_sitemap/priv/dispatch/dispatch.

This file defines the URL dispatch rules for mod_seo_sitemap. Rules are matched from top to bottom; the first matching rule handles the request.

Source: apps/zotonic_mod_seo_sitemap/priv/dispatch/dispatch

Dispatch namePathControllerOptions
sitemap_xml/sitemap.xmlcontroller_template[{template,"sitemap.tpl"},{content_type,"text/xml"},{anonymous,true}]
sitemap_urlset_xml/sitemap-urlset.xmlcontroller_template[{template,"sitemap_urlset.tpl"},{content_type,"text/xml"},{anonymous,true}]

Edit on GitHub

Referred by

Dispatch rules

All dispatch rules

All the dispatch rules from all modules. For a background on dispatch rules, see The URL dispatch system.