- 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
In directory hutz:/tmp/cvs-serv5899/htdocs
Modified Files:
Tag: validator-0_6_0-branch
detailed.html favelets.html feedback.html file-upload.html
fragment-upload.html index.html whatsnew.html xml-results.xsl
Log Message:
s/URI/URL/g; # Or at least everywhere it's possible/makes sense. :-)
Index: feedback.html
===================================================================
RCS file: /sources/public/validator/htdocs/feedback.html,v
retrieving revision 1.16.2.7
retrieving revision 1.16.2.8
diff -u -d -r1.16.2.7 -r1.16.2.8
--- feedback.html 6 May 2004 21:58:10 -0000 1.16.2.7
+++ feedback.html 18 May 2004 03:41:18 -0000 1.16.2.8
@@ -23,7 +23,7 @@
</p>
<ul>
<li>Validating pages with &'s in <acronym
- title="Universal Resource Identifiers">URIs</acronym>:
+ title="Universal Resource Locators">URLs</acronym>:
see <a
href="http://www.htmlhelp.com/tools/validator/problems.html#amp">Ampersands
(&'s) in <acronym
Index: favelets.html
===================================================================
RCS file: /sources/public/validator/htdocs/favelets.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
--- favelets.html 6 May 2004 21:58:10 -0000 1.1.2.12
+++ favelets.html 18 May 2004 03:41:18 -0000 1.1.2.13
@@ -19,7 +19,7 @@
the <a class="offsite" title="The Internet Archive WayBack Machine"
href="http://www.archive.org/">WayBack Machine</a>.
More Favelets can be found from
- <URI:<a href="http://favelets.com/">http://favelets.com/</a>>.
+ <<a href="http://favelets.com/">http://favelets.com/</a>>.
</p>
<p>
<a href="http://favelets.com/">Favelets</a> depend on support for
Index: detailed.html
===================================================================
RCS file: /sources/public/validator/htdocs/detailed.html,v
retrieving revision 1.11.2.10
retrieving revision 1.11.2.11
diff -u -d -r1.11.2.10 -r1.11.2.11
--- detailed.html 6 May 2004 21:58:10 -0000 1.11.2.10
+++ detailed.html 18 May 2004 03:41:18 -0000 1.11.2.11
@@ -6,13 +6,13 @@
<p><a id="skip" name="skip"></a>
This form allows you to enter a <acronym
- title="Universal Resource Identifier">URI</acronym>
+ title="Universal Resource Locator">URL</acronym>
and have it validated. If you want to validate a file on
your computer, you can use the <a href="file-upload.html">File
Upload Interface</a>.
</p>
<div>
- <fieldset><legend>Validate by URI</legend>
+ <fieldset><legend>Validate by URL</legend>
<form method="get" action="check">
<table>
<tr><th><label title="Address of page to Validate"
Index: whatsnew.html
===================================================================
RCS file: /sources/public/validator/htdocs/whatsnew.html,v
retrieving revision 1.34.2.20
retrieving revision 1.34.2.21
diff -u -d -r1.34.2.20 -r1.34.2.21
--- whatsnew.html 6 May 2004 21:58:10 -0000 1.34.2.20
+++ whatsnew.html 18 May 2004 03:41:18 -0000 1.34.2.21
@@ -87,7 +87,7 @@
<li>Update ISO-HTML DTD to TC1.</li>
<li>Update SVG 1.0 DTD to current Errata.</li>
<li>Added support for ISO-8859-16 Encoding.</li>
- <li>Added support for the data: URI scheme.</li>
+ <li>Added support for the data: URL scheme.</li>
<li>The Link Checker in command-line mode now supports bundling of options.</li>
<li>The Validator RPMs now try to integrate with the system catalog.</li>
<li>
@@ -365,7 +365,7 @@
<dd>
<p>
Added support for a parameter to check the referring Web page for
- mistakes. To use it, just link to the following URI when linking to
+ mistakes. To use it, just link to the following URL when linking to
the service <<a href="http://validator.w3.org/check/referer">http://validator.w3.org/check/referer</a>>
(you can try the link to see how it works).
</p>
Index: fragment-upload.html
===================================================================
RCS file: /sources/public/validator/htdocs/fragment-upload.html,v
retrieving revision 1.6.2.2
retrieving revision 1.6.2.3
diff -u -d -r1.6.2.2 -r1.6.2.3
--- fragment-upload.html 24 Feb 2003 23:14:27 -0000 1.6.2.2
+++ fragment-upload.html 18 May 2004 03:41:18 -0000 1.6.2.3
@@ -60,7 +60,7 @@
<p>
If your document is on the Web, you can validate
- it by <a title="Validate files by URI" href="./">entering its address</a> instead.
+ it by <a title="Validate files by URL" href="./">entering its address</a> instead.
</p>
<!--#include virtual="footer.html" -->
Index: xml-results.xsl
===================================================================
RCS file: /sources/public/validator/htdocs/xml-results.xsl,v
retrieving revision 1.2.2.1
retrieving revision 1.2.2.2
diff -u -d -r1.2.2.1 -r1.2.2.2
--- xml-results.xsl 1 Dec 2002 10:06:02 -0000 1.2.2.1
+++ xml-results.xsl 18 May 2004 03:41:18 -0000 1.2.2.2
@@ -26,7 +26,7 @@
<xsl:template match="meta">
<table id="meta" summary="Metadata concerning the page">
<tbody>
- <tr><th scope="row">URI</th> <td><a><xsl:attribute name="href"><xsl:value-of select="uri"/></xsl:attribute></a></td></tr>
+ <tr><th scope="row">URL</th> <td><a><xsl:attribute name="href"><xsl:value-of select="uri"/></xsl:attribute></a></td></tr>
<tr><th scope="row">Last Modified</th> <td><xsl:value-of select="modified"/></td></tr>
<tr><th scope="row">Server</th> <td><xsl:value-of select="server"/></td></tr>
<tr><th scope="row">Content-Length</th> <td><xsl:value-of select="size"/></td></tr>
Index: file-upload.html
===================================================================
RCS file: /sources/public/validator/htdocs/file-upload.html,v
retrieving revision 1.14.2.8
retrieving revision 1.14.2.9
diff -u -d -r1.14.2.8 -r1.14.2.9
--- file-upload.html 6 May 2004 21:58:10 -0000 1.14.2.8
+++ file-upload.html 18 May 2004 03:41:18 -0000 1.14.2.9
@@ -27,7 +27,7 @@
<p>
If your document is on the Web, you can validate it with the same advanced options
- by <a title="Validate files by URI" href="detailed.html">entering its address</a> instead.
+ by <a title="Validate files by URL" href="detailed.html">entering its address</a> instead.
</p>
<!--#include virtual="footer.html" -->
Index: index.html
===================================================================
RCS file: /sources/public/validator/htdocs/index.html,v
retrieving revision 1.55.2.34
retrieving revision 1.55.2.35
diff -u -d -r1.55.2.34 -r1.55.2.35
--- index.html 15 May 2004 10:03:18 -0000 1.55.2.34
+++ index.html 18 May 2004 03:41:18 -0000 1.55.2.35
@@ -15,16 +15,16 @@
<div>
<h2>Validate Your Markup</h2>
- <fieldset class="front"><legend>Validate by URI</legend>
+ <fieldset class="front"><legend>Validate by URL</legend>
<form method="get" action="check">
<p>
<label title="Address of page to Validate" for="uri">Address:
<input id="uri" name="uri" size="40" /></label>
- <label title="Submit URI for validation"><input type="submit" value="Check" /></label>
+ <label title="Submit URL for validation"><input type="submit" value="Check" /></label>
</p>
</form>
<p>
- Enter the <abbr title="Uniform Resource Identifier">URI</abbr> of the page
+ Enter the <abbr title="Uniform Resource Locator">URL</abbr> of the page
you want to check. Advanced options are available from the <a
title="Extended Interface to the W3C Markup Validation Service"
href="detailed.html">Extended Interface</a>.
Received on Monday, 17 May 2004 23:43:26 UTC