[
{ type: install
  message: <<EOM
To activate htmllint, use Alias directive in httd.conf or symbolic link
from /usr/local/share/another-htmllint/html/ like as:

Alias	/htmllint/	/usr/local/share/another-htmllint/html/

<Directory /usr/local/share/another-htmllint/html>
  AddHandler cgi-script	.cgi
  Options +ExecCGI
</Directory>
EOM
}
]
