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. -->
|
||||
<!-- Tags include: proj, doc, kern, bin, arch, ports, vendor, misc, soc -->
|
||||
<project cat='proj'>
|
||||
<title>Status Report Sample</title>
|
||||
<project cat='proj'>
|
||||
<title>Status Report Sample</title>
|
||||
|
||||
<!-- Required section -->
|
||||
<contact>
|
||||
<person>
|
||||
<name>
|
||||
<!-- For persons -->
|
||||
<given>John</given>
|
||||
<common>Smith</common>
|
||||
</name>
|
||||
<!-- Required section -->
|
||||
<contact>
|
||||
<person>
|
||||
<name>
|
||||
<!-- For persons -->
|
||||
<given>John</given>
|
||||
<common>Smith</common>
|
||||
</name>
|
||||
|
||||
<email>test@FreeBSD.org</email>
|
||||
</person>
|
||||
<email>test@FreeBSD.org</email>
|
||||
</person>
|
||||
|
||||
<!-- For teams or groups -->
|
||||
<person>
|
||||
<name>Wunderteam</name>
|
||||
<!-- For teams or groups -->
|
||||
<person>
|
||||
<name>Wunderteam</name>
|
||||
|
||||
<email>team@FreeBSD.org</email>
|
||||
</person>
|
||||
</contact>
|
||||
<email>team@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>
|
||||
<!-- 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>
|
||||
<!-- And/or one without. -->
|
||||
<url href="http://www.example.net/another/url" />
|
||||
</links>
|
||||
|
||||
<!-- Required section. -->
|
||||
<body>
|
||||
<!-- Do not worry if you are not a native English speaker. -->
|
||||
<p>Introduce your work. Do not assume that the person reading the
|
||||
report knows about your project.</p>
|
||||
<!-- Required section. -->
|
||||
<body>
|
||||
<!-- Do not worry if you are not a native English speaker. -->
|
||||
<p>Introduce your work. Do not assume that the person reading
|
||||
the report knows about your project.</p>
|
||||
|
||||
<p>Show the importance of your work. Status reports are not just
|
||||
about telling everyone that things were done, they also need to
|
||||
explain why they were done.</p>
|
||||
<p>Show the importance of your work. Status reports are not
|
||||
just about telling everyone that things were done, they also
|
||||
need to explain why they were done.</p>
|
||||
|
||||
<p>What has happened since the last report? Let us know what is new
|
||||
in this area.</p>
|
||||
</body>
|
||||
<p>What has happened since the last report? Let us know what is
|
||||
new in this area.</p>
|
||||
</body>
|
||||
|
||||
<sponsor>Optional sponsor</sponsor>
|
||||
<sponsor>Another one</sponsor>
|
||||
<sponsor>Optional sponsor</sponsor>
|
||||
|
||||
<!-- Optional section for listing tasks. -->
|
||||
<help>
|
||||
<task>If help is needed, make this explicit!</task>
|
||||
<task>List tasks, with enough detail that people know if they are
|
||||
likely to be able to do them, and invite people to get in
|
||||
contact.</task>
|
||||
</help>
|
||||
</project>
|
||||
<sponsor>Another one</sponsor>
|
||||
|
||||
<!-- Optional section for listing tasks. -->
|
||||
<help>
|
||||
<task>If help is needed, make this explicit!</task>
|
||||
|
||||
<task>List tasks, with enough detail that people know if they
|
||||
are likely to be able to do them, and invite people to get in
|
||||
contact.</task>
|
||||
</help>
|
||||
</project>
|
||||
|
|
Loading…
Reference in a new issue