sitemap for RoR

Hi all

is there a plugin available by which i can generate a sitemap for my site automatically.. I mean when ever a page is added it will get listed in the sitemap?

If you have implemented it do let me know

thanks

dhaval parikh

I don't know about a plugin, but you could craft a view that generates one on-the-fly. Here's a couple ideas:

http://wiki.rubyonrails.org/rails/pages/HowToMakeSitemapWithIntrospection http://www.tamersalama.com/2007/11/06/rails-sitemap/

Basically, you are walking through your list of controllers and actions and showing them in a reasonable way.

HTH!

-Danimal

hmm alrite I will check that out..currently I solved the issue by generating a chart using google sitemap..which is also useful for crawling the webpage on search engine as soon as its created