diff options
author | link <link@localhost> | 2004-09-04 21:13:59 +0000 |
---|---|---|
committer | link <link@localhost> | 2004-09-04 21:13:59 +0000 |
commit | 005201bb2434245538cd3f6b369fd8efdd03acbd (patch) | |
tree | a16c8302fe58b046cff0562455fc5588dc21fb3d /htdocs | |
parent | 1b5a5c8a08332d30dfe00a3641e7f7d2a800ebb7 (diff) | |
download | markup-validator-005201bb2434245538cd3f6b369fd8efdd03acbd.zip markup-validator-005201bb2434245538cd3f6b369fd8efdd03acbd.tar.gz markup-validator-005201bb2434245538cd3f6b369fd8efdd03acbd.tar.bz2 |
Add example of and comment for the "Enable SOAP" config var. This was the
last missing var that I'm aware of, and thus this closes Bug #747 when
combined with the other config cleanup.
Diffstat (limited to 'htdocs')
-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 8dff9ee..2cd0b35 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.14 2004-09-04 21:06:16 link Exp $ +# $Id: validator.conf,v 1.15 2004-09-04 21:13:59 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*'. @@ -49,6 +49,10 @@ Enable Debug = no Allow Private IPs = no # +# Whether the (highly experimental!) SOAP support should be enabled. +Enable SOAP = no + +# # Protocols the validator is allowed to use for retrieving documents. # The default is to allow http and https. <Protocols> |