validator/share/templates/en_US soap_disabled.tmpl,NONE,1.1.2.2

Update of /sources/public/validator/share/templates/en_US
In directory hutz:/tmp/cvs-serv4920/share/templates/en_US

Added Files:
      Tag: validator-0_7-branch
	soap_disabled.tmpl 
Log Message:
Plugging the (old, unused? so far) option to enable/disable the soap output
to the actual API. Changing default to enabled in config file, maintainers
wishing to disable can now use the directive in configuration file, and 
validator would then return 503 service not available to output=soap12 requests.




--- NEW FILE: soap_disabled.tmpl ---
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  <head>
    <title>Service Not Available - W3C Markup Validator</title>
  </head>
<body>
<h1>Service Not Available (503)</h1>

<p>The Web Service API is not enabled on this instance of the Markup Validator.</p>
<p>If you are the administrator of this service, you can switch the service on by changing the line :<br />
<code>Enable SOAP =  no</code><br />
to <br />
<code>Enable SOAP =  yes</code><br />
in your validator.conf configuration file.</p>

</body>
</html>

Received on Friday, 10 November 2006 02:51:59 UTC