diff options
author | Ted Guild <ted@w3.org> | 2013-03-19 15:39:11 -0400 |
---|---|---|
committer | Ted Guild <ted@w3.org> | 2013-03-19 15:39:11 -0400 |
commit | 9dd64b57a3ccac258738d93db7fabffb80271b5f (patch) | |
tree | 19fd2051351db51dac982949fb633b670c1ff19d | |
parent | 8f756b4acb09994a115e29f54672eaecd169a88d (diff) | |
download | markup-validator-9dd64b57a3ccac258738d93db7fabffb80271b5f.zip markup-validator-9dd64b57a3ccac258738d93db7fabffb80271b5f.tar.gz markup-validator-9dd64b57a3ccac258738d93db7fabffb80271b5f.tar.bz2 |
doc the option
-rw-r--r-- | htdocs/config/validator.conf | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/htdocs/config/validator.conf b/htdocs/config/validator.conf index c2b1a83..ced2762 100644 --- a/htdocs/config/validator.conf +++ b/htdocs/config/validator.conf @@ -83,7 +83,11 @@ Maintainer = www-validator@w3.org # 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... |