- 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/config
In directory hutz:/tmp/cvs-serv5899/htdocs/config
Modified Files:
Tag: validator-0_6_0-branch
eref.cfg frag.cfg tips.cfg validator.conf
Log Message:
s/URI/URL/g; # Or at least everywhere it's possible/makes sense. :-)
Index: tips.cfg
===================================================================
RCS file: /sources/public/validator/htdocs/config/tips.cfg,v
retrieving revision 1.3.2.12
retrieving revision 1.3.2.13
diff -u -d -r1.3.2.12 -r1.3.2.13
--- tips.cfg 25 Mar 2004 11:46:22 -0000 1.3.2.12
+++ tips.cfg 18 May 2004 03:41:19 -0000 1.3.2.13
@@ -19,7 +19,7 @@
http://www.w3.org/QA/Tips/iso-date Use international date format
http://www.w3.org/QA/Tips/png-gif GIF or PNG
http://www.w3.org/QA/Tips/headings Use headings to structure your document
-http://www.w3.org/QA/Tips/uri-choose Choose URIs wisely
-http://www.w3.org/QA/Tips/uri-manage Managing URIs
+http://www.w3.org/QA/Tips/uri-choose Choose URLs wisely
+http://www.w3.org/QA/Tips/uri-manage Managing URLs
http://www.w3.org/QA/Tips/beyond-validation Beyond Validation
http://www.w3.org/QA/Tips/goodclassnames Use <code>class</code> with semantics in mind
Index: validator.conf
===================================================================
RCS file: /sources/public/validator/htdocs/config/validator.conf,v
retrieving revision 1.2.2.8
retrieving revision 1.2.2.9
diff -u -d -r1.2.2.8 -r1.2.2.9
--- validator.conf 13 Nov 2003 13:11:53 -0000 1.2.2.8
+++ validator.conf 18 May 2004 03:41:19 -0000 1.2.2.9
@@ -24,11 +24,11 @@
Home Page http://validator.w3.org/
#
-# Base URI To Error Explanations (doc/errors.html)
+# Base URL To Error Explanations (doc/errors.html)
Msg FAQ URI http://validator.w3.org/docs/errors.html
#
-# Base URI for the Element Reference.
+# Base URL for the Element Reference.
Element Ref URI http://www.htmlhelp.com/reference/html40/
#
Index: frag.cfg
===================================================================
RCS file: /sources/public/validator/htdocs/config/frag.cfg,v
retrieving revision 1.5.2.1
retrieving revision 1.5.2.2
diff -u -d -r1.5.2.1 -r1.5.2.2
--- frag.cfg 1 Mar 2003 19:49:22 -0000 1.5.2.1
+++ frag.cfg 18 May 2004 03:41:19 -0000 1.5.2.2
@@ -1,5 +1,5 @@
#
-# Mapping of error message to URI fragment for the explanations.
+# Mapping of error message to URL fragment for the explanations.
#
# $Id$
Index: eref.cfg
===================================================================
RCS file: /sources/public/validator/htdocs/config/eref.cfg,v
retrieving revision 1.1
retrieving revision 1.1.4.1
diff -u -d -r1.1 -r1.1.4.1
--- eref.cfg 1 Dec 1999 01:04:06 -0000 1.1
+++ eref.cfg 18 May 2004 03:41:19 -0000 1.1.4.1
@@ -1,5 +1,5 @@
#
-# Mapping of element names to an URI fragment for their definition.
+# Mapping of element names to an URL fragment for their definition.
#
# $Id$
Received on Monday, 17 May 2004 23:43:17 UTC