gmuck - The Generated MarkUp Checker
gmuck [OPTION...] [--] [FILE...]
gmuck assists you in producing valid (X)HTML by checking CGI scripts, XSL stylesheets, templates, normal HTML files or [you name it] and reporting errors that it finds.
It is not a replacement for real validation tools, but is handy in quick checks and in situations where validation of the actual markup is troublesome.
gmuck is a line-oriented tool. Because of that, its structural checking capabilities are limited, but it makes an attempt to report syntactical errors as well as provides some lint-like features.
String values in options are case insensitive. Options may be abbreviated, see the Getopt::Long manpage.
-B
function of Perl is used to determine whether a file is binary
or not.
Default is disabled.
Check all files in the current directory with the default options (see above for the defaults):
gmuck *
Check the files foo.cgi
, bar.pl
and baz.html
in HTML mode, without
reporting use of deprecated features (useful for HTML 4.01 Transitional):
gmuck --mode=HTML --nodeprecated foo.cgi bar.pl baz.html
The output generated by gmuck is parseable by eg. (X)Emacs' compile mode as well as probably some other editors.
All error messages, both from checks and ones related to gmuck execution will go to STDERR.
In verbose mode, informational messages go to STDOUT.
Error output lines are like:
filename:line:column: [type] <element/@attribute> errormessage
the HTML::GMUCK manpage, the Getopt::Long manpage
Ville Skyttä <ville.skytta at iki.fi>
Copyright (C) 2001-2007 Ville Skyttä. All rights reserved.
This program is free software, you can redistribute it and/or modify it under the terms of The Artistic License or the GNU General Public License (``GPL'') as published by the Free Software Foundation; either version 2 of the GPL, or (at your option) any later version.