Displaying 1 result from an estimated 1 matches for "gen_url_list".
2006 Apr 28
0
available: google sitemap for rails project
....
I''ve published a little script to generate, from a rails project, a
urllist file usable with the Google sitemap generator.
You drop the script in your RAILS_ROOT/lib directory, edit it to set
the base url, and you''re set. Run it with
ruby script/runner "require ''gen_url_list''"
Download and more info in a blog post at http://www.myowndb.com/blog/?p=12
Capabilities:
------------------
The script can work with controllers in subdirectories and can set the
last modification date of the url based on the last modification date
of the controller file.
Limita...