Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 2 Jul 2015 19:09:19 +0000 (UTC)
From:      Glen Barber <gjb@FreeBSD.org>
To:        doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org
Subject:   svn commit: r46914 - head/en_US.ISO8859-1/htdocs/news/status
Message-ID:  <201507021909.t62J9JLt032654@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: gjb
Date: Thu Jul  2 19:09:18 2015
New Revision: 46914
URL: https://svnweb.freebsd.org/changeset/doc/46914

Log:
  Add a few additional variables that are needed for replacement.
  
  Sponsored by:	The FreeBSD Foundation

Modified:
  head/en_US.ISO8859-1/htdocs/news/status/report-template.xml

Modified: head/en_US.ISO8859-1/htdocs/news/status/report-template.xml
==============================================================================
--- head/en_US.ISO8859-1/htdocs/news/status/report-template.xml	Thu Jul  2 19:05:06 2015	(r46913)
+++ head/en_US.ISO8859-1/htdocs/news/status/report-template.xml	Thu Jul  2 19:09:18 2015	(r46914)
@@ -7,12 +7,14 @@
 
 <!--
      Variables to replace:
-     %%START%%    - report month start
-     %%STOP%%     - report month end
-     %%YEAR%%     - report year
-     %%NUM%%      - report issue (first, second, third, fourth)
-     %%YEARNEXT%% - next report due year (if different than %%YEAR%%)
-     %%DUENEXT%%  - next report due date (i.e., June 6)
+     %%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>
@@ -40,8 +42,8 @@
 
     <p>Thanks to all the reporters for the excellent work!</p>
 
-    <p>The deadline for submissions covering the period from %%START%%
-      to %%STOP%% %%YEARNEXT%% is %%DUENEXT%%, %%YEARNEXT%%.</p>
+    <p>The deadline for submissions covering the period from %%STARTNEXT%%
+      to %%STOPNEXT%% %%YEARNEXT%% is %%DUENEXT%%, %%YEARNEXT%%.</p>
      ?>
   </section>
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201507021909.t62J9JLt032654>