weblint

Section: Linux Reference Manual (1)
Updated: 28 December 2020
Index Return to Main Contents
 

NAME

weblint - pick fluff off web pages (HTML)  

SYNOPSIS

  weblint [option...] <filename/URL>...

 

DESCRIPTION

weblint is a Perl script which picks fluff off HTML pages.

Files and URLs to be checked are passed on the command-line.  

OPTIONS

--help
This message
--context[=n]
Show the offending line (and n surrounding lines)

Error types: (default: all on)

--[no]structure
Structural issues, like unclosed tag pairs
--[no]helper
Helper issues, like missing HEIGHT & WIDTH
--[no]fluff
Fluff that can be removed, like bad tag attributes
--only
Turns off all other error types, as in --only --fluff
 

EXAMPLE

% weblint foobar.html ./dodgy-files/ index.html http://example.com/  

AUTHOR

This basic manpage was written by Jonas Smedegaard <dr@jones.dk> for Debian GNU systems, but may be freely used elsewhere.


 

Index

NAME
SYNOPSIS
DESCRIPTION
OPTIONS
EXAMPLE
AUTHOR

This document was created by man2html, using the manual pages.
Time: 13:04:43 GMT, April 26, 2024