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>
<!-- Optional category tag. -->
<!-- Tags include: proj, doc, kern, arch, ports, vendor, misc -->
<project cat='proj'>
<title>Status Report Sample</title>
<!-- Required section -->
<contact>
<person>
<name>
@ -15,6 +19,7 @@
</person>
</contact>
<!-- Optional section but highly encouraged. -->
<links>
<!-- A hypertext link with a description... -->
<url href="http://www.example.com/project/url/here">Description
@ -24,6 +29,7 @@
<url href="http://www.example.net/another/url" />
</links>
<!-- Required section. -->
<body>
<p>You can start your first paragraph here. Generally speaking, you
will only usually submit one paragraph per status report, as they
@ -33,4 +39,12 @@
<p>Just start another `p' tag.</p>
</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>