diff options
Diffstat (limited to 'htdocs/config')
-rw-r--r-- | htdocs/config/doctypes.cfg | 3 | ||||
-rw-r--r-- | htdocs/config/fpis.cfg | 3 | ||||
-rw-r--r-- | htdocs/config/type.cfg | 4 |
3 files changed, 6 insertions, 4 deletions
diff --git a/htdocs/config/doctypes.cfg b/htdocs/config/doctypes.cfg index b602384..eb4bd08 100644 --- a/htdocs/config/doctypes.cfg +++ b/htdocs/config/doctypes.cfg @@ -1,7 +1,7 @@ # # Mapping of HTML Version "names" to DOCTYPEs. Used for DOCTYPE overide. # -# $Id: doctypes.cfg,v 1.5 2001-07-29 07:05:05 link Exp $ +# $Id: doctypes.cfg,v 1.6 2001-07-29 08:00:50 link Exp $ HTML 0.0 <!DOCTYPE html PUBLIC "-//IETF//DTD HTML Level 0//EN//2.0"> Strict HTML 0.0 <!DOCTYPE html PUBLIC "-//IETF//DTD HTML Strict Level 0//EN//2.0"> @@ -43,4 +43,5 @@ XHTML 1.0 Frameset <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN" " XHTML Basic 1.0 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML Basic 1.0//EN" "http://www.w3.org/TR/xhtml-basic/xhtml-basic10.dtd"> XHTML 1.1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> SVG 1.0 <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.0//EN" "http://www.w3.org/TR/2001/PR-SVG-20010719/DTD/svg10.dtd"> +SMIL 1.0 <!DOCTYPE smil PUBLIC "-//W3C//DTD SMIL 1.0//EN" "http://www.w3.org/TR/REC-smil/SMIL10.dtd"> diff --git a/htdocs/config/fpis.cfg b/htdocs/config/fpis.cfg index 242651f..9c3c9be 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.13 2001-07-29 07:05:06 link Exp $ +# $Id: fpis.cfg,v 1.14 2001-07-29 08:00:50 link Exp $ -//IETF//DTD HTML Level 0//EN//2.0 HTML 0.0 -//IETF//DTD HTML Strict Level 0//EN//2.0 Strict HTML 0.0 @@ -61,4 +61,5 @@ ISO/IEC 15445:2000//DTD HTML//EN <a href="http://purl.org/NET/ISO+IEC.15445/1544 -//W3C//DTD SVG 20010719//EN <a href="http://www.w3.org/TR/2001/PR-SVG-20010719/">SVG 1.0 PR 20010719</a> +-//W3C//DTD SMIL 1.0//EN <a href="http://www.w3.org/TR/1998/REC-smil-19980615/">SMIL 1.0</a> diff --git a/htdocs/config/type.cfg b/htdocs/config/type.cfg index aa113f6..2a5aaac 100644 --- a/htdocs/config/type.cfg +++ b/htdocs/config/type.cfg @@ -1,12 +1,12 @@ # # Mapping of Content-Type to document type. # -# $Id: type.cfg,v 1.3 2001-07-29 07:05:06 link Exp $ +# $Id: type.cfg,v 1.4 2001-07-29 08:00:50 link Exp $ text/xml xml image/svg svg image/svg+xml svg -application/smil xml +application/smil smil application/xml xml text/html html text/vnd.wap.wml xml |