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

Benjamin Kaduk bjk at FreeBSD.org
Mon Nov 13 03:09:28 UTC 2017


Author: bjk
Date: Mon Nov 13 03:09:27 2017
New Revision: 51198
URL: https://svnweb.freebsd.org/changeset/doc/51198

Log:
  Replace template variables for the 2017Q3 status report
  
  This should have been done when the template was first copied
  to this path.

Modified:
  head/en_US.ISO8859-1/htdocs/news/status/report-2017-07-2017-09.xml

Modified: head/en_US.ISO8859-1/htdocs/news/status/report-2017-07-2017-09.xml
==============================================================================
--- head/en_US.ISO8859-1/htdocs/news/status/report-2017-07-2017-09.xml	Mon Nov 13 03:04:28 2017	(r51197)
+++ head/en_US.ISO8859-1/htdocs/news/status/report-2017-07-2017-09.xml	Mon Nov 13 03:09:27 2017	(r51198)
@@ -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>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 July–September 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 July and
+      September 2017.  This is the third of four reports planned for
+      2017.</p>
 
-    <p>The %%NUM%% quarter of %%YEAR%% was another productive quarter for
+    <p>The third 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 October
+      to December 2017 is January 7, 2017.</p>
      ?>
   </section>
 


More information about the svn-doc-all mailing list