Go to file
Josh Nussbaum 568adcdbb6 updated README 2011-10-23 18:30:29 -04:00
config initial commit 2011-01-06 06:19:57 -05:00
lib now works with sitemap_generator v2.0.0 and is locked to a version known to work 2011-07-20 13:56:46 +01:00
pkg added .gem file 2011-01-06 06:21:55 -05:00
spec initial commit 2011-01-06 06:19:57 -05:00
.gitignore initial commit 2011-01-06 06:19:57 -05:00
LICENSE initial commit 2011-01-06 06:19:57 -05:00
README.md updated README 2011-10-23 18:30:29 -04:00
Rakefile fixed rakefile 2011-01-06 06:20:59 -05:00
spree_sitemap_generator.gemspec now works with sitemap_generator v2.0.0 and is locked to a version known to work 2011-07-20 13:56:46 +01:00

README.md

Spree Sitemap Generator

Spree sitemap generator is a sitemap generator based on the sitemap_generator gem [http://github.com/kjvarga/sitemap_generator]. It adheres to the Sitemap 0.9 protocol specification.

Installation

  1. add the gem to your Gemfile:

gem 'spree_sitemap_generator'

  1. run bundler:

bundle install

  1. add sitemap to your .gitignore

echo "public/sitemap*" >> .gitignore

  1. BOOM you're done!

Features

  • Notifies search engine of new sitemaps (Google, Yahoo, Ask, Bing)
  • Compresses sitemaps with gzip
  • Provides basic sitemap of a Spree site
  • Allows you to easily add additional sitemaps for pages you add to your site

Special Thanks

  • The creators of the rails sitemap gem
  • To all who have provided pull requests, its is much appreciated

Copyright (c) 2011 Joshua Nussbaum, released under the New BSD License