aboutsummaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
authorGabor Kovesdan <gabor@FreeBSD.org>2014-01-19 12:40:13 +0000
committerGabor Kovesdan <gabor@FreeBSD.org>2014-01-19 12:40:13 +0000
commit395845e6b699bcf8a0eb2947c613620d57ecd98d (patch)
treecd6995cc034587b1ad3e42de4266cb2ff908b89d /share
parentb99fd09e8927c29c9ca318f2beda3c65ac978205 (diff)
downloaddoc-395845e6b699bcf8a0eb2947c613620d57ecd98d.tar.gz
doc-395845e6b699bcf8a0eb2947c613620d57ecd98d.zip
- Add a sponsor element to the status report DTD so that sponsores can be
mentioned in a unified manner - Generate sponsor entries into the output - Update the template Requested by: theraven
Notes
Notes: svn path=/head/; revision=43567
Diffstat (limited to 'share')
-rw-r--r--share/xml/statusreport.dtd4
1 files changed, 3 insertions, 1 deletions
diff --git a/share/xml/statusreport.dtd b/share/xml/statusreport.dtd
index 21abc27e91..605cfd955a 100644
--- a/share/xml/statusreport.dtd
+++ b/share/xml/statusreport.dtd
@@ -44,7 +44,7 @@
id ID #IMPLIED
>
-<!ELEMENT project (title, contact, links, body, help?)>
+<!ELEMENT project (title, contact, links, body, sponsor*, help?)>
<!ATTLIST project
id ID #IMPLIED
cat CDATA #REQUIRED
@@ -86,6 +86,8 @@
href CDATA #REQUIRED
>
+<!ELEMENT sponsor (#PCDATA)>
+
<!ELEMENT help (task)+>
<!ATTLIST help
id ID #IMPLIED