- From: Terje Bless <link@hutz.w3.org>
- Date: Mon, 17 May 2004 04:38:06 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/validator/htdocs/config
In directory hutz:/tmp/cvs-serv15212/htdocs/config
Modified Files:
Tag: validator-0_6_0-branch
verbosemsg.cfg
Log Message:
Nuking excessive hard-coded "Help Wanted" stuff. Feedback request is now a
simple link and toned down; and doesn't get repeated for every message
specification in verbosemsgs.conf either.
Also get rid of the "verbose" parameter in the config file for messages
that don't actually have a verbose explanation.
Index: verbosemsg.cfg
===================================================================
RCS file: /sources/public/validator/htdocs/config/Attic/verbosemsg.cfg,v
retrieving revision 1.1.2.7
retrieving revision 1.1.2.8
diff -u -d -r1.1.2.7 -r1.1.2.8
--- verbosemsg.cfg 12 Feb 2004 08:46:12 -0000 1.1.2.7
+++ verbosemsg.cfg 17 May 2004 04:38:04 -0000 1.1.2.8
@@ -2,556 +2,132 @@
# Automatically Generated by /usr/local/validator/misc/spmpp.pl
#
-<msg 0>
- original = "length of name must not exceed NAMELEN (%1)"
- verbose <<.EOF.
- <div class="ve mid-0">
+#
+# Special messages used globally.
+<msg nomsg>
+ verbose = <<.EOF.
[...6660 lines suppressed...]
- >www-validator@w3.org</a> list.
- </p>
- </div>
-.EOF.
</msg>
<msg 447>
original = "Sorry, #ALL and #IMPLICIT content tokens not implemented"
- verbose <<.EOF.
- <div class="ve mid-447">
- <p class="helpwanted">
- <em>Help Wanted!</em> This message (#447) has no explanation yet.
- If you can think of a succinct way to explain the possible situations
- that will trigger this error and how to fix it, please consider writing
- it down and sending it to the <a
- href="mailto:www-validator@w3.org?Subject=[VE][447]%20New%20Error%20Message%20Suggestion"
- >www-validator@w3.org</a> list.
- </p>
- </div>
-.EOF.
</msg>
Received on Monday, 17 May 2004 00:41:11 UTC