https://github.com/joho/mapmaker
A handy DSL for generating google sitemaps
https://github.com/joho/mapmaker
Last synced: 3 months ago
JSON representation
A handy DSL for generating google sitemaps
- Host: GitHub
- URL: https://github.com/joho/mapmaker
- Owner: joho
- License: mit
- Created: 2008-06-20T01:45:54.000Z (almost 18 years ago)
- Default Branch: master
- Last Pushed: 2008-11-17T08:21:48.000Z (over 17 years ago)
- Last Synced: 2025-11-08T20:32:38.187Z (7 months ago)
- Language: Ruby
- Homepage:
- Size: 113 KB
- Stars: 5
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
Mapmaker
========
Plugin for creating google sitemaps.
to get this going
script/generate mapmaker
the add these lines to your routes.rb
map.connect 'sitemap.xml', :controller => 'mapmaker', :action => 'index'
map.connect 'sitemaps/:url_name.xml', :controller => 'mapmaker', :action => 'show'