spree_sitemap_generator/README.md

37 lines
892 B
Markdown
Raw Normal View History

2011-01-06 11:19:57 +00:00
Spree Sitemap Generator
=====================
2011-10-23 22:30:29 +00:00
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.
2011-01-06 11:19:57 +00:00
Installation
=======
2011-10-23 22:30:29 +00:00
1) add the gem to your `Gemfile`:
2011-01-06 11:19:57 +00:00
2011-10-23 22:30:29 +00:00
`gem 'spree_sitemap_generator'`
2011-01-06 11:19:57 +00:00
2011-10-23 22:30:29 +00:00
2) run bundler:
2011-01-06 11:19:57 +00:00
2011-10-23 22:30:29 +00:00
`bundle install`
3) add sitemap to your `.gitignore`
`echo "public/sitemap*" >> .gitignore`
4) BOOM you're done!
2011-01-06 11:19:57 +00:00
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
=====
2011-10-23 22:30:29 +00:00
- The creators of the rails sitemap gem
- To all who have provided pull requests, its is much appreciated
2011-01-06 11:19:57 +00:00
2011-10-23 22:30:29 +00:00
Copyright (c) 2011 Joshua Nussbaum, released under the New BSD License