diff options
author | ot <ot@localhost> | 2008-08-15 13:30:11 +0000 |
---|---|---|
committer | ot <ot@localhost> | 2008-08-15 13:30:11 +0000 |
commit | ddaabb72af140b10d73314c852b0fa62620be037 (patch) | |
tree | 59418c5d06cdd5f51fe24320bfd6139be2c33550 | |
parent | 1f9b4126b9f8c9a86ff73b42a7a03a09631cc15b (diff) | |
download | markup-validator-ddaabb72af140b10d73314c852b0fa62620be037.zip markup-validator-ddaabb72af140b10d73314c852b0fa62620be037.tar.gz markup-validator-ddaabb72af140b10d73314c852b0fa62620be037.tar.bz2 |
sample conf to enable HTML5 external checker
-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 0659410..ba4892f 100644 --- a/htdocs/config/validator.conf +++ b/htdocs/config/validator.conf @@ -1,7 +1,7 @@ # # Main Configuration File for the W3C Markup Validation Service. # -# $Id: validator.conf,v 1.28 2007-03-14 06:33:35 ot Exp $ +# $Id: validator.conf,v 1.29 2008-08-15 13:30:11 ot 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*', @@ -130,3 +130,7 @@ Languages = en Include tips.cfg </Tips> +<External> +# Enable chacking documents via external services +#HTML5 = http://localhost:8888/html5/ +</External> |