Date: Wed, 8 Apr 2015 15:44:23 +0000 (UTC) From: Benjamin Kaduk <bjk@FreeBSD.org> To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r46503 - head/en_US.ISO8859-1/htdocs/news/status Message-ID: <201504081544.t38FiNZB082968@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bjk Date: Wed Apr 8 15:44:23 2015 New Revision: 46503 URL: https://svnweb.freebsd.org/changeset/doc/46503 Log: Add an empty status report file for January-March 2015 Approved by: hrs (mentor, implicit) Added: head/en_US.ISO8859-1/htdocs/news/status/report-2015-01-2015-03.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 Wed Apr 8 11:41:18 2015 (r46502) +++ head/en_US.ISO8859-1/htdocs/news/status/Makefile Wed Apr 8 15:44:23 2015 (r46503) @@ -68,6 +68,7 @@ XMLDOCS+= report-2014-01-2014-03 XMLDOCS+= report-2014-04-2014-06 XMLDOCS+= report-2014-07-2014-09 XMLDOCS+= report-2014-10-2014-12 +XMLDOCS+= report-2015-01-2015-03 XSLT.DEFAULT= report.xsl Added: head/en_US.ISO8859-1/htdocs/news/status/report-2015-01-2015-03.xml ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/en_US.ISO8859-1/htdocs/news/status/report-2015-01-2015-03.xml Wed Apr 8 15:44:23 2015 (r46503) @@ -0,0 +1,86 @@ +<?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>January-March</month> + + <year>2015</year> + </date> + + <section> + <title>Introduction</title> + +<!-- <?ignore --> + <p><strong>This is a draft of the January–March 2015 + 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 January and + March 2015. This is the first of four reports planned for + 2015.</p> + + <p>The first quarter of 2015... was a very busy and productive + time.</p> + + <p>Thanks to all the reporters for the excellent work!</p> + + <p>The deadline for submissions covering the period from April + to June 2015 is July 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> + + <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?201504081544.t38FiNZB082968>