diff options
author | ville <ville@localhost> | 2003-01-03 20:21:56 +0000 |
---|---|---|
committer | ville <ville@localhost> | 2003-01-03 20:21:56 +0000 |
commit | b24f1f6478c268444d4ce436fb3ba81bc32a4c86 (patch) | |
tree | 21650e297e519532cd4229106a9d446f719b52e2 /htdocs | |
parent | 8e051c9965417302417a4da1a8eebffd6fcb08ec (diff) | |
download | markup-validator-b24f1f6478c268444d4ce436fb3ba81bc32a4c86.zip markup-validator-b24f1f6478c268444d4ce436fb3ba81bc32a4c86.tar.gz markup-validator-b24f1f6478c268444d4ce436fb3ba81bc32a4c86.tar.bz2 |
Applying patches from Dave Evans (with minor tweaks).
See <http://lists.w3.org/Archives/Public/www-validator/2003Jan/0005.html>
Diffstat (limited to 'htdocs')
-rw-r--r-- | htdocs/config/types.conf | 6 | ||||
-rw-r--r-- | htdocs/config/validator.conf | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/htdocs/config/types.conf b/htdocs/config/types.conf index e75183b..8604091 100644 --- a/htdocs/config/types.conf +++ b/htdocs/config/types.conf @@ -1,7 +1,7 @@ # # Main Document Type Database for the W3C MarkUp Validation Service. # -# $Id: types.conf,v 1.1 2002-12-08 01:46:44 link Exp $ +# $Id: types.conf,v 1.2 2003-01-03 20:21:55 ville Exp $ # # Maintains all information for each of the document types we support. # See 'perldoc Config::General' for the syntax, and be aware that the @@ -173,7 +173,7 @@ Display = HTML 4.0 Frameset Info_URL = http://www.w3.org/TR/1998/REC-html40-19980424/ PubID = -//W3C//DTD HTML 4.0 Frameset//EN - SysID http://www.w3.org/TR/1998/REC-html40-19980424/frameset.dtd + SysID = http://www.w3.org/TR/1998/REC-html40-19980424/frameset.dtd Parse_Mode = SGML <Content_Types> Allowed = text/html @@ -241,7 +241,7 @@ Name = html Display = HTML 4.01 Frameset Info_URL = http://www.w3.org/TR/1999/REC-html401-19991224/ - PubID = -//W3C//DTD HTML 4.01 Transitional//EN + PubID = -//W3C//DTD HTML 4.01 Frameset//EN SysID = http://www.w3.org/TR/1999/REC-html401-19991224/frameset.dtd Parse_Mode = SGML <Content_Types> diff --git a/htdocs/config/validator.conf b/htdocs/config/validator.conf index 6e1543e..bf72bbf 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.5 2002-12-08 01:46:44 link Exp $ +# $Id: validator.conf,v 1.6 2003-01-03 20:21:55 ville 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*'. @@ -53,7 +53,7 @@ SGML_Library = /usr/local/validator/htdocs/sgml-lib </Charsets> <Types> - Include types.cfg + Include types.conf </Types> |