An open API service indexing awesome lists of open source software.

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

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'