aboutsummaryrefslogtreecommitdiff
path: root/Magdir/sgml
diff options
context:
space:
mode:
Diffstat (limited to 'Magdir/sgml')
-rw-r--r--Magdir/sgml35
1 files changed, 35 insertions, 0 deletions
diff --git a/Magdir/sgml b/Magdir/sgml
new file mode 100644
index 000000000000..ba6c3ef8971b
--- /dev/null
+++ b/Magdir/sgml
@@ -0,0 +1,35 @@
+
+#------------------------------------------------------------------------------
+# sgml: file(1) magic for Standard Generalized Markup Language
+# HyperText Markup Language (HTML) is an SGML document type,
+# from Daniel Quinlan (quinlan@yggdrasil.com)
+# adapted to string extenstions by Anthon van der Neut <anthon@mnt.org)
+0 string/cB \<!DOCTYPE\ html HTML document text
+0 string/cb \<head HTML document text
+0 string/cb \<title HTML document text
+0 string/cb \<html HTML document text
+
+# Extensible markup language (XML), a subset of SGML
+# from Marc Prud'hommeaux (marc@apocalypse.org)
+0 string/cb \<?xml XML document text
+0 string \<?xml\ version\ " XML
+0 string \<?xml\ version=" XML
+0 string \<?xml\ version=' XML
+>15 string >\0 %.3s document text
+>>23 string \<xsl:stylesheet (XSL stylesheet)
+>>24 string \<xsl:stylesheet (XSL stylesheet)
+0 string/b \<?xml XML document text
+0 string/cb \<?xml broken XML document text
+
+
+# SGML, mostly from rph@sq
+0 string/cb \<!doctype exported SGML document text
+0 string/cb \<!subdoc exported SGML subdocument text
+0 string/cb \<!-- exported SGML document text
+
+# Web browser cookie files
+# (Mozilla, Galeon, Netscape 4, Konqueror..)
+# Ulf Harnhammar <ulfh@update.uu.se>
+0 string #\ HTTP\ Cookie\ File Web browser cookie text
+0 string #\ Netscape\ HTTP\ Cookie\ File Netscape cookie text
+0 string #\ KDE\ Cookie\ File Konqueror cookie text