Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 2 Jul 2015 19:05:07 +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: r46913 - head/en_US.ISO8859-1/htdocs/news/status
Message-ID:  <201507021905.t62J57S2032059@repo.freebsd.org>

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

Log:
  Add report-template.xml as a template for new quarterly status
  report additions.
  
  Sponsored by:	The FreeBSD Foundation

Added:
  head/en_US.ISO8859-1/htdocs/news/status/report-template.xml   (contents, props changed)

Added: head/en_US.ISO8859-1/htdocs/news/status/report-template.xml
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/en_US.ISO8859-1/htdocs/news/status/report-template.xml	Thu Jul  2 19:05:06 2015	(r46913)
@@ -0,0 +1,96 @@
+<?xml version="1.0" encoding="utf-8" ?>
+<!DOCTYPE report PUBLIC "-//FreeBSD//DTD FreeBSD XML Database for
+  Status Report//EN"
+  "http://www.FreeBSD.org/XML/share/xml/statusreport.dtd" >
+
+<!-- $FreeBSD$ -->
+
+<!--
+     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)
+-->
+
+<report>
+  <date>
+    <month>%%START%%-%%STOP%%</month>
+
+    <year>%%YEAR%%</year>
+  </date>
+
+  <section>
+    <title>Introduction</title>
+
+    <p><strong>This is a draft of the %%START%%&ndash;%%STOP%% %%YEAR%%
+      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>The %%NUM%% quarter of %%YEAR%% 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 %%START%%
+      to %%STOP%% %%YEARNEXT%% is %%DUENEXT%%, %%YEARNEXT%%.</p>
+     ?>
+  </section>
+
+  <category>
+    <name>team</name>
+
+    <description>&os; Team Reports</description>
+  </category>
+
+  <category>
+    <name>proj</name>
+
+    <description>Projects</description>
+  </category>
+
+  <category>
+    <name>kern</name>
+
+    <description>Kernel</description>
+  </category>
+
+  <category>
+    <name>arch</name>
+
+    <description>Architectures</description>
+  </category>
+
+  <category>
+    <name>bin</name>
+
+    <description>Userland Programs</description>
+  </category>
+
+  <category>
+    <name>ports</name>
+
+    <description>Ports</description>
+  </category>
+
+  <category>
+    <name>doc</name>
+
+    <description>Documentation</description>
+  </category>
+
+  <category>
+    <name>misc</name>
+
+    <description>Miscellaneous</description>
+  </category>
+
+</report>



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