diff options
Diffstat (limited to 'htdocs/docs')
-rwxr-xr-x | htdocs/docs/errors.html | 8 | ||||
-rwxr-xr-x | htdocs/docs/install.html | 2 | ||||
-rw-r--r-- | htdocs/docs/install_win.html | 6 |
3 files changed, 5 insertions, 11 deletions
diff --git a/htdocs/docs/errors.html b/htdocs/docs/errors.html index 7a99481..9f30968 100755 --- a/htdocs/docs/errors.html +++ b/htdocs/docs/errors.html @@ -74,7 +74,7 @@ <dt id="ve-47">47: end of document in prolog</dt> <dd><div class="ve mid-47"> <p> - This error may appear when the validator receives an empty document. Please make sure that the document you are uploading is not empty, and <a href="http://validator.w3.org/feedback.html">report</a> any discrepancy. + This error may appear when the validator receives an empty document. Please make sure that the document you are uploading is not empty, and <a href="<!--#echo var="relroot" -->feedback.html">report</a> any discrepancy. </p> </div> <p> @@ -272,7 +272,7 @@ </p> <p> If this error occurred in a script section of your document, you should probably - read this <a href="http://validator.w3.org/docs/help.html#faq-javascript">FAQ entry</a>. + read this <a href="<!--#echo var="relroot" -->docs/help.html#faq-javascript">FAQ entry</a>. </p> </div> <p> @@ -357,7 +357,7 @@ check that they are both allowed in the chosen document type, and/or use CSS instead of this attribute. If you received this error when using the <embed> element to incorporate flash media in a Web page, see the - <a href="http://validator.w3.org/docs/help.html#faq-flash">FAQ item on valid flash</a>. + <a href="<!--#echo var="relroot" -->docs/help.html#faq-flash">FAQ item on valid flash</a>. </p> </div> <p> @@ -622,7 +622,7 @@ <dt id="ve-187">187: no document type declaration; will parse without validation</dt> <dd><div class="ve mid-187"> <p>The document type could not be determined, because the document had no correct DOCTYPE declaration. The document does not look like HTML, therefore automatic fallback could not be performed, and the document was only checked against basic markup syntax.</p> - <p>Learn <a href="http://validator.w3.org/docs/help.html#faq-doctype">how to add a doctype to your document</a> + <p>Learn <a href="<!--#echo var="relroot" -->docs/help.html#faq-doctype">how to add a doctype to your document</a> from our <acronym title="Frequently Asked Questions">FAQ</acronym>, or use the validator's <code>Document Type</code> option to validate your document against a specific Document Type.</p> </div> diff --git a/htdocs/docs/install.html b/htdocs/docs/install.html index 6e6ecd8..5172a63 100755 --- a/htdocs/docs/install.html +++ b/htdocs/docs/install.html @@ -306,7 +306,7 @@ HTML5 = http://localhost:8888/html5/ <dd> The validator's <strong>main configuration file</strong>. This will generally be the only file you need to edit. It sets various parameters, such as: - the address of the maintainer, the URL for the "Home Page", various file paths and locations, + the address of the maintainer, various file paths and locations, whether the <a href="api.html">API</a> is enabled, etc. </dd> <dt>charset.cfg</dt> diff --git a/htdocs/docs/install_win.html b/htdocs/docs/install_win.html index 00cd09c..2377ed6 100644 --- a/htdocs/docs/install_win.html +++ b/htdocs/docs/install_win.html @@ -257,8 +257,6 @@ Include conf/extra/httpd-manual.conf is declared. Notice that slashes are used here instead of windows-like back slashes.</p> -<p>The option <code>Home Page</code> has to be changed to the URL of - the validator, http://validator.example.org/ in our case.</p> <p>The last option that has to be modified is Allow Private <code>IPs = { no | yes }</code>. It must be set to "yes". Otherwise, you cannot validate files @@ -338,10 +336,6 @@ Max Recursion = 0 # Email address of the maintainer of this service. Maintainer = www-validator@w3.org -# -# The "Home Page" for the service. Make sure this ends with a slash. -Home Page = http://validator.example.org/ - # Localization # only English available for now Languages = en |