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:
parent
a4d4d2da16
commit
9732ee18a5
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=10968
1 changed files with 36 additions and 0 deletions
36
en/news/status/report-sample.xml
Normal file
36
en/news/status/report-sample.xml
Normal 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>
|
Loading…
Reference in a new issue