summaryrefslogtreecommitdiffstats
path: root/htdocs/config
diff options
context:
space:
mode:
Diffstat (limited to 'htdocs/config')
-rw-r--r--htdocs/config/eref.cfg4
-rw-r--r--htdocs/config/fpis.cfg15
-rw-r--r--htdocs/config/frag.cfg4
-rw-r--r--htdocs/config/tips.cfg2
-rw-r--r--htdocs/config/validator.conf10
5 files changed, 19 insertions, 16 deletions
diff --git a/htdocs/config/eref.cfg b/htdocs/config/eref.cfg
index 271c198..6b75cfb 100644
--- a/htdocs/config/eref.cfg
+++ b/htdocs/config/eref.cfg
@@ -1,7 +1,7 @@
#
-# Mapping of element names to an URI fragment for their definition.
+# Mapping of element names to an URL fragment for their definition.
#
-# $Id: eref.cfg,v 1.2 2002-11-26 21:40:19 ville Exp $
+# $Id: eref.cfg,v 1.3 2004-07-21 15:07:00 link Exp $
a = special/a.html
abbr = phrase/abbr.html
diff --git a/htdocs/config/fpis.cfg b/htdocs/config/fpis.cfg
index 94e6eb6..0dd8d2c 100644
--- a/htdocs/config/fpis.cfg
+++ b/htdocs/config/fpis.cfg
@@ -1,7 +1,12 @@
#
# Mapping of FPIs to plain text version strings.
#
-# $Id: fpis.cfg,v 1.19 2003-05-24 20:32:46 link Exp $
+# $Id: fpis.cfg,v 1.20 2004-07-21 15:07:00 link Exp $
+
+### 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 @@ ISO/IEC 15445:2000//DTD HTML//EN = \
-//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>
diff --git a/htdocs/config/frag.cfg b/htdocs/config/frag.cfg
index b454ddd..9f8711a 100644
--- a/htdocs/config/frag.cfg
+++ b/htdocs/config/frag.cfg
@@ -1,7 +1,7 @@
#
-# Mapping of error message to URI fragment for the explanations.
+# Mapping of error message to URL fragment for the explanations.
#
-# $Id: frag.cfg,v 1.7 2003-05-24 20:32:46 link Exp $
+# $Id: frag.cfg,v 1.8 2004-07-21 15:07:00 link Exp $
#
# Original SP version.
diff --git a/htdocs/config/tips.cfg b/htdocs/config/tips.cfg
index 5de5a1e..5708fdf 100644
--- a/htdocs/config/tips.cfg
+++ b/htdocs/config/tips.cfg
@@ -5,7 +5,7 @@
# the link to it. Will appear in Validation Results pages. To disable
# just comment out or delete all lines in this file.
#
-# $Id: tips.cfg,v 1.8 2004-05-09 15:56:49 link Exp $
+# $Id: tips.cfg,v 1.9 2004-07-21 15:07:00 link Exp $
#
http://www.w3.org/QA/Tips/good-titles = <strong>&lt;title&gt;</strong>: the most important element of a quality Web page.
diff --git a/htdocs/config/validator.conf b/htdocs/config/validator.conf
index eb14659..6f5db6d 100644
--- a/htdocs/config/validator.conf
+++ b/htdocs/config/validator.conf
@@ -1,7 +1,7 @@
#
# Main Configuration File for the W3C Markup Validation Service.
#
-# $Id: validator.conf,v 1.10 2004-05-09 15:56:49 link Exp $
+# $Id: validator.conf,v 1.11 2004-07-21 15:07:00 link Exp $
#
# See 'perldoc Config::General' for the syntax, and be aware that the
# 'SplitPolicy' is 'equalsign', ie. keys and values are separated by '\s*=\s*'.
@@ -50,6 +50,10 @@ Template_Path = /home/link/Work/w3.org/validator-HEAD/share/templates/en_U
Include frag.cfg
</Error_to_URI>
+<Types>
+ Include types.conf
+</Types>
+
<File_Type>
Include type.cfg
</File_Type>
@@ -58,10 +62,6 @@ Template_Path = /home/link/Work/w3.org/validator-HEAD/share/templates/en_U
Include charset.cfg
</Charsets>
-<Types>
- Include types.conf
-</Types>
-
#
# DanC territory...