NAME
gmuck - A command line interface to HTML::GMUCK
SYNOPSIS
gmuck [OPTION...] [--] [FILE...]
DESCRIPTION
gmuck is a command line interface to HTML::GMUCK, the Generated MarkUp ChecKer.
OPTIONS
String values in options are case insensitive. Options may be abbreviated, see Getopt::Long.
- --[no]help
-
Output help message and exit. Default is disabled.
- --mode=<mode>
-
Set the checking mode. Valid values are XHTML, HTML, XML. Default is XHTML.
- --[no]quick
-
Enable or disable quick mode (max 1 failed check per line). Default is disabled.
- --tabwidth=<n>
-
TAB width for error messages. Default is 4.
- --stdin=<filename>
-
File name to use in error messages when the input is from STDIN. Default is STDIN.
- --quote=<char>
-
Preferred quote style. Valid values are D (double quote), S (single quote), N (none). Default is D.
- --[no]elements
-
Enable or disable element checks. Default is enabled.
- --[no]attributes
-
Enable or disable attribute checks. Default is enabled.
- --[no]entities
-
Enable or disable entity checks. Default is enabled.
- --[no]doctype
-
Enable or disable DOCTYPE checks. Default is enabled.
- --[no]mimetypes
-
Enable or disable MIME type checks. Default is enabled.
- --[no]deprecated
-
Enable or disable deprecation checks. Default is enabled.
OUTPUT
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.
Output lines are like:
filename:line:column: [type] <element/@attribute> errormessage
SEE ALSO
AUTHOR
Ville Skyttä <ville . skytta @ iki . fi>
COPYRIGHT
Copyright (C) 2001-2002 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.
1 POD Error
The following errors were encountered while parsing the POD:
- Around line 97:
Non-ASCII character seen before =encoding in 'Skyttä'. Assuming CP1252