validator/htdocs/config eref.cfg,1.2,1.3 fpis.cfg,1.19,1.20 frag.cfg,1.7,1.8 tips.cfg,1.8,1.9 validator.conf,1.10,1.11

Update of /sources/public/validator/htdocs/config
In directory hutz:/tmp/cvs-serv17697/htdocs/config

Modified Files:
	eref.cfg fpis.cfg frag.cfg tips.cfg validator.conf 
Log Message:
Merging from branch validator-0_6_0-branch, at tag validator-0_6_7-pre2.
(0.6.7 is missing relnotes and other minor tweaks)


Index: eref.cfg
===================================================================
RCS file: /sources/public/validator/htdocs/config/eref.cfg,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- eref.cfg	26 Nov 2002 21:40:19 -0000	1.2
+++ eref.cfg	21 Jul 2004 15:07:00 -0000	1.3
@@ -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$
 

Index: frag.cfg
===================================================================
RCS file: /sources/public/validator/htdocs/config/frag.cfg,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- frag.cfg	24 May 2003 20:32:46 -0000	1.7
+++ frag.cfg	21 Jul 2004 15:07:00 -0000	1.8
@@ -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: validator.conf
===================================================================
RCS file: /sources/public/validator/htdocs/config/validator.conf,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- validator.conf	9 May 2004 15:56:49 -0000	1.10
+++ validator.conf	21 Jul 2004 15:07:00 -0000	1.11
@@ -50,6 +50,10 @@
   Include frag.cfg
 </Error_to_URI>
 
+<Types>
+  Include types.conf
+</Types>
+
 <File_Type>
   Include type.cfg
 </File_Type>
@@ -58,10 +62,6 @@
   Include charset.cfg
 </Charsets>
 
-<Types>
-  Include types.conf
-</Types>
-
 
 #
 # DanC territory...

Index: fpis.cfg
===================================================================
RCS file: /sources/public/validator/htdocs/config/fpis.cfg,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -d -r1.19 -r1.20
--- fpis.cfg	24 May 2003 20:32:46 -0000	1.19
+++ fpis.cfg	21 Jul 2004 15:07:00 -0000	1.20
@@ -3,6 +3,11 @@
 #
 # $Id$
 
+### Fallback DOCTYPE!
+-//W3C//DTD HTML Fallback//EN	= \
+  <a href="http://www.w3.org/TR/1999/REC-html401-19991224/">HTML 4.01</a> Transitional
+
+
 -//IETF//DTD HTML Level 0//EN//2.0 = \
   HTML 2.0 Level 0
 
@@ -24,11 +29,6 @@
 -//IETF//DTD HTML 2.1E//EN = \
   HTML 2.1E
 
--//W3C//DTD XHTML 1.1 plus MathML 2.0 plus SVG 1.1//EN	<a href=http://www.w3.org/TR/XHTMLplusMathMLplusSVG/">XHTML 1.1 + MathML 2.0 + SVG 1.1</a>
-
--//W3C//DTD SMIL 1.0//EN		<a href="http://www.w3.org/TR/1998/REC-smil-19980615/">SMIL 1.0</a>
--//W3C//DTD SMIL 2.0//EN		<a href="http://www.w3.org/TR/2001/PR-smil20-20010605/">SMIL 2.0</a>
-
 -//AS//DTD HTML 3.0 asWedit + extensions//EN = \
   HTML 3.0 (AdvaSoft version)
 
@@ -143,6 +143,9 @@
 -//W3C//DTD XHTML 1.1 plus MathML 2.0//EN = \
   <a href="http://www.w3.org/TR/MathML2/">XHTML 1.1 plus MathML 2.0</a>
 
+-//W3C//DTD XHTML 1.1 plus MathML 2.0 plus SVG 1.1//EN = \
+  <a href=http://www.w3.org/TR/XHTMLplusMathMLplusSVG/">XHTML 1.1 + MathML 2.0 + SVG 1.1</a>
+
 -//W3C//DTD XHTML Basic 1.0//EN = \
   <a href="http://www.w3.org/TR/2000/REC-xhtml-basic-20001219/">XHTML Basic \
   1.0</a>

Received on Wednesday, 21 July 2004 11:08:23 UTC