You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Jack Kinsella bbcbf5a46c
removed has_rdoc
12 years ago
config initial commit 13 years ago
lib fixed bar uri bug by switching to spree's internal mechanism for determining site_url 12 years ago
pkg added .gem file 13 years ago
spec initial commit 13 years ago
.gitignore initial commit 13 years ago
LICENSE initial commit 13 years ago
README.md initial commit 13 years ago
Rakefile fixed rakefile 13 years ago
spree_sitemap_generator.gemspec removed has_rdoc 12 years ago

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