Copy report template for 2017Q3 status report
Copy over the report template for the next quarterly status report and hook it up to the build. Nothing links to it, yet, though.
This commit is contained in:
parent
2f406ddf99
commit
1c24d407be
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=51133
2 changed files with 136 additions and 0 deletions
|
|
@ -78,6 +78,7 @@ XMLDOCS+= report-2016-07-2016-09
|
|||
XMLDOCS+= report-2016-10-2016-12
|
||||
XMLDOCS+= report-2017-01-2017-03
|
||||
XMLDOCS+= report-2017-04-2017-06
|
||||
XMLDOCS+= report-2017-07-2017-09
|
||||
|
||||
XSLT.DEFAULT= report.xsl
|
||||
|
||||
|
|
|
|||
135
en_US.ISO8859-1/htdocs/news/status/report-2017-07-2017-09.xml
Normal file
135
en_US.ISO8859-1/htdocs/news/status/report-2017-07-2017-09.xml
Normal file
|
|
@ -0,0 +1,135 @@
|
|||
<?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$ -->
|
||||
|
||||
<!--
|
||||
Variables to replace:
|
||||
%%START%% - report month start
|
||||
%%STOP%% - report month end
|
||||
%%YEAR%% - report year
|
||||
%%NUM%% - report issue (first, second, third, fourth)
|
||||
%%STARTNEXT%% - report month start
|
||||
%%STOPNEXT%% - report month end
|
||||
%%YEARNEXT%% - next report due year (if different than %%YEAR%%)
|
||||
%%DUENEXT%% - next report due date (i.e., June 6)
|
||||
-->
|
||||
|
||||
<report>
|
||||
<date>
|
||||
<month>%%START%%-%%STOP%%</month>
|
||||
|
||||
<year>%%YEAR%%</year>
|
||||
</date>
|
||||
|
||||
<section>
|
||||
<title>Introduction</title>
|
||||
|
||||
<p><strong>This is a draft of the %%START%%–%%STOP%% %%YEAR%%
|
||||
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 %%START%% and
|
||||
%%STOP%% %%YEAR%%. This is the %%NUM%% of four reports planned for
|
||||
%%YEAR%%.</p>
|
||||
|
||||
<p>The %%NUM%% quarter of %%YEAR%% 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 %%STARTNEXT%%
|
||||
to %%STOPNEXT%% %%YEARNEXT%% is %%DUENEXT%%, %%YEARNEXT%%.</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>
|
||||
Loading…
Add table
Add a link
Reference in a new issue