Go to file
Jack Kinsella bbcbf5a46c removed has_rdoc 2011-07-13 21:41:15 +01:00
config initial commit 2011-01-06 06:19:57 -05:00
lib fixed bar uri bug by switching to spree's internal mechanism for determining site_url 2011-05-02 19:04:54 +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 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 removed has_rdoc 2011-07-13 21:41:15 +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

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