Hi all, I added a new bundle for xml sitemap generation to the whiteboard [0] and kindly want to ask for your feedback.
The key highlights are: - A simple, builder-like API to create Sitemaps, that hides all the XML specifics - Supports on-demand and background generation w/ continuation after job interruption - Support for nested sitemaps, that are automatically collected into a sitemap indexes As this implementation depends on an actual project / product's content structure, I created a sample implementation for the Sling CMS [1]. I still have some open points on my list: - Link externalization. IIRC there was a discussion to implement a general approach in Sling, has that been implemented? - Housekeeping of old/obsolete sitemap files However, I wanted to start the discussion and ask - when there are no major objections - if this contribution could make its own module? Best, Dirk [0] https://github.com/apache/sling-whiteboard/tree/master/sitemap [1] https://github.com/apache/sling-org-apache-sling-app-cms/compare/master...Buuhuu:feature/sitemap
