summaryrefslogtreecommitdiffstats
path: root/htdocs/config/check.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'htdocs/config/check.cfg')
-rw-r--r--htdocs/config/check.cfg66
1 files changed, 66 insertions, 0 deletions
diff --git a/htdocs/config/check.cfg b/htdocs/config/check.cfg
new file mode 100644
index 0000000..22a7995
--- /dev/null
+++ b/htdocs/config/check.cfg
@@ -0,0 +1,66 @@
+#
+# Main Configuration File for the W3C HTML Validation Service.
+#
+# $Id: check.cfg,v 1.2 2002-08-20 01:51:24 link Exp $
+#
+# Basic Key/Value pairs, separated by TABs.
+# Blank lines and lines beginning with "#" are ignored.
+#
+# The file:// URLs aren't really URLs; it's just convenient shorthand.
+#
+# TODO:
+# * Document format in /docs instead of here.
+# * Ditch this format for a sane one; probably using Config::General.
+#
+
+DEBUG 1
+
+#
+# Email address of the maintainer of this service.
+Maintainer gerald@w3.org
+
+#
+# The "Home Page" for the service.
+Home Page http://validator.w3.org/
+
+#
+# Base URI To Error Explanations (doc/errors.html)
+Msg FAQ URI http://validator.w3.org/docs/errors.html
+
+#
+# Base URI for the Element Reference.
+Element Ref URI http://www.htmlhelp.com/reference/html40/
+
+#
+# The SGML Library Path.
+SGML Library /usr/local/validator/htdocs/sgml-lib
+
+#
+# The SGML Parser to use.
+SGML Parser /usr/bin/onsgmls
+
+#
+# Mapping tables etc...
+Element Map file:///usr/local/validator/htdocs/config/eref.cfg
+FPI to Text file:///usr/local/validator/htdocs/config/fpis.cfg
+Error to URI file:///usr/local/validator/htdocs/config/frag.cfg
+File Type file:///usr/local/validator/htdocs/config/type.cfg
+Doctypes file:///usr/local/validator/htdocs/config/doctypes.cfg
+Charsets file:///usr/local/validator/htdocs/config/charset.cfg
+
+
+#
+# DanC territory...
+Tips DB file:///usr/local/validator/htdocs/config/tips.cfg
+
+
+#
+# The "templates" for headers, footers...
+Header /usr/local/validator/htdocs/header.html
+Footer /usr/local/validator/htdocs/footer.html
+
+
+#
+# Allowed Protocols
+# - List of (comma separated) protocol schemes to allow.
+Allowed Protocols http,https