- From: Terje Bless <link@hutz.w3.org>
- Date: Tue, 18 May 2004 03:41:21 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/validator/htdocs/docs
In directory hutz:/tmp/cvs-serv5899/htdocs/docs
Modified Files:
Tag: validator-0_6_0-branch
errors.html help.html install.html users.html
Log Message:
s/URI/URL/g; # Or at least everywhere it's possible/makes sense. :-)
Index: users.html
===================================================================
RCS file: /sources/public/validator/htdocs/docs/users.html,v
retrieving revision 1.14.2.11
retrieving revision 1.14.2.12
diff -u -d -r1.14.2.11 -r1.14.2.12
--- users.html 6 May 2004 21:58:12 -0000 1.14.2.11
+++ users.html 18 May 2004 03:41:19 -0000 1.14.2.12
@@ -215,7 +215,7 @@
browser, the Validator has some experimental features to generate
machine parseable output in a few different forms. To enable these
output options, append "<code>;output=<option></code>" to the
- URI of the Validation results (an interface for these options will be
+ URL of the Validation results (an interface for these options will be
provided when they exit the beta stage).
</p>
<p class="shout" id="api-warning">
@@ -288,7 +288,7 @@
</p>
<dl>
<dt><code>uri</code></dt>
- <dd>The URI of the document validated.</dd>
+ <dd>The URL of the document validated.</dd>
<dt><code>modified</code></dt>
<dd>The Last-Modified header field of the document as free-form text.</dd>
<dt><code>server</code></dt>
@@ -340,7 +340,7 @@
<p>
This site uses "comma tools", as does <a href="http://www.w3.org/,tools">W3C</a>
and other sites. This means you can append a string (starting with a comma, hence
- the name) to the URI (address) of any page on the site and trigger
+ the name) to the URL (address) of any page on the site and trigger
a few administrative or technical tools for this page. </p>
<p>
Index: help.html
===================================================================
RCS file: /sources/public/validator/htdocs/docs/help.html,v
retrieving revision 1.12.2.22
retrieving revision 1.12.2.23
diff -u -d -r1.12.2.22 -r1.12.2.23
--- help.html 6 May 2004 21:58:12 -0000 1.12.2.22
+++ help.html 18 May 2004 03:41:19 -0000 1.12.2.23
@@ -91,7 +91,7 @@
</li>
<li>
<a href="#faq-referer">/check/referer does not work</a> or the validator says it does not support
- my <a href="#faq-referer">"undefined" URI scheme</a>
+ my <a href="#faq-referer">"undefined" URL scheme</a>
</li>
</ul>
</li>
@@ -452,7 +452,7 @@
</p>
<h4 id="faq-referer">/check/referer does not work - or - the validator says it does not support
- my "undefined" URI scheme</h4>
+ my "undefined" URL scheme</h4>
<p>Browsers and other Web agents usually send information about the page they come from, in a
<code>Referer</code> header. The validator uses this information for a features that allows
@@ -461,8 +461,8 @@
<p>Unfortunately, some zealous "security software" or Web proxies strip the referrer
information from what the browser sends. Without this information the validator is not able to
- find what the URI of the document to validate is, and gives the same error message as when it is
- given a type of URI it does not understand.</p>
+ find what the URL of the document to validate is, and gives the same error message as when it is
+ given a type of URL it does not understand.</p>
<p><strong>How to fix</strong>:</p>
<ul>
Index: install.html
===================================================================
RCS file: /sources/public/validator/htdocs/docs/install.html,v
retrieving revision 1.1.2.12
retrieving revision 1.1.2.13
diff -u -d -r1.1.2.12 -r1.1.2.13
--- install.html 11 May 2004 17:53:10 -0000 1.1.2.12
+++ install.html 18 May 2004 03:41:19 -0000 1.1.2.13
@@ -179,8 +179,8 @@
<dl>
<dt>eref.cfg</dt>
<dd>
- Contains the mappings from element names to an URI fragment
- (relative to a configurable URI) for their definitions. Used
+ Contains the mappings from element names to an URL fragment
+ (relative to a configurable URL) for their definitions. Used
in output when the "Show Source Input" option is enabled.
</dd>
<dt>fpis.cfg</dt>
@@ -189,7 +189,7 @@
</dd>
<dt>frag.cfg</dt>
<dd>
- Maps error messages to an URI fragment identifier where an
+ Maps error messages to an URL fragment identifier where an
explanation of that error can be found.
</dd>
<dt>type.cfg</dt>
@@ -286,7 +286,7 @@
<h4>The miracle debug options</h4>
<p>If the validator is misbehaving, you can try forcing various debug options by appending to
- the URI the following string: <kbd>&debug=1&errors=1&esis=1&verbose=1</kbd></p>
+ the URL the following string: <kbd>&debug=1&errors=1&esis=1&verbose=1</kbd></p>
<p>This can sometimes provide you with error messages that would not have appeared anywhere in
non-debug mode, and can be helpful to diagnose the problem</p>
Index: errors.html
===================================================================
RCS file: /sources/public/validator/htdocs/docs/errors.html,v
retrieving revision 1.24.2.9
retrieving revision 1.24.2.10
diff -u -d -r1.24.2.9 -r1.24.2.10
--- errors.html 6 May 2004 21:58:11 -0000 1.24.2.9
+++ errors.html 18 May 2004 03:41:19 -0000 1.24.2.10
@@ -504,7 +504,7 @@
<ul>
<li>
<p>
- A reference to a <abbr title="Uniform Resource Identifier">URI</abbr>
+ A reference to a <abbr title="Uniform Resource Locator">URL</abbr>
that uses "<code class="inline">&</code>" as a separator between
parameters, such as "<code
class="inline">http://example.com/cgi-bin/prog?x=1&y=2</code>".
Received on Monday, 17 May 2004 23:43:27 UTC