diff options
Diffstat (limited to 'contrib/file/Magdir/sgml')
-rw-r--r-- | contrib/file/Magdir/sgml | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/contrib/file/Magdir/sgml b/contrib/file/Magdir/sgml new file mode 100644 index 000000000000..e831c3c3f9e0 --- /dev/null +++ b/contrib/file/Magdir/sgml @@ -0,0 +1,20 @@ + +#------------------------------------------------------------------------------ +# 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/c \<head HTML document text +0 string/c \<title HTML document text +0 string/c \<html HTML document text + +# Extensible markup language (XML), a subset of SGML +# from Marc Prud'hommeaux (marc@apocalypse.org) +0 string/c \<?xml XML document text + + +# SGML, mostly from rph@sq +0 string/c \<!doctype exported SGML document text +0 string/c \<!subdoc exported SGML subdocument text +0 string \<!-- exported SGML document text |