Add a sample XML status report entry for those who wish to submit

their reports in that fashion (it's a lot easier to compile them
this way).
This commit is contained in:
Chris Costello 2001-10-17 02:27:35 +00:00
parent a4d4d2da16
commit 9732ee18a5
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=10968

View file

@ -0,0 +1,36 @@
<!-- $FreeBSD$ -->
<project>
<title>Status Report Sample</title>
<contact>
<person>
<name>
<given>Joe</given>
<common>Committer</common>
</name>
<email>test@FreeBSD.org</email>
</person>
</contact>
<links>
<!-- A hypertext link with a description... -->
<url href="http://www.example.com/project/url/here">Description
here.</url>
<!-- And/or one without. -->
<url href="http://www.example.net/another/url" />
</links>
<body>
<p>You can start your first paragraph here. Generally speaking, you
will only usually submit one paragraph per status report, as they
are intended to be somewhat brief. If, however, you find it
necessary to write one with multiple paragraphs, it's fairly
straightforward.</p>
<p>Just start another `p' tag.</p>
</body>
</project>