Copy the report template for 2016-01-2016-03
Replace the templated fields and hook the new file up to the build, but do not link to it from anywhere.
This commit is contained in:
parent
d868ef8dc1
commit
b954bca913
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=48538
2 changed files with 87 additions and 0 deletions
|
@ -72,6 +72,7 @@ XMLDOCS+= report-2015-01-2015-03
|
||||||
XMLDOCS+= report-2015-04-2015-06
|
XMLDOCS+= report-2015-04-2015-06
|
||||||
XMLDOCS+= report-2015-07-2015-09
|
XMLDOCS+= report-2015-07-2015-09
|
||||||
XMLDOCS+= report-2015-10-2015-12
|
XMLDOCS+= report-2015-10-2015-12
|
||||||
|
XMLDOCS+= report-2016-01-2016-03
|
||||||
|
|
||||||
XSLT.DEFAULT= report.xsl
|
XSLT.DEFAULT= report.xsl
|
||||||
|
|
||||||
|
|
|
@ -0,0 +1,86 @@
|
||||||
|
<?xml version="1.0" encoding="utf-8" ?>
|
||||||
|
<!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>January-March</month>
|
||||||
|
|
||||||
|
<year>2016</year>
|
||||||
|
</date>
|
||||||
|
|
||||||
|
<section>
|
||||||
|
<title>Introduction</title>
|
||||||
|
|
||||||
|
<p><strong>This is a draft of the January–March 2016
|
||||||
|
status report. Please check back after it is finalized, and
|
||||||
|
an announcement email is sent to the &os;-Announce mailing
|
||||||
|
list.</strong></p>
|
||||||
|
|
||||||
|
<?ignore
|
||||||
|
<p>This report covers &os;-related projects between January and
|
||||||
|
March 2016. This is the first of four reports planned for
|
||||||
|
2016.</p>
|
||||||
|
|
||||||
|
<p>The first quarter of 2016 was another productive quarter for
|
||||||
|
the &os; project and community. [...]</p>
|
||||||
|
|
||||||
|
<p>Thanks to all the reporters for the excellent work!</p>
|
||||||
|
|
||||||
|
<p>The deadline for submissions covering the period from April
|
||||||
|
to June 2016 is July 7, 2016.</p>
|
||||||
|
?>
|
||||||
|
</section>
|
||||||
|
|
||||||
|
<category>
|
||||||
|
<name>team</name>
|
||||||
|
|
||||||
|
<description>&os; Team Reports</description>
|
||||||
|
</category>
|
||||||
|
|
||||||
|
<category>
|
||||||
|
<name>proj</name>
|
||||||
|
|
||||||
|
<description>Projects</description>
|
||||||
|
</category>
|
||||||
|
|
||||||
|
<category>
|
||||||
|
<name>kern</name>
|
||||||
|
|
||||||
|
<description>Kernel</description>
|
||||||
|
</category>
|
||||||
|
|
||||||
|
<category>
|
||||||
|
<name>arch</name>
|
||||||
|
|
||||||
|
<description>Architectures</description>
|
||||||
|
</category>
|
||||||
|
|
||||||
|
<category>
|
||||||
|
<name>bin</name>
|
||||||
|
|
||||||
|
<description>Userland Programs</description>
|
||||||
|
</category>
|
||||||
|
|
||||||
|
<category>
|
||||||
|
<name>ports</name>
|
||||||
|
|
||||||
|
<description>Ports</description>
|
||||||
|
</category>
|
||||||
|
|
||||||
|
<category>
|
||||||
|
<name>doc</name>
|
||||||
|
|
||||||
|
<description>Documentation</description>
|
||||||
|
</category>
|
||||||
|
|
||||||
|
<category>
|
||||||
|
<name>misc</name>
|
||||||
|
|
||||||
|
<description>Miscellaneous</description>
|
||||||
|
</category>
|
||||||
|
|
||||||
|
</report>
|
Loading…
Reference in a new issue