svn commit: r50393 - head/en_US.ISO8859-1/htdocs/news/status

Benjamin Kaduk bjk at FreeBSD.org
Wed Jun 21 19:14:19 UTC 2017


Author: bjk
Date: Wed Jun 21 19:14:18 2017
New Revision: 50393
URL: https://svnweb.freebsd.org/changeset/doc/50393

Log:
  Start the 2017Q2 status report
  
  Copy the template and modify accordingly, and connect to the build.
  Don't link to it from anywhere yet, though.

Added:
  head/en_US.ISO8859-1/htdocs/news/status/report-2017-04-2017-06.xml
     - copied, changed from r50392, head/en_US.ISO8859-1/htdocs/news/status/report-template.xml
Modified:
  head/en_US.ISO8859-1/htdocs/news/status/Makefile

Modified: head/en_US.ISO8859-1/htdocs/news/status/Makefile
==============================================================================
--- head/en_US.ISO8859-1/htdocs/news/status/Makefile	Wed Jun 21 16:00:44 2017	(r50392)
+++ head/en_US.ISO8859-1/htdocs/news/status/Makefile	Wed Jun 21 19:14:18 2017	(r50393)
@@ -77,6 +77,7 @@ XMLDOCS+=	report-2016-04-2016-06
 XMLDOCS+=	report-2016-07-2016-09
 XMLDOCS+=	report-2016-10-2016-12
 XMLDOCS+=	report-2017-01-2017-03
+XMLDOCS+=	report-2017-04-2017-06
 
 XSLT.DEFAULT=	report.xsl
 

Copied and modified: head/en_US.ISO8859-1/htdocs/news/status/report-2017-04-2017-06.xml (from r50392, head/en_US.ISO8859-1/htdocs/news/status/report-template.xml)
==============================================================================
--- head/en_US.ISO8859-1/htdocs/news/status/report-template.xml	Wed Jun 21 16:00:44 2017	(r50392, copy source)
+++ head/en_US.ISO8859-1/htdocs/news/status/report-2017-04-2017-06.xml	Wed Jun 21 19:14:18 2017	(r50393)
@@ -5,45 +5,33 @@
 
 <!-- $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>
+    <month>April-June</month>
 
-    <year>%%YEAR%%</year>
+    <year>2017</year>
   </date>
 
   <section>
     <title>Introduction</title>
 
-    <p><strong>This is a draft of the %%START%%–%%STOP%% %%YEAR%%
+    <p><strong>This is a draft of the April–June 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 %%START%% and
-      %%STOP%% %%YEAR%%.  This is the %%NUM%% of four reports planned for
-      %%YEAR%%.</p>
+    <p>This report covers &os;-related projects between April and
+      June 2017.  This is the second of four reports planned for
+      2017.</p>
 
-    <p>The %%NUM%% quarter of %%YEAR%% was another productive quarter for
+    <p>The second 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 %%STARTNEXT%%
-      to %%STOPNEXT%% %%YEARNEXT%% is %%DUENEXT%%, %%YEARNEXT%%.</p>
+    <p>The deadline for submissions covering the period from July
+      to September 2017 is October 7, 2017.</p>
      ?>
   </section>
 


More information about the svn-doc-all mailing list