🚀 DAY 5 OF LAUNCH WEEK: Introducing Socket Firewall Enterprise.Learn more →
Socket
Book a DemoInstallSign in
Socket

sitemap_check

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

sitemap_check

bundlerRubygems
Version
0.1.10
Version published
Maintainers
1
Created
Source

Sitemap Check

Docker Repository on Quay Build Status Code Climate Test Coverage Gem Version

Install

gem install sitemap_check

Usage

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

CHECK_URL can also be passed as an argument to sitemap_check

$ sitemap_check http://www.reevoo.com/sitemap_index.xml

You can also run sitemap_check in validation mode:

$ VALIDATE=1 sitemap_check http://www.reevoo.com/sitemap_index.xml

This will validate response bodies with W3C's validation service.

Docker

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

Config

Config can be set with enviroment variables

variabledefaultdescription
CHECK_URLnilThe url of the sitemap or sitemap index to check
CONCURRENCY10The number of concurent threads to use when checking the sitemap
REPLACEMENT_HOSTnilReplace the hostname when requesting pages, can be useful for example to test a production sitemap against a staging website.

FAQs

Package last updated on 25 Jul 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts