diff options
Diffstat (limited to 'authors.dtd')
-rw-r--r-- | authors.dtd | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/authors.dtd b/authors.dtd new file mode 100644 index 0000000..77d43c5 --- /dev/null +++ b/authors.dtd @@ -0,0 +1,12 @@ +<!-- + + Simple DTD for Tinyproxy authors. This file was adapted from GIMP. + +--> + +<!ELEMENT authors (contributor+)> +<!ATTLIST authors xmlns CDATA #FIXED "http://purl.org/dc/elements/1.1/"> + +<!ELEMENT contributor (#PCDATA)> +<!ATTLIST contributor role CDATA #REQUIRED> +<!ATTLIST contributor last-active CDATA #REQUIRED> |