Sorry - Here they are

-- 
Gunnar Wolf - [EMAIL PROTECTED] - (+52-55)5623-0154 / 1451-2244
PGP key 1024D/8BB527AF 2001-10-23
Fingerprint: 0C79 D2D1 2C4E 9CE4 5973  F800 D80E F35A 8BB5 27AF
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 <[EMAIL PROTECTED]>
    for Debian GNU systems, but may be freely used elsewhere.
." Text automatically generated by txt2man
.TH untitled  "April 01, 2008" "" ""
.SH NAME
\fBweblint \- pick fluff off web pages (HTML)
\fB
.SH SYNOPSIS
.nf
.fam C
\fBweblint\fP [option\.\.\.] <filename/URL>...
.fam T
.fi
.SH DESCRIPTION
\fBweblint\fP is a Perl script which picks fluff off HTML pages.
.PP
Files and URLs to be checked are passed on the command\\fB-line\fP.
.SH OPTIONS
.TP
.B
\\fB--help\fP
This message
.TP
.B
\\fB--context\fP[=n]
Show the offending line (and n surrounding lines)
.PP
Error types: (default: all on)
.TP
.B
\--[no]structure
Structural issues, like unclosed tag pairs
.TP
.B
\--[no]helper
Helper issues, like missing HEIGHT & WIDTH
.TP
.B
\--[no]fluff
Fluff that can be removed, like bad tag attributes
.TP
.B
\\fB--only\fP
Turns off all other error types, as in \fB--only\fP \fB--fluff\fP
.SH EXAMPLE
% \fBweblint\fP foobar.html ./dodgy\\fB-files\fP/ index.html http://example.com/
.SH AUTHOR
This basic manpage was written by Jonas Smedegaard <[EMAIL PROTECTED]>
for Debian GNU systems, but may be freely used elsewhere.

Reply via email to