Copy report-template.xml for the 2017Q4 report

Expand the replacables and hook it up to the build, but
don't link to it from anywhere yet.
This commit is contained in:
Benjamin Kaduk 2018-01-13 03:51:49 +00:00
parent 3b00ee96ec
commit 572f9a67cd
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=51382
2 changed files with 124 additions and 0 deletions

View file

@ -79,6 +79,7 @@ XMLDOCS+= report-2016-10-2016-12
XMLDOCS+= report-2017-01-2017-03
XMLDOCS+= report-2017-04-2017-06
XMLDOCS+= report-2017-07-2017-09
XMLDOCS+= report-2017-10-2017-12
XSLT.DEFAULT= report.xsl

View file

@ -0,0 +1,123 @@
<?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>October-December</month>
<year>2017</year>
</date>
<section>
<title>Introduction</title>
<p><strong>This is a draft of the October&ndash;December 2017
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 October and
December 2017. This is the fourth of four reports planned for
2017.</p>
<p>The fourth quarter of 2017 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 January
to March 2018 is April 7, 2018.</p>
?>
</section>
<category>
<name>team</name>
<description>&os; Team Reports</description>
<p>Entries from the various official and semi-official teams,
as found in the <a href="&enbase;/administration.html">Administration
Page</a>.</p>
</category>
<category>
<name>proj</name>
<description>Projects</description>
<p>Projects that span multiple categories, from the kernel and userspace
to the Ports Collection or external projects.</p>
</category>
<category>
<name>kern</name>
<description>Kernel</description>
<p>Updates to kernel subsystems/features, driver support,
filesystems, and more.</p>
</category>
<category>
<name>arch</name>
<description>Architectures</description>
<p>Updating platform-specific features and bringing in support
for new hardware platforms.</p>.
</category>
<category>
<name>bin</name>
<description>Userland Programs</description>
<p>Changes affecting the base system and programs in it.</p>
</category>
<category>
<name>ports</name>
<description>Ports</description>
<p>Changes affecting the Ports Collection, whether sweeping
changes that touch most of the tree, or individual ports
themselves.</p>
</category>
<category>
<name>doc</name>
<description>Documentation</description>
<p>Noteworthy changes in the documentation tree or new external
books/documents.</p>
</category>
<category>
<name>misc</name>
<description>Miscellaneous</description>
<p>Objects that defy categorization.</p>
</category>
<category>
<name>third</name>
<description>Third-Party Projects</description>
<p>Many projects build upon &os; or incorporate components of
&os; into their project. As these projects may be of interest
to the broader &os; community, we sometimes include brief
updates submitted by these projects in our quarterly report.
The &os; project makes no representation as to the accuracy or
veracity of any claims in these submissions.</p>
</category>
</report>