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

Warren Block wblock at FreeBSD.org
Tue Oct 7 15:26:25 UTC 2014


Author: wblock
Date: Tue Oct  7 15:26:24 2014
New Revision: 45731
URL: https://svnweb.freebsd.org/changeset/doc/45731

Log:
  Add an empty status report file for July-September 2014.

Added:
  head/en_US.ISO8859-1/htdocs/news/status/report-2014-07-2014-09.xml   (contents, props changed)
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	Tue Oct  7 10:13:42 2014	(r45730)
+++ head/en_US.ISO8859-1/htdocs/news/status/Makefile	Tue Oct  7 15:26:24 2014	(r45731)
@@ -66,6 +66,7 @@ XMLDOCS+=	report-2013-09-devsummit
 XMLDOCS+=	report-2013-10-2013-12
 XMLDOCS+=	report-2014-01-2014-03
 XMLDOCS+=	report-2014-04-2014-06
+XMLDOCS+=	report-2014-07-2014-09
 
 XSLT.DEFAULT=	report.xsl
 

Added: head/en_US.ISO8859-1/htdocs/news/status/report-2014-07-2014-09.xml
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/en_US.ISO8859-1/htdocs/news/status/report-2014-07-2014-09.xml	Tue Oct  7 15:26:24 2014	(r45731)
@@ -0,0 +1,90 @@
+<?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$ -->
+
+<report>
+  <date>
+    <month>July-September</month>
+
+    <year>2014</year>
+  </date>
+
+  <section>
+    <title>Introduction</title>
+
+<!-- <?ignore -->
+    <p><strong>This is a draft of the July-September 2014 status
+	report.	 Please check back after it is finalized, and an
+	announcement email is sent to the &os;-Announce mailing
+	list.</strong></p>
+<!-- ?> -->
+
+    <p>This report covers &os;-related projects between July and
+      September 2014.  This is the third of four reports planned for
+      2014.</p>
+
+    <p>The third quarter of 2014... was a very busy and productive
+      time</p>
+
+    <p>Thanks to all the reporters for the excellent work!  This
+      report contains 0 entries and we hope you enjoy reading it.</p>
+
+    <p>The deadline for submissions covering the period from October
+      to December 2014 is January 7th, 2015.</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>
+
+  <?ignore
+  <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>


More information about the svn-doc-all mailing list