diff options
author | Mukund Sivaraman <muks@banu.com> | 2010-01-18 17:35:51 +0530 |
---|---|---|
committer | Mukund Sivaraman <muks@banu.com> | 2010-01-18 17:35:51 +0530 |
commit | 8631a9d531d72b69b22879fe05d01a5e9b73e097 (patch) | |
tree | 0b8a178164a615d18b657068638f4e685bf77129 /authors.dtd | |
parent | d396e5592b9caabff12f5d460a771469eef18eba (diff) |
Update the AUTHORS file
This uses an XML based system now to store author names.
We also keep a pre-generated AUTHORS file checked in.
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> |