summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--htdocs/config/types.conf35
1 files changed, 34 insertions, 1 deletions
diff --git a/htdocs/config/types.conf b/htdocs/config/types.conf
index 4171cab..71c55c7 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.13 2005-05-24 06:12:45 ot Exp $
+# $Id: types.conf,v 1.14 2005-06-03 05:01:47 ot Exp $
#
# Maintains all information for each of the document types we support.
# See 'perldoc Config::General' for the syntax, and be aware that the
@@ -447,6 +447,39 @@
</Types>
</SVG_1_1>
+<SVG_1_1_Tiny>
+ Name = svg
+ Display = SVG 1.1 Tiny
+ Info URL = http://www.w3.org/TR/2003/REC-SVGMobile-20030114/
+ PubID = -//W3C//DTD SVG 1.1 Tiny//EN
+ SysID = http://www.w3.org/Graphics/SVG/1.1/DTD/svg11-tiny.dtd
+ Namespace = http://www.w3.org/2000/svg
+ Parse Mode = XML
+ <Types>
+ Allowed = image/svg+xml
+ Forbidden = text/html
+ Preferred = image/svg+xml
+ </Types>
+</SVG_1_1_Tiny>
+
+
+<SVG_1_1_Basic>
+ Name = svg
+ Display = SVG 1.1 Basic
+ Info URL = http://www.w3.org/TR/2003/REC-SVGMobile-20030114/
+ PubID = -//W3C//DTD SVG 1.1 Basic//EN
+ SysID = http://www.w3.org/Graphics/SVG/1.1/DTD/svg11-basic.dtd
+ Namespace = http://www.w3.org/2000/svg
+ Parse Mode = XML
+ <Types>
+ Allowed = image/svg+xml
+ Forbidden = text/html
+ Preferred = image/svg+xml
+ </Types>
+</SVG_1_1_Basic>
+
+
+
<SMIL_1_0>
Name = smil
Display = SMIL 1.0