Sha256: 3a917daf44f828c4c212f04258d8149ac27a6752102ccdf746bbcf4ebeb3bae4

Contents?: true

Size: 1.17 KB

Versions: 2

Compression:

Stored size: 1.17 KB

Contents

# Sitemap Check

[![Build Status](https://travis-ci.org/reevoo/sitemap_check.svg?branch=master)](https://travis-ci.org/reevoo/sitemap_check)
[![Code Climate](https://codeclimate.com/github/reevoo/sitemap_check/badges/gpa.svg)](https://codeclimate.com/github/reevoo/sitemap_check)
[![Test Coverage](https://codeclimate.com/github/reevoo/sitemap_check/badges/coverage.svg)](https://codeclimate.com/github/reevoo/sitemap_check/coverage)
[![Gem Version](https://badge.fury.io/rb/sitemap_check.svg)](https://rubygems.org/gems/sitemap_check)

## Install

`gem install sitemap_check`

## Usage

```bash
$ CHECK_URL=http://reevoo.com/sitemap_index.xml sitemap_check
```

`CHECK_URL` can also be passed as an argument to sitemap_check

```bash
$ sitemap_check http://reevoo.com/sitemap_index.xml
```

# Docker

```bash
$ docker run --rm quay.io/reevoo/sitemap_check https://reevoo.com/sitemap_index.xml
```

## Config

Config can be set with enviroment variables

variable     | default | description
-------------|---------|-------------
`CHECK_URL`  | `nil`   | The url of the sitemap or sitemap index to check
`CONCURRENCY`| `10`    | The number of concurent threads to use when checking the sitemap

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
sitemap_check-0.1.4 README.md
sitemap_check-0.1.3 README.md