# # Main Configuration File for the W3C Markup Validation Service. # # $Id: validator.conf,v 1.12 2004-07-21 16:18:29 link Exp $ # # See 'perldoc Config::General' for the syntax, and be aware that the # 'SplitPolicy' is 'equalsign', ie. keys and values are separated by '\s*=\s*'. # DEBUG = 0 # # Email address of the maintainer of this service. Maintainer = www-validator@w3.org # # The "Home Page" for the service. Make sure this ends with a slash. Home_Page = http://validator.w3.org/ # # Base URI To Error Explanations (doc/errors.html) Msg_FAQ_URI = ${Home_Page}docs/errors.html # # Base URI for the Element Reference. Element_Ref_URI = http://www.htmlhelp.com/reference/html40/ # # The SGML Library Path. SGML Library = /usr/local/validator/htdocs/sgml-lib # # The SGML Parser to use. Defaults to /usr/bin/onsgmls. SGML Parser = /usr/bin/onsgmls # # Location of template files Template_Path = /usr/local/validator/share/templates/en_US # # Mapping tables etc... Include eref.cfg Include frag.cfg Include types.conf Include type.cfg Include charset.cfg # # DanC territory... Include tips.cfg # # Comma separated list of protocols the validator is allowed to use for # retrieving documents. The default is to allow http and https. #Allowed_Protocols = data,http,https