Added support for sitemap.xml .

This commit is contained in:
2017-02-10 12:08:33 +01:00
parent ca4d975715
commit bef99dd762
10 changed files with 409 additions and 1 deletions

View File

@@ -0,0 +1,19 @@
note
description: "Hook provided by module {CMS_RECENT_CHANGES_MODULE}."
date: "$Date$"
revision: "$Revision$"
deferred class
CMS_SITEMAP_HOOK
inherit
CMS_HOOK
feature -- Invocation
populate_sitemap (a_sitemap: CMS_SITEMAP)
-- Populate `a_sitemap`.
deferred
end
end