aboutsummaryrefslogtreecommitdiff
path: root/en/news/status/report-sample.xml
blob: 210e02d1da55ac3609b5b95d12f9e56ece443eb1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
<!-- $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>
	<given>John</given>

	<common>Smith</common>
      </name>

      <email>test@FreeBSD.org</email>
    </person>
  </contact>

  <!-- Optional section but highly encouraged. -->
  <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>

  <!-- 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
      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>

  <!-- 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>