summaryrefslogtreecommitdiffstats
path: root/htdocs/config
diff options
context:
space:
mode:
Diffstat (limited to 'htdocs/config')
-rw-r--r--htdocs/config/charset.cfg3
-rw-r--r--htdocs/config/checklink.conf18
-rw-r--r--htdocs/config/fpis.cfg7
-rw-r--r--htdocs/config/frag.cfg87
-rw-r--r--htdocs/config/tips.cfg6
5 files changed, 32 insertions, 89 deletions
diff --git a/htdocs/config/charset.cfg b/htdocs/config/charset.cfg
index 7745c93..5cb4486 100644
--- a/htdocs/config/charset.cfg
+++ b/htdocs/config/charset.cfg
@@ -1,7 +1,7 @@
#
# Mapping of 'charset' or 'encoding' parameter to conversion parameter
#
-# $Id: charset.cfg,v 1.7 2002-11-26 21:40:19 ville Exp $
+# $Id: charset.cfg,v 1.8 2003-05-24 20:32:46 link Exp $
#
# this version for glibc iconv 2.1; change for other versions
#
@@ -37,6 +37,7 @@ iso-8859-10 = I iso-8859-10
iso-8859-13 = I iso-8859-13
iso-8859-14 = I iso-8859-14
iso-8859-15 = I iso-8859-15
+iso-8859-16 = I iso-8859-16
us-ascii = I us-ascii
iso-2022-jp = I iso-2022-jp
shift_jis = I shift_jis
diff --git a/htdocs/config/checklink.conf b/htdocs/config/checklink.conf
new file mode 100644
index 0000000..f7903c5
--- /dev/null
+++ b/htdocs/config/checklink.conf
@@ -0,0 +1,18 @@
+#
+# Configuration file for the W3C Link Checker
+# $Id: checklink.conf,v 1.2 2003-05-24 20:32:46 link Exp $
+#
+# See Config::General(3) for the syntax; 'SplitPolicy' is 'equalsign' here.
+#
+
+#
+# Regular expression for matching "trusted" domains. This is used to
+# restrict the domains where HTTP basic authentication will be sent.
+# This is matched case insensitively against resoures' hostnames.
+#
+# Not specifying a value here means that the basic authentication will only
+# be sent to the same host where the authentication was requested from.
+#
+# For example, the following would allow sending the authentication to any
+# host in the w3.org domain (and *only* there):
+# Trusted = \.w3\.org$
diff --git a/htdocs/config/fpis.cfg b/htdocs/config/fpis.cfg
index 152baf2..94e6eb6 100644
--- a/htdocs/config/fpis.cfg
+++ b/htdocs/config/fpis.cfg
@@ -1,7 +1,7 @@
#
# Mapping of FPIs to plain text version strings.
#
-# $Id: fpis.cfg,v 1.18 2002-12-01 13:40:32 link Exp $
+# $Id: fpis.cfg,v 1.19 2003-05-24 20:32:46 link Exp $
-//IETF//DTD HTML Level 0//EN//2.0 = \
HTML 2.0 Level 0
@@ -24,6 +24,11 @@
-//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)
diff --git a/htdocs/config/frag.cfg b/htdocs/config/frag.cfg
index dffae37..b454ddd 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.
#
-# $Id: frag.cfg,v 1.6 2002-11-26 21:40:19 ville Exp $
+# $Id: frag.cfg,v 1.7 2003-05-24 20:32:46 link Exp $
#
# Original SP version.
@@ -74,88 +74,3 @@ ID FOO already defined = \
ID FOO first defined here = \
dup-id
-
-#
-# Horribly verbose versions from lq-nsgmls.
-#
-
-document type does not allow element FOO here = \
- not-allowed-contained
-
-there is no attribute FOO for this element in this HTML version = \
- attr-undef
-
-an attribute value must be quoted if it contains any character other than \
- letters AZaz digits hyphens and periods use quotes if in doubt = \
- attr-quoted
-
-element FOO not allowed here possible cause is an inline element containing a \
- blocklevel element = \
- not-allowed
-
-element FOO not allowed here check which elements this element may be \
- contained within = \
- not-allowed
-
-missing a required subelement of FOO = \
- missing-subel
-
-unknown entity FOO = \
- bad-entity
-
-end tag for FOO omitted possible causes include a missing end tag improper \
- nesting of elements or use of an element where it is not allowed = \
- no-end-tag
-
-start tag was here = \
- start-tag
-
-end tag for element FOO which is not open try removing the end tag or check \
- for improper nesting of elements = \
- floating-close
-
-element FOO not defined in this HTML version = \
- undef-tag
-
-required attribute FOO not specified = \
- attr-missing
-
-text is not allowed here try wrapping the text in a more descriptive \
- container = \
- text-not-allowed
-
-value of attribute FOO cannot be FOO must be one of FOO = \
- unkn-att-val
-
-character FOO not allowed in attribute specification list possibly caused by \
- a missing quotation mark ending a previous attribute value = \
- no-attr-end
-
-reference to nonSGML character = \
- bad-char
-
-duplicate specification of attribute FOO = \
- dup-attr
-
-an attribute specification must start with a name or name token = \
- attr-spec-nmtoken
-
-invalid comment declaration check your comment syntax = \
- inval-comment
-
-comment declaration started here = \
- inval-comment
-
-element FOO not allowed here assuming missing FOO starttag = \
- assuming-missing-starttag
-
-#
-# Reported but not yet explained...
-
-FOO not finished but containing element ended
-
-#
-# Doesn't work for some reason..?
-
-invalid attribute value = \
- invalid-attr-val
diff --git a/htdocs/config/tips.cfg b/htdocs/config/tips.cfg
index e2dd75f..08b7617 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.4 2002-11-26 21:40:19 ville Exp $
+# $Id: tips.cfg,v 1.5 2003-05-24 20:32:46 link Exp $
#
http://www.w3.org/2001/06tips/good-titles = \
@@ -26,3 +26,7 @@ http://www.w3.org/2001/06tips/Doctype = \
http://www.w3.org/Provider/Style/URI = \
Cool URIs don't change!
+
+http://www.w3.org/2001/06tips/altAttribute = \
+ Use the <code>alt</code> attribute
+