README.rdoc in alexrabarts-big_sitemap-0.3.3 vs README.rdoc in alexrabarts-big_sitemap-0.3.4
- old
+ new
@@ -2,10 +2,12 @@
BigSitemap is a Sitemap (http://sitemaps.org) generator suitable for applications with greater than 50,000 URLs. It splits large Sitemaps into multiple files, gzips the files to minimize bandwidth usage, batches database queries to minimize memory usage, can be set up with just a few lines of code and is compatible with just about any framework.
BigSitemap is best run periodically through a Rake/Thor task.
+ require 'big_sitemap'
+
sitemap = BigSitemap.new(:url_options => {:host => 'example.com'})
# Add a model
sitemap.add Product
@@ -36,10 +38,10 @@
== Install
Via gem:
- gem install alexrabarts-big_sitemap -s http://gems.github.com
+ sudo gem install alexrabarts-big_sitemap -s http://gems.github.com
== Advanced
=== Options