MonoForge

joho / mapmaker

mapmaker

Public

A handy DSL for generating google sitemaps

16 filesupdated Jun 18, 2026

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'