Add the Jan - Mar 2007 Quarterly Status Report. Next status reports are due June 7, 2007.
This commit is contained in:
parent
7a241a4e81
commit
a1e6deea85
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=29981
6 changed files with 2260 additions and 7 deletions
|
@ -1,4 +1,4 @@
|
|||
# $FreeBSD: www/en/news/status/Makefile,v 1.35 2006/10/19 06:37:53 brd Exp $
|
||||
# $FreeBSD: www/en/news/status/Makefile,v 1.36 2007/01/16 22:50:46 mlaier Exp $
|
||||
|
||||
.if exists(../Makefile.conf)
|
||||
.include "../Makefile.conf"
|
||||
|
@ -35,6 +35,7 @@ XMLDOCS+= report-jan-2006-mar-2006
|
|||
XMLDOCS+= report-apr-2006-jun-2006
|
||||
XMLDOCS+= report-june-2006-oct-2006
|
||||
XMLDOCS+= report-oct-2006-dec-2006
|
||||
XMLDOCS+= report-2007-jan-2007-mar
|
||||
|
||||
XSLT.DEFAULT= report.xsl
|
||||
|
||||
|
|
1117
en/news/status/report-2007-01-2007-03.xml
Normal file
1117
en/news/status/report-2007-01-2007-03.xml
Normal file
File diff suppressed because it is too large
Load diff
1117
en/news/status/report-2007-jan-2007-mar.xml
Normal file
1117
en/news/status/report-2007-jan-2007-mar.xml
Normal file
File diff suppressed because it is too large
Load diff
|
@ -2,12 +2,12 @@
|
|||
<!DOCTYPE xsl:stylesheet PUBLIC "-//FreeBSD//DTD FreeBSD XSLT 1.0 DTD//EN"
|
||||
"http://www.FreeBSD.org/XML/www/share/sgml/xslt10-freebsd.dtd" [
|
||||
<!ENTITY base "../..">
|
||||
<!ENTITY title "FreeBSD Status Report">
|
||||
<!ENTITY title "FreeBSD Quarterly Status Report">
|
||||
<!ENTITY email "freebsd-www">
|
||||
<!ENTITY % navinclude.about "INCLUDE">
|
||||
]>
|
||||
|
||||
<!-- $FreeBSD: www/en/news/status/report.xsl,v 1.9 2006/01/21 14:58:36 pav Exp $ -->
|
||||
<!-- $FreeBSD: www/en/news/status/report.xsl,v 1.10 2006/08/19 21:20:40 hrs Exp $ -->
|
||||
|
||||
<!-- Standard header material -->
|
||||
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0"
|
||||
|
|
|
@ -1,14 +1,14 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//FreeBSD//DTD HTML 4.01 Transitional-Based Extension//EN" [
|
||||
<!ENTITY base CDATA "../..">
|
||||
<!ENTITY date "$FreeBSD: www/en/news/status/status.sgml,v 1.40 2007/01/07 16:06:27 mlaier Exp $">
|
||||
<!ENTITY title "FreeBSD Status Reports">
|
||||
<!ENTITY date "$FreeBSD: www/en/news/status/status.sgml,v 1.41 2007/01/16 22:50:46 mlaier Exp $">
|
||||
<!ENTITY title "FreeBSD Quarterly Status Reports">
|
||||
<!ENTITY % navinclude.about "INCLUDE">
|
||||
]>
|
||||
|
||||
<html>
|
||||
&header;
|
||||
|
||||
<h2>Next submission due: April 7 2007</h2>
|
||||
<h2>Next submission due: June 7, 2007</h2>
|
||||
|
||||
<p>Use the <a href="http://www.FreeBSD.org/cgi/monthly.cgi">xml
|
||||
generator</a> or download and edit the <a href="report-sample.xml">
|
||||
|
@ -38,6 +38,13 @@
|
|||
<p>These status reports may be reproduced in whole or in part, as long as the
|
||||
source is clearly identified and appropriate credit given. </p>
|
||||
|
||||
<h2>2007</h2>
|
||||
|
||||
<ul>
|
||||
<li><a href="report-2007-jan-2007-mar.html">January, 2007 -
|
||||
March, 2007</a></li>
|
||||
</ul>
|
||||
|
||||
<h2>2006</h2>
|
||||
|
||||
<ul>
|
||||
|
|
|
@ -20,7 +20,7 @@
|
|||
<news>
|
||||
<cvs:keywords xmlns:cvs="http://www.FreeBSD.org/XML/CVS" version="1.0">
|
||||
<cvs:keyword name="freebsd">
|
||||
$FreeBSD: www/share/sgml/news.xml,v 1.70 2007/04/09 04:56:33 jinmei Exp $
|
||||
$FreeBSD: www/share/sgml/news.xml,v 1.71 2007/04/09 09:38:18 blackend Exp $
|
||||
</cvs:keyword>
|
||||
</cvs:keywords>
|
||||
|
||||
|
@ -29,6 +29,17 @@
|
|||
<month>
|
||||
<name>4</name>
|
||||
|
||||
<day>
|
||||
<name>9</name>
|
||||
<event>
|
||||
<title>January-March, 2007 Status Report</title>
|
||||
|
||||
<p>The January-March, 2007 Status Report is <a
|
||||
href="&base;/news/status/report-2007-jan-2007-dec.html">now
|
||||
available</a> with 19 entries.</p>
|
||||
</event>
|
||||
</day>
|
||||
|
||||
<day>
|
||||
<name>6</name>
|
||||
<event>
|
||||
|
|
Loading…
Reference in a new issue