Go to file
Josh Nussbaum 0c9190f02b fixed rakefile 2011-01-06 06:20:59 -05:00
config initial commit 2011-01-06 06:19:57 -05:00
lib initial commit 2011-01-06 06:19:57 -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 initial commit 2011-01-06 06:19:57 -05:00
Rakefile fixed rakefile 2011-01-06 06:20:59 -05:00
spree_sitemap_generator.gemspec initial commit 2011-01-06 06:19:57 -05: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

gem install spree-sitemap-generator

Example goes here.

Setup

echo "public/sitemap*" >> .gitignore

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

Copyright (c) 2010 [name of extension creator], released under the New BSD License