public
Description: Rails Sitemap Plugin / Site Map Plugin for Rails. A beautiful rails sitemap plugin that talks to Google, Yahoo and MSN when updated. Sitemap features clean handcrafted XHTML, XML with XSLT and custom finder options for your named routes.
Clone URL: git://github.com/queso/sitemap.git
commit  99b38f5f3a8d7e6be6431774d1937c871bb000d4
tree    f10ce2ec31e1a10679ccf9205ae8c99668ea1c18
parent  56770798373fc4e7543a3b24c94609909b58e863
name age message
file CHANGELOG Sat Jun 14 17:40:44 -0700 2008 Changing the directory structures around. [queso]
file MIT-LICENSE Sat Mar 22 22:34:51 -0700 2008 Updating our names for true open-sourceness. [queso]
file README Sat Jun 28 22:28:07 -0700 2008 Some style cleanup from Adam. [queso]
file Rakefile Thu Dec 13 09:21:20 -0800 2007 First checkin of the sitemap plugin. [queso]
directory app/ Sun Jun 29 07:33:24 -0700 2008 Changing to use blank instead of empty, to ensu... [queso]
directory generators/ Sat Mar 22 21:36:53 -0700 2008 Adding custom finders. [queso]
file init.rb Sun Jun 29 07:26:47 -0700 2008 Fixing loading for rails 2.0. [queso]
file install.rb Thu Dec 13 09:21:20 -0800 2007 First checkin of the sitemap plugin. [queso]
directory lib/ Sat Jun 14 17:40:44 -0700 2008 Changing the directory structures around. [queso]
directory tasks/ Thu Dec 13 09:21:20 -0800 2007 First checkin of the sitemap plugin. [queso]
directory test/ Thu Dec 13 09:21:20 -0800 2007 First checkin of the sitemap plugin. [queso]
file uninstall.rb Thu Dec 13 09:21:20 -0800 2007 First checkin of the sitemap plugin. [queso]
README
Sitemap
=======

Sitemap is a plugin to allow easy dynamic generation of xml and XHTML sitemaps for your website.  It follows the 
guidelines set forth by Google, MSN, and Yahoo. 


Instructions
============

1. script/generate sitemap_migration
2. Go to http://yoursite.com/sitemap_settings
3. Fill in your static links and your widget links, plus a few basic settings
4. Go to http://yoursite.com/sitemap.xml


Contributors
============

Josh Owens
Adam Stacoviak
Matt Polito


Copyright (c) 2007 Josh Owens and Adam Stacoviak, released under the MIT license