public this repo is viewable by everyone
Description: A sitemap plugin for rails. It features html, xml with xslt, and custom finder options.
Clone URL: git://github.com/queso/sitemap.git
name age message
folder MIT-LICENSE Sat Mar 22 22:34:51 -0700 2008 Updating our names for true open-sourceness. [queso]
folder README Sun Mar 23 07:20:05 -0700 2008 Updating readme with basic instructions. [queso]
folder Rakefile Thu Dec 13 09:21:20 -0800 2007 First checkin of the sitemap plugin. [queso]
folder generators/ Sat Mar 22 21:36:53 -0700 2008 Adding custom finders. [queso]
folder init.rb Sat Mar 22 23:14:20 -0700 2008 Fixing has_sitemap to work now. [queso]
folder install.rb Thu Dec 13 09:21:20 -0800 2007 First checkin of the sitemap plugin. [queso]
folder lib/ Sat Mar 22 23:14:20 -0700 2008 Fixing has_sitemap to work now. [queso]
folder tasks/ Thu Dec 13 09:21:20 -0800 2007 First checkin of the sitemap plugin. [queso]
folder test/ Thu Dec 13 09:21:20 -0800 2007 First checkin of the sitemap plugin. [queso]
folder uninstall.rb Thu Dec 13 09:21:20 -0800 2007 First checkin of the sitemap plugin. [queso]
folder views/ Sat Mar 22 21:36:53 -0700 2008 Adding custom finders. [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



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