SlickMap would be a great addition to XML Sitemap. Check out the demo at http://astuteo.com/slickmap/demo/

It looks like a small task, to a non-coder like me. As best as I can tell, we could provide an option to style the xml as an unordered list, and that would be it.

Comments

dave reid’s picture

Version: 6.x-1.x-dev » 6.x-2.x-dev
Status: Active » Closed (won't fix)

XML sitemap is not designed to be a sitemap for actual humans to use. It only follows the sitemaps.org specification for search engines. There is the possibility down the road to help generalize the code used here, but not for now.

dave reid’s picture

Also, XML sitemap does not know what pages are parents or children of other pages, which is needed for the SlickMap code to work.

mitchell’s picture

@#2: What about using paths to determine hierarchies?

dave reid’s picture

Because now we're doing much more than just formatting it differently. This is a much more appropraite request for http://drupal.org/project/site_map or http://drupal.org/project/sitemenu. Right now this module is just about XML sitemaps.

mitchell’s picture

Thank you for explaining, Dave.