Remove sample contents from the status report README
Now that we have report-template.xml to hold a canonical report template, there is no need to carry this duplicated content around anymore -- it could only get stale.
This commit is contained in:
parent
572f9a67cd
commit
2117f13966
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=51383
1 changed files with 0 additions and 89 deletions
|
@ -100,95 +100,6 @@ deadline Follow up on missing reports
|
|||
|
||||
- Add the new file to the XMLDOCS entries in the Makefile.
|
||||
|
||||
- Sample contents:
|
||||
|
||||
<?xml version="1.0" encoding="iso-8859-1" ?>
|
||||
<!DOCTYPE report PUBLIC "-//FreeBSD//DTD FreeBSD XML Database for Status
|
||||
Report//EN"
|
||||
"http://www.FreeBSD.org/XML/share/xml/statusreport.dtd">
|
||||
<!-- $FreeBSD$ -->
|
||||
<report>
|
||||
<date>
|
||||
<month>July-September</month>
|
||||
|
||||
<year>2006</year>
|
||||
</date>
|
||||
|
||||
<section>
|
||||
<title>Introduction</title>
|
||||
|
||||
<p>SUMMARY GOES HERE</p>
|
||||
|
||||
<p>Thanks to all the reporters for the excellent work! We hope you
|
||||
enjoy reading.</p>
|
||||
</section>
|
||||
|
||||
<category>
|
||||
<name>soc</name>
|
||||
|
||||
<description>Google Summer of Code</description>
|
||||
</category>
|
||||
|
||||
<category>
|
||||
<name>proj</name>
|
||||
|
||||
<description>Projects</description>
|
||||
</category>
|
||||
|
||||
<category>
|
||||
<name>team</name>
|
||||
|
||||
<description>FreeBSD Team Reports</description>
|
||||
</category>
|
||||
|
||||
<category>
|
||||
<name>net</name>
|
||||
|
||||
<description>Network Infrastructure</description>
|
||||
</category>
|
||||
|
||||
<category>
|
||||
<name>kern</name>
|
||||
|
||||
<description>Kernel</description>
|
||||
</category>
|
||||
|
||||
<category>
|
||||
<name>docs</name>
|
||||
|
||||
<description>Documentation</description>
|
||||
</category>
|
||||
|
||||
<category>
|
||||
<name>bin</name>
|
||||
|
||||
<description>Userland Programs</description>
|
||||
</category>
|
||||
|
||||
<category>
|
||||
<name>arch</name>
|
||||
|
||||
<description>Architectures</description>
|
||||
</category>
|
||||
|
||||
<category>
|
||||
<name>ports</name>
|
||||
|
||||
<description>Ports</description>
|
||||
</category>
|
||||
|
||||
<category>
|
||||
<name>misc</name>
|
||||
|
||||
<description>Miscellaneous</description>
|
||||
</category>
|
||||
|
||||
<project>
|
||||
...
|
||||
</project>
|
||||
...
|
||||
</report>
|
||||
|
||||
- Categories are subject to change obviously. They come out in the order
|
||||
as stated in the report. After another round of tidy(1) try to balance
|
||||
the categories. Put things where they belong best, retire categories
|
||||
|
|
Loading…
Reference in a new issue