Sha256: f43e062e8cc5e03c11913b4b84a6e3e2f014b8834d459902d0e277b73b848a27

Contents?: true

Size: 1.01 KB

Versions: 4

Compression:

Stored size: 1.01 KB

Contents

# MassiveSitemap

[![](http://travis-ci.org/rngtng/massive_sitemap.png)](http://travis-ci.org/rngtng/massive_sitemap)

Build painfree sitemaps for websites with millions of pages

MassiveSitemap is a successor project of [BigSitemap](https://github.com/alexrabarts/big_sitemap), a [Sitemap](http://sitemaps.org) generator for websites with millions of pages.
It implements various generation stategies, e.g. to split large Sitemaps into multiple files, gzip files to minimize bandwidth usage, or incremental updates. It offers API is very similar to _BigSitemap_ and therefor can be set up with just a few lines of code and is compatible with just about any framework.

## Usage

```ruby
  index_url = MassiveSitemap.generate(:url => 'test.de/') do
    add "dummy"
  end
  MassiveSitemap.ping(index_url)
```

* clear structure
* allows extension (S3)

MassiveSitemap - build huge sitemaps painfree. Differential updates keeps generation time short and reduces load on DB. It's heavealy inspired by BigSitemaps and offers compatiable API

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
massive_sitemap-2.0.0.rc6 README.md
massive_sitemap-2.0.0.rc5 README.md
massive_sitemap-2.0.0.rc4 README.md
massive_sitemap-2.0.0.rc3 README.md