From 8631a9d531d72b69b22879fe05d01a5e9b73e097 Mon Sep 17 00:00:00 2001 From: Mukund Sivaraman <muks@banu.com> Date: Mon, 18 Jan 2010 17:35:51 +0530 Subject: 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. --- authors.dtd | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 authors.dtd (limited to 'authors.dtd') 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> -- cgit v1.2.3