Thoughts, To-Dos about qPloneGoogleSitemaps
- Додати можливісь переглядати sitemap у табличній формі
- xslt (дод. лінк на setup configlet)
- Implement integration with robots.txt:
- add robots.txt
- add sitemap to robots.txt
- remove sitmap from robots
- add sitemap-indext.xml to robots
- Compressing sitemap.xml
To Dos
- Investigate before/after traverse Events:
- Possibility to extends predefind IDs for container with Sitemap. This could lead to prevent creating additional SM objects - just control traversion
- Possibility to substitute object on traversing to other one - for example:
- exist object: http://my.site.com/sitemap.xml
- traverse path:
- http://my.site.com/sitemap-1.xml -> generate view on
- http://my.site.com/sitemap.xml/1/sitemap.xml
- http://my.site.com/sitemap-2.xml -> generate view on
- http://my.site.com/sitemap.xml/2/sitemap.xml
- Investigate possibility to extend list of reserved ids (for prevent adding objects with sitemap-index ids:
- customize check_id Python Script
- pach 'checkValidId' function for container: PortalFolder/PloneSite?
- Investigate how catch traversing for redirect unexistent sitemap-indexxml url to sitemap.xml/index or sitemap.xml?index=index
- bobo_traverse - callable on parent object return object instead of looked on
- self._post_traverse - append function and args for call after finish of traversing call self.REQUEST.post_traverse(fununction, args list) for after traversing call This not the case - will work only on success traversing (existent object)
Last modified 16 years ago
Last modified on Dec 11, 2008 11:09:23 AM