.\" Hey, EMACS: -*- nroff -*- .\" First parameter, NAME, should be all caps .\" Second parameter, SECTION, should be 1-8, maybe w/ subsection .\" other parameters are allowed: see man(7), man(1) .TH VALIDATE 1 "April 6, 2003" .\" Please adjust this date whenever revising the manpage. .\" .\" Some roff macros, for reference: .\" .nh disable hyphenation .\" .hy enable hyphenation .\" .ad l left justify .\" .ad b justify to both left and right margins .\" .nf disable filling .\" .fi enable filling .\" .br insert line break .\" .sp insert n+1 empty lines .\" for manpage-specific macros, see man(7) .SH NAME validate \- Offline HTMLHelp.com Validator .SH SYNOPSIS .B validate .I "[OPTION] [FILE...]" .SH "DESCRIPTION" .PP .B validate\c \&, the Offline HTMLHelp.com Validator, checks the syntax of HTML documents using an SGML parser and reports any errors. XHTML documents may also be validated using an XML parser. .SH OPTIONS A summary of options are included below. .TP .B \-\-w, \-\-warn Include warnings. .TP .B \-\-xml Indicate that the documents to be validated are XML documents. Known document types, such as HTML 4.01 and XHTML 1.0, are automatically handled by "validate". For unknown document types, "validate" will assume XHTML/XML if this option is specified and HTML/SGML otherwise. .TP .B \-\-charset=ENCODING Force ENCODING to be used as the character encoding when validating HTML/SGML documents. This option is ignored when validating XHTML/XML documents, which are assumed to use XML rules for specifying the character encoding. The following encodings (case-insensitive) are supported: "utf-8", "iso-10646-ucs-2", "euc-jp", "euc-kr", "gb2312", "shift_jis", "big5", and "iso-8859-n" where n is between 1 and 9 inclusive. .TP .B \-\-verbose Turn on verbose output messages. .TP .B \-\-[no]emacs (don't) use an output format intended for parsing by (X)Emacs, autodetected. .TP .B \-h, \-\-help Show summary of options and exit. .TP .B \-v, \-\-version Output version information and exit .SH FILES .PP Any number of files may be specified after the options. With no FILE, standard input is read. .PP Files can also be URIs if you have the URI and libwww-perl packages installed. Support for different URI schemes is also determined by these packages. Proxy settings are loaded from environment variables for each scheme--e.g., http_proxy=http://localhost:3128. .SH AUTHOR .PP Liam Quinn .PP This manual page was originaly written by Aurelien Jarno , for the Debian GNU/Linux system (but may be used by others).