validator/htdocs/config types.conf,1.3,1.4 validator.conf,1.12,1.13 doctypes.cfg,1.9,NONE fpis.cfg,1.20,NONE frag.cfg,1.8,NONE

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

Modified Files:
	types.conf validator.conf 
Removed Files:
	doctypes.cfg fpis.cfg frag.cfg 
Log Message:
Landing first cut of new config layout. Clean up various config names,
nuke obsoleted config files, and start to make use of new Types Registry.

There's breakage. There's unfinished pieces (type.cfg). Fun all around! :-)



--- frag.cfg DELETED ---

--- doctypes.cfg DELETED ---

Index: validator.conf
===================================================================
RCS file: /sources/public/validator/htdocs/config/validator.conf,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- validator.conf	21 Jul 2004 16:18:29 -0000	1.12
+++ validator.conf	3 Sep 2004 01:26:33 -0000	1.13
@@ -7,68 +7,75 @@
 # 'SplitPolicy' is 'equalsign', ie. keys and values are separated by '\s*=\s*'.
 #
 
-DEBUG               = 0
+#
+# This controls whether the debugging options are allowed to be enabled. 
+Allow Debug = yes
 
 #
-# Email address of the maintainer of this service.
-Maintainer          = www-validator@w3.org
+# This lets you permanently enable the debugging options. Can be overridden
+# with CGI options (unlike "Allow Debug" above).
+Enable Debug  = no
 
 #
-# The "Home Page" for the service.  Make sure this ends with a slash.
-Home_Page           = http://validator.w3.org/
+# Whether private RFC1918 addresses are allowed.
+Allow Private IPs = no
 
 #
-# Base URI To Error Explanations (doc/errors.html)
-Msg_FAQ_URI         = ${Home_Page}docs/errors.html
+# Email address of the maintainer of this service.
+Maintainer = www-validator@w3.org
+
+#
+# The "Home Page" for the service.  Make sure this ends with a slash.
+Home Page = http://validator.w3.org/
 
 #
 # Base URI for the Element Reference.
-Element_Ref_URI     = http://www.htmlhelp.com/reference/html40/
+Element Ref URI = http://www.htmlhelp.com/reference/html40/
 
 #
 # The SGML Library Path.
-SGML Library        = /usr/local/validator/htdocs/sgml-lib
+SGML Library = /home/link/Work/w3.org/validator-HEAD/htdocs/sgml-lib
 
 #
 # The SGML Parser to use.  Defaults to /usr/bin/onsgmls.
-SGML Parser         = /usr/bin/onsgmls
+SGML Parser = /usr/bin/onsgmls
 
 #
 # Location of template files
-Template_Path       = /usr/local/validator/share/templates/en_US
+Template Path = /home/link/Work/w3.org/validator-HEAD/share/templates/en_US
 
 #
 # Mapping tables etc...
 
-<Element_Map>
+<Elements>
   Include eref.cfg
-</Element_Map>
-
-<Error_to_URI>
-  Include frag.cfg
-</Error_to_URI>
+</Elements>
 
 <Types>
   Include types.conf
 </Types>
 
-<File_Type>
-  Include type.cfg
-</File_Type>
-
 <Charsets>
   Include charset.cfg
 </Charsets>
 
+#
+# Compatibility shim. @@FIXME: Delete this and fix the borkage!;
+<File_Type>
+  Include type.cfg
+</Types>
+
 
 #
-# DanC territory...
-<Tips_DB>
+# Source for the "Tip of The Day" blurbs.
+<Tips>
   Include tips.cfg
 </Tips>
 
 
 #
-# Comma separated list of protocols the validator is allowed to use for
-# retrieving documents.  The default is to allow http and https.
-#Allowed_Protocols   = data,http,https
+# Protocols the validator is allowed to use for retrieving documents.
+# The default is to allow http and https.
+<Protocols>
+  Allow = data,http,https
+</Protocols>

--- fpis.cfg DELETED ---

Index: types.conf
===================================================================
RCS file: /sources/public/validator/htdocs/config/types.conf,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- types.conf	24 Feb 2003 23:33:18 -0000	1.3
+++ types.conf	3 Sep 2004 01:26:33 -0000	1.4
@@ -21,14 +21,14 @@
 <HTML_2_0>
   Name       = html
   Display    = HTML 2.0
-  Info_URL   = http://www.w3.org/MarkUp/html-spec/
+  Info URL   = http://www.w3.org/MarkUp/html-spec/
   PubID      = -//IETF//DTD HTML 2.0//EN
-  Parse_Mode = SGML
-  <Content_Types>
+  Parse Mode = SGML
+  <Types>
     Allowed   = text/html
     Forbidden = application/xhtml+xml
     Preferred = text/html
-  </Content_Types>
+  </Types>
   <Badge>
     URI    = http://validator.w3.org/images/vh20
   </Badge>
@@ -37,14 +37,14 @@
 <HTML_2_0_Level_2>
   Name       = html
   Display    = HTML 2.0 Level 2
-  Info_URL   = http://www.w3.org/MarkUp/html-spec/
+  Info URL   = http://www.w3.org/MarkUp/html-spec/
   PubID      = -//IETF//DTD HTML 2.0 Level 2//EN
-  Parse_Mode = SGML
-  <Content_Types>
+  Parse Mode = SGML
+  <Types>
     Allowed   = text/html
     Forbidden = application/xhtml+xml
     Preferred = text/html
-  </Content_Types>
+  </Types>
   <Badge>
     URI    = http://validator.w3.org/images/vh20
   </Badge>
@@ -53,14 +53,14 @@
 <HTML_2_0_Level_1>
   Name       = html
   Display    = HTML 2.0 Level 1
-  Info_URL   = http://www.w3.org/MarkUp/html-spec/
+  Info URL   = http://www.w3.org/MarkUp/html-spec/
   PubID      = -//IETF//DTD HTML 2.0 Level 2//EN
-  Parse_Mode = SGML
-  <Content_Types>
+  Parse Mode = SGML
+  <Types>
     Allowed   = text/html
     Forbidden = application/xhtml+xml
     Preferred = text/html
-  </Content_Types>
+  </Types>
   <Badge>
     URI    = http://validator.w3.org/images/vh20
   </Badge>
@@ -69,14 +69,14 @@
 <HTML_2_0_Strict>
   Name       = html
   Display    = HTML 2.0 Strict
-  Info_URL   = http://www.w3.org/MarkUp/html-spec/
+  Info URL   = http://www.w3.org/MarkUp/html-spec/
   PubID      = -//IETF//DTD HTML 2.0 Strict//EN
-  Parse_Mode = SGML
-  <Content_Types>
+  Parse Mode = SGML
+  <Types>
     Allowed   = text/html
     Forbidden = application/xhtml+xml
     Preferred = text/html
-  </Content_Types>
+  </Types>
   <Badge>
     URI    = http://validator.w3.org/images/vh20
   </Badge>
@@ -85,14 +85,14 @@
 <HTML_2_0_Strict_Level_1>
   Name       = html
   Display    = HTML 2.0 Strict Level 1
-  Info_URL   = http://www.w3.org/MarkUp/html-spec/
+  Info URL   = http://www.w3.org/MarkUp/html-spec/
   PubID      = -//IETF//DTD HTML 2.0 Strict Level 1//EN
-  Parse_Mode = SGML
-  <Content_Types>
+  Parse Mode = SGML
+  <Types>
     Allowed   = text/html
     Forbidden = application/xhtml+xml
     Preferred = text/html
-  </Content_Types>
+  </Types>
   <Badge>
     URI    = http://validator.w3.org/images/vh20
   </Badge>
@@ -103,14 +103,14 @@
 <HTML_3_2>
   Name       = html
   Display    = HTML 3.2
-  Info_URL   = http://www.w3.org/TR/REC-html32
+  Info URL   = http://www.w3.org/TR/REC-html32
   PubID      = -//W3C//DTD HTML 3.2 Final//EN
-  Parse_Mode = SGML
-  <Content_Types>
+  Parse Mode = SGML
+  <Types>
     Allowed   = text/html
     Forbidden = application/xhtml+xml
     Preferred = text/html
-  </Content_Types>
+  </Types>
   <Badge>
     URI    = http://www.w3.org/Icons/valid-html32
     Height = 31
@@ -125,15 +125,15 @@
 <HTML_4_0_Strict>
   Name       = html
   Display    = HTML 4.0 Strict
-  Info_URL   = http://www.w3.org/TR/1998/REC-html40-19980424/
+  Info URL   = http://www.w3.org/TR/1998/REC-html40-19980424/
   PubID      = -//W3C//DTD HTML 4.0//EN
   SysID      = http://www.w3.org/TR/1998/REC-html40-19980424/strict.dtd
-  Parse_Mode = SGML
-  <Content_Types>
+  Parse Mode = SGML
+  <Types>
     Allowed   = text/html
     Forbidden = application/xhtml+xml
     Preferred = text/html
-  </Content_Types>
+  </Types>
   <Namespaces>
     Allowed   = 
     Required  = 0
@@ -148,15 +148,15 @@
 <HTML_4_0_Transitional>
   Name       = html
   Display    = HTML 4.0 Transitional
-  Info_URL   = http://www.w3.org/TR/1998/REC-html40-19980424/
+  Info URL   = http://www.w3.org/TR/1998/REC-html40-19980424/
   PubID      = -//W3C//DTD HTML 4.0 Transitional//EN
   SysID      = http://www.w3.org/TR/1998/REC-html40-19980424/loose.dtd
-  Parse_Mode = SGML
-  <Content_Types>
+  Parse Mode = SGML
+  <Types>
     Allowed   = text/html
     Forbidden = application/xhtml+xml
     Preferred = text/html
-  </Content_Types>
+  </Types>
   <Namespaces>
     Allowed   = 
     Required  = 0
@@ -171,15 +171,15 @@
 <HTML_4_0_Frameset>
   Name       = html
   Display    = HTML 4.0 Frameset
-  Info_URL   = http://www.w3.org/TR/1998/REC-html40-19980424/
+  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
-  Parse_Mode = SGML
-  <Content_Types>
+  Parse Mode = SGML
+  <Types>
     Allowed   = text/html
     Forbidden = application/xhtml+xml
     Preferred = text/html
-  </Content_Types>
+  </Types>
   <Namespaces>
     Allowed   = 
     Required  = 0
@@ -194,15 +194,15 @@
 <HTML_4_01_Strict>
   Name       = html
   Display    = HTML 4.01 Strict
-  Info_URL   = http://www.w3.org/TR/1999/REC-html401-19991224/
+  Info URL   = http://www.w3.org/TR/1999/REC-html401-19991224/
   PubID      = -//W3C//DTD HTML 4.01//EN
   SysID      = http://www.w3.org/TR/1999/REC-html401-19991224/strict.dtd
-  Parse_Mode = SGML
-  <Content_Types>
+  Parse Mode = SGML
+  <Types>
     Allowed   = text/html
     Forbidden = application/xhtml+xml
     Preferred = text/html
-  </Content_Types>
+  </Types>
   <Namespaces>
     Allowed   = 
     Required  = 0
@@ -217,15 +217,15 @@
 <HTML_4_01_Transitional>
   Name       = html
   Display    = HTML 4.01 Transitional
-  Info_URL   = http://www.w3.org/TR/1999/REC-html401-19991224/
+  Info URL   = http://www.w3.org/TR/1999/REC-html401-19991224/
   PubID      = -//W3C//DTD HTML 4.01 Transitional//EN
   SysID      = http://www.w3.org/TR/1999/REC-html401-19991224/loose.dtd
-  Parse_Mode = SGML
-  <Content_Types>
+  Parse Mode = SGML
+  <Types>
     Allowed   = text/html
     Forbidden = application/xhtml+xml
     Preferred = text/html
-  </Content_Types>
+  </Types>
   <Namespaces>
     Allowed   = 
     Required  = 0
@@ -240,15 +240,15 @@
 <HTML_4_01_Frameset>
   Name       = html
   Display    = HTML 4.01 Frameset
-  Info_URL   = http://www.w3.org/TR/1999/REC-html401-19991224/
+  Info URL   = http://www.w3.org/TR/1999/REC-html401-19991224/
   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>
+  Parse Mode = SGML
+  <Types>
     Allowed   = text/html
     Forbidden = application/xhtml+xml
     Preferred = text/html
-  </Content_Types>
+  </Types>
   <Namespaces>
     Allowed   = 
     Required  = 0
@@ -263,15 +263,15 @@
 <XHTML_1_0_Strict>
   Name       = html
   Display    = XHTML 1.0 Strict
-  Info_URL   = http://www.w3.org/TR/2000/REC-xhtml1-20000126/
+  Info URL   = http://www.w3.org/TR/2000/REC-xhtml1-20000126/
   PubID      = -//W3C//DTD XHTML 1.0 Strict//EN
   SysID      = http://www.w3.org/TR/2002/REC-xhtml1-20020801/DTD/xhtml1-strict.dtd
-  Parse_Mode = XML
-  <Content_Types>
+  Parse Mode = XML
+  <Types>
     Allowed   = text/html
     Allowed   = application/xhtml+xml
     Preferred = application/xhtml+xml
-  </Content_Types>
+  </Types>
   <Namespaces>
     Allowed   = http://www.w3.org/1999/xhtml
     Required  = 1
@@ -286,15 +286,15 @@
 <XHTML_1_0_Transitional>
   Name       = html
   Display    = XHTML 1.0 Transitional
-  Info_URL   = http://www.w3.org/TR/2000/REC-xhtml1-20000126/
+  Info URL   = http://www.w3.org/TR/2000/REC-xhtml1-20000126/
   PubID      = -//W3C//DTD XHTML 1.0 Transitional//EN
   SysID      = http://www.w3.org/TR/2002/REC-xhtml1-20020801/DTD/xhtml1-transitional.dtd
-  Parse_Mode = XML
-  <Content_Types>
+  Parse Mode = XML
+  <Types>
     Allowed   = text/html
     Allowed   = application/xhtml+xml
     Preferred = application/xhtml+xml
-  </Content_Types>
+  </Types>
   <Namespaces>
     Allowed   = http://www.w3.org/1999/xhtml
     Required  = 1
@@ -309,15 +309,15 @@
 <XHTML_1_0_Frameset>
   Name       = html
   Display    = XHTML 1.0 Frameset
-  Info_URL   = http://www.w3.org/TR/2000/REC-xhtml1-20000126/
+  Info URL   = http://www.w3.org/TR/2000/REC-xhtml1-20000126/
   PubID      = -//W3C//DTD XHTML 1.0 Frameset//EN
   SysID      = http://www.w3.org/TR/2002/REC-xhtml1-20020801/DTD/xhtml1-frameset.dtd
-  Parse_Mode = XML
-  <Content_Types>
+  Parse Mode = XML
+  <Types>
     Allowed   = text/html
     Allowed   = application/xhtml+xml
     Preferred = application/xhtml+xml
-  </Content_Types>
+  </Types>
   <Namespaces>
     Allowed   = http://www.w3.org/1999/xhtml
     Required  = 1
@@ -332,15 +332,15 @@
 <XHTML_Basic_1_0>
   Name       = html
   Display    = XHTML Basic 1.0
-  Info_URL   = http://www.w3.org/TR/xhtml-basic/
+  Info URL   = http://www.w3.org/TR/xhtml-basic/
   PubID      = -//W3C//DTD XHTML Basic 1.0//EN
   SysID      = http://www.w3.org/TR/2000/REC-xhtml-basic-20001219/xhtml-basic10.dtd
-  Parse_Mode = XML
-  <Content_Types>
+  Parse Mode = XML
+  <Types>
     Allowed   = text/html
     Allowed   = application/xhtml+xml
     Preferred = application/xhtml+xml
-  </Content_Types>
+  </Types>
   <Namespaces>
     Allowed   = http://www.w3.org/1999/xhtml
     Required  = 1
@@ -355,15 +355,15 @@
 <XHTML_1_1>
   Name       = html
   Display    = XHTML 1.1
-  Info_URL   = http://www.w3.org/TR/xhtml11/
+  Info URL   = http://www.w3.org/TR/xhtml11/
   PubID      = -//W3C//DTD XHTML 1.1//EN
   SysID      = http://www.w3.org/TR/2001/REC-xhtml11-20010531/DTD/xhtml11-flat.dtd
-  Parse_Mode = XML
-  <Content_Types>
+  Parse Mode = XML
+  <Types>
     Allowed   = application/xhtml+xml
     Forbidden = text/html
     Preferred = application/xhtml+xml
-  </Content_Types>
+  </Types>
   <Namespaces>
     Allowed   = http://www.w3.org/1999/xhtml
     Required  = 1
@@ -378,14 +378,14 @@
 <ISO_IEC_15445_2000>
   Name       = html
   Display    = ISO/IEC 15445:2000 ("ISO HTML")
-  Info_URL   = http://purl.org/NET/ISO+IEC.15445/15445.html
+  Info URL   = http://purl.org/NET/ISO+IEC.15445/15445.html
   PubID      = ISO/IEC 15445:2000//DTD HTML//EN
-  Parse_Mode = SGML
-  <Content_Types>
+  Parse Mode = SGML
+  <Types>
     Allowed   = text/html
     Forbidden = application/xhtml+xml
     Preferred = text/html
-  </Content_Types>
+  </Types>
   <Badge>
     URI    = http://validator.w3.org/images/v15445
   </Badge>

Received on Friday, 3 September 2004 01:26:36 UTC