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

Benjamin Kaduk bjk at FreeBSD.org
Tue Oct 11 03:11:59 UTC 2016


Author: bjk
Date: Tue Oct 11 03:11:58 2016
New Revision: 49493
URL: https://svnweb.freebsd.org/changeset/doc/49493

Log:
  Copy the report template for 2016-07-2016-09
  
  Replace the templated fields and hook the new file up to the build,
  but do not link to it from anywhere.

Added:
  head/en_US.ISO8859-1/htdocs/news/status/report-2016-07-2016-09.xml
     - copied, changed from r49492, 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	Mon Oct 10 23:37:07 2016	(r49492)
+++ head/en_US.ISO8859-1/htdocs/news/status/Makefile	Tue Oct 11 03:11:58 2016	(r49493)
@@ -74,6 +74,7 @@ XMLDOCS+=	report-2015-07-2015-09
 XMLDOCS+=	report-2015-10-2015-12
 XMLDOCS+=	report-2016-01-2016-03
 XMLDOCS+=	report-2016-04-2016-06
+XMLDOCS+=	report-2016-07-2016-09
 
 XSLT.DEFAULT=	report.xsl
 

Copied and modified: head/en_US.ISO8859-1/htdocs/news/status/report-2016-07-2016-09.xml (from r49492, head/en_US.ISO8859-1/htdocs/news/status/report-template.xml)
==============================================================================
--- head/en_US.ISO8859-1/htdocs/news/status/report-template.xml	Mon Oct 10 23:37:07 2016	(r49492, copy source)
+++ head/en_US.ISO8859-1/htdocs/news/status/report-2016-07-2016-09.xml	Tue Oct 11 03:11:58 2016	(r49493)
@@ -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>July-September</month>
 
-    <year>%%YEAR%%</year>
+    <year>2016</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 July–September 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 %%START%% and
-      %%STOP%% %%YEAR%%.  This is the %%NUM%% of four reports planned for
-      %%YEAR%%.</p>
+    <p>This report covers &os;-related projects between July and
+      September 2016.  This is the third of four reports planned for
+      2016.</p>
 
-    <p>The %%NUM%% quarter of %%YEAR%% was another productive quarter for
+    <p>The third 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 %%STARTNEXT%%
-      to %%STOPNEXT%% %%YEARNEXT%% is %%DUENEXT%%, %%YEARNEXT%%.</p>
+    <p>The deadline for submissions covering the period from October
+      to December 2016 is January 7, 2016.</p>
      ?>
   </section>
 


More information about the svn-doc-all mailing list