# Main Configuration File for the W3C Markup Validation Service.
#
# See 'perldoc Config::General' for the syntax, and be aware that the
# 'SplitPolicy' is 'equalsign', ie. keys and values are separated by '\s*=\s*',
# 'InterPolateVars' and 'AutoTrue' are on, and 'CComments' is off.
#
#
# Base Path for Markup Validator files.
#
# You MUST set these unless you use the default locations for the files.
# e.g. the config files in "/etc/w3c/" and everything else in
# "/usr/local/validator/".
#
# Make sure all file paths below do NOT end with a slash
#
# Base path. Defaults to the value of the W3C_VALIDATOR_HOME environment
# variable or /usr/local/validator if the variable does not exist.
#Base = /usr/local/validator
#
# Location of template files
Templates = $Base/share/templates
#
# Directory where to store cached templates. Relative paths are
# treated as relative to the system temporary directory. Templates
# are not cached at all if this option is empty or not set, except
# with mod_perl setups where this option has no effect and templates
# are always cached in memory.
#Cache = validator
# configuration file for HTML::Tidy Module, if available
TidyConf = $Base/htdocs/config/tidy.conf
#
# The SGML Library Path.
Library = $Base/htdocs/sgml-lib
#
# This controls whether the debugging options are allowed to be enabled.
Allow Debug = yes
#
# This lets you permanently enable the debugging options. Can be overridden
# with CGI options (unlike "Allow Debug" above).
Enable Debug = no
#
# Whether private RFC1918 addresses are allowed.
Allow Private IPs = no
#
# Enable (or not) the web service API for this validator
# see https://validator.w3.org/docs/api.html
Enable SOAP = yes
#
# Whether the validator will check its own output.
# 0 means it will refuse to check its own output, 1 means it will but it will
# refuse to check the results of it checking itself. Etc.
Max Recursion = 0
#
# Protocols the validator is allowed to use for retrieving documents.
# The default is to allow http and https.
Allow = data,ftp,http,https
#
# Email address of the maintainer of this service.
Maintainer = www-validator@w3.org
# Localization
# only English available for now
Languages = en
#
# Optional additional information or identifier to include in the User-Agent Header
# W3C has found it helpful to include a link in the instances they run explaining the service
# Operating your own instances you may similarly want an about page or means to contact you
# User Agent Info = http://www.example.org/validation-about
#
# Mapping tables etc...
#
#
# Main document Type Registry; contains all information on the types
# of documents we support and how they are processed.
Include types.conf
#
# Mapping of charset names to their IANA names and how iconv(3) knows them.
Include charset.cfg
#
# Map MIME Media Type to Parse Mode mapping.
text/xml = XML
image/svg = XML
image/svg+xml = XML
application/smil = XML
application/xml = XML
text/html = TBD
text/vnd.wap.wml = XML
application/xhtml+xml = XML
application/mathml+xml = XML
## Enable checking documents via external services.
## The example config below assumes that you have installed the validator.nu
## engine on the same machine as the markup validator.
## See http://about.validator.nu/ for installation instructions.
#HTML5 = http://localhost:8888/html5/
#CompoundXML = http://localhost:8888/