Add 2020q1 quarterly status report
Also fix report.xsl: r53785 meant to stop automatically sorting of reports with 2019q4, but by mistake year 2020 was excluded. Reviewed by: debdrup Approved by: crees (docs), gerald (mentor) Differential Revision: https://reviews.freebsd.org/D24372
This commit is contained in:
parent
bcf568d66d
commit
07ee6b6be6
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=54051
4 changed files with 1924 additions and 1 deletions
|
@ -86,6 +86,7 @@ XMLDOCS+= report-2019-01-2019-03
|
|||
XMLDOCS+= report-2019-04-2019-06
|
||||
XMLDOCS+= report-2019-07-2019-09
|
||||
XMLDOCS+= report-2019-10-2019-12
|
||||
XMLDOCS+= report-2020-01-2020-03
|
||||
|
||||
XSLT.DEFAULT= report.xsl
|
||||
|
||||
|
|
1910
en_US.ISO8859-1/htdocs/news/status/report-2020-01-2020-03.xml
Normal file
1910
en_US.ISO8859-1/htdocs/news/status/report-2020-01-2020-03.xml
Normal file
File diff suppressed because it is too large
Load diff
|
@ -17,7 +17,7 @@
|
|||
<xsl:variable name="title">&title;</xsl:variable>
|
||||
|
||||
<!-- Sort only reports strictly older than 2019q4 -->
|
||||
<xsl:variable name="manual-sorting-condition" select="/report/date/year > 2020 or (/report/date/year = 2019 and /report/date/month = '10-12')"/>
|
||||
<xsl:variable name="manual-sorting-condition" select="/report/date/year > 2019 or (/report/date/year = 2019 and /report/date/month = '10-12')"/>
|
||||
|
||||
<xsl:template name="process.sidewrap">
|
||||
&nav.about;
|
||||
|
|
|
@ -33,6 +33,18 @@
|
|||
<month>
|
||||
<name>4</name>
|
||||
|
||||
<day>
|
||||
<name>12</name>
|
||||
|
||||
<event>
|
||||
<title>January-March 2020 Status Report</title>
|
||||
|
||||
<p>The <a
|
||||
href="&enbase;/news/status/report-2020-01-2020-03.html">January
|
||||
to March 2020 Status Report</a> is now available.</p>
|
||||
</event>
|
||||
</day>
|
||||
|
||||
<day>
|
||||
<name>6</name>
|
||||
|
||||
|
|
Loading…
Reference in a new issue