Fix indentation and other whitespace.
This commit is contained in:
parent
d1a0fa9854
commit
f33bb18d15
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=45745
1 changed files with 48 additions and 47 deletions
|
@ -4,61 +4,62 @@
|
||||||
|
|
||||||
<!-- Optional category tag. -->
|
<!-- Optional category tag. -->
|
||||||
<!-- Tags include: proj, doc, kern, bin, arch, ports, vendor, misc, soc -->
|
<!-- Tags include: proj, doc, kern, bin, arch, ports, vendor, misc, soc -->
|
||||||
<project cat='proj'>
|
<project cat='proj'>
|
||||||
<title>Status Report Sample</title>
|
<title>Status Report Sample</title>
|
||||||
|
|
||||||
<!-- Required section -->
|
<!-- Required section -->
|
||||||
<contact>
|
<contact>
|
||||||
<person>
|
<person>
|
||||||
<name>
|
<name>
|
||||||
<!-- For persons -->
|
<!-- For persons -->
|
||||||
<given>John</given>
|
<given>John</given>
|
||||||
<common>Smith</common>
|
<common>Smith</common>
|
||||||
</name>
|
</name>
|
||||||
|
|
||||||
<email>test@FreeBSD.org</email>
|
<email>test@FreeBSD.org</email>
|
||||||
</person>
|
</person>
|
||||||
|
|
||||||
<!-- For teams or groups -->
|
<!-- For teams or groups -->
|
||||||
<person>
|
<person>
|
||||||
<name>Wunderteam</name>
|
<name>Wunderteam</name>
|
||||||
|
|
||||||
<email>team@FreeBSD.org</email>
|
<email>team@FreeBSD.org</email>
|
||||||
</person>
|
</person>
|
||||||
</contact>
|
</contact>
|
||||||
|
|
||||||
<!-- Optional section but highly encouraged. -->
|
<!-- 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 here.</url>
|
||||||
here.</url>
|
|
||||||
|
|
||||||
<!-- And/or one without. -->
|
<!-- And/or one without. -->
|
||||||
<url href="http://www.example.net/another/url" />
|
<url href="http://www.example.net/another/url" />
|
||||||
</links>
|
</links>
|
||||||
|
|
||||||
<!-- Required section. -->
|
<!-- Required section. -->
|
||||||
<body>
|
<body>
|
||||||
<!-- Do not worry if you are not a native English speaker. -->
|
<!-- Do not worry if you are not a native English speaker. -->
|
||||||
<p>Introduce your work. Do not assume that the person reading the
|
<p>Introduce your work. Do not assume that the person reading
|
||||||
report knows about your project.</p>
|
the report knows about your project.</p>
|
||||||
|
|
||||||
<p>Show the importance of your work. Status reports are not just
|
<p>Show the importance of your work. Status reports are not
|
||||||
about telling everyone that things were done, they also need to
|
just about telling everyone that things were done, they also
|
||||||
explain why they were done.</p>
|
need to explain why they were done.</p>
|
||||||
|
|
||||||
<p>What has happened since the last report? Let us know what is new
|
<p>What has happened since the last report? Let us know what is
|
||||||
in this area.</p>
|
new in this area.</p>
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
<sponsor>Optional sponsor</sponsor>
|
<sponsor>Optional sponsor</sponsor>
|
||||||
<sponsor>Another one</sponsor>
|
|
||||||
|
|
||||||
<!-- Optional section for listing tasks. -->
|
<sponsor>Another one</sponsor>
|
||||||
<help>
|
|
||||||
<task>If help is needed, make this explicit!</task>
|
<!-- Optional section for listing tasks. -->
|
||||||
<task>List tasks, with enough detail that people know if they are
|
<help>
|
||||||
likely to be able to do them, and invite people to get in
|
<task>If help is needed, make this explicit!</task>
|
||||||
contact.</task>
|
|
||||||
</help>
|
<task>List tasks, with enough detail that people know if they
|
||||||
</project>
|
are likely to be able to do them, and invite people to get in
|
||||||
|
contact.</task>
|
||||||
|
</help>
|
||||||
|
</project>
|
||||||
|
|
Loading…
Reference in a new issue