3.2.0 • Published 9 years ago

w3c-validator v3.2.0

Weekly downloads
3
License
MIT
Repository
github
Last release
9 years ago

Node W3C Validator

Travis David npm David Dev

Crawls a given site and checks for W3C validity.

Installation

$ npm install -g w3c-validator

Usage

$ w3c-validator [options] <url>

The crawler will fetch all sites matching folder URLs and certain file extensions.

Tip: Omit the URL protocol, the crawler will detect the right one.

Important: Executing the w3c-validator with sites using HTML base-tag along with links without leading slashes will probably not work.

Options

$ w3c-validator --help

  Usage: w3c-validator [options] <url>

  Options:

    -h, --help      output usage information
    -V, --version   output the version number
    -l, --log       log errors in a text file
    -q, --query     consider query string
    -v, --verbose   show error details

log

Create a log file containing all invalid URL's including error details.

query

Consider URLs with query strings like http://www.example.com/?foo=bar as indiviual sites and add them to the sitemap.

verbose

Output additional error information in the console.

3.2.0

9 years ago

3.1.0

9 years ago

3.0.1

10 years ago

3.0.0

10 years ago

2.2.0

10 years ago

2.1.1

10 years ago

2.1.0

10 years ago

2.0.5

10 years ago

2.0.4

10 years ago

2.0.2

10 years ago

2.0.1

10 years ago