Update the status report template with some new tags that will improve the

rendering.
This commit is contained in:
Scott Long 2005-01-04 09:02:34 +00:00
parent e3b1a3a524
commit b0aaad23fd
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=23427

View file

@ -1,8 +1,12 @@
<!-- $FreeBSD: www/en/news/status/report-sample.xml,v 1.1 2001/10/17 02:27:35 chris Exp $ --> <!-- $FreeBSD: www/en/news/status/report-sample.xml,v 1.2 2001/10/19 21:53:37 chris Exp $ -->
<project> <project>
<!-- Optional category tag. -->
<!-- Tags include: proj, doc, kern, arch, ports, vendor, misc -->
<project cat='proj'>
<title>Status Report Sample</title> <title>Status Report Sample</title>
<!-- Required section -->
<contact> <contact>
<person> <person>
<name> <name>
@ -15,6 +19,7 @@
</person> </person>
</contact> </contact>
<!-- Optional section but highly encouraged. -->
<links> <links>
<!-- A hypertext link with a description... --> <!-- A hypertext link with a description... -->
<url href="http://www.example.com/project/url/here">Description <url href="http://www.example.com/project/url/here">Description
@ -24,6 +29,7 @@
<url href="http://www.example.net/another/url" /> <url href="http://www.example.net/another/url" />
</links> </links>
<!-- Required section. -->
<body> <body>
<p>You can start your first paragraph here. Generally speaking, you <p>You can start your first paragraph here. Generally speaking, you
will only usually submit one paragraph per status report, as they will only usually submit one paragraph per status report, as they
@ -33,4 +39,12 @@
<p>Just start another `p' tag.</p> <p>Just start another `p' tag.</p>
</body> </body>
<!-- Optional section for listing tasks. -->
<help>
<task>Some work you need help with</task>
<task>More work</task>
<task>Keep these short and to the point</task>
</help>
</project> </project>