Add the October-December 2005 Status Report. Next reports due April 7.
This commit is contained in:
parent
4b02ae1f8b
commit
7f1631c7ea
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=26960
4 changed files with 2738 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
|||
# $FreeBSD: www/en/news/status/Makefile,v 1.29 2005/09/18 04:33:46 hrs Exp $
|
||||
# $FreeBSD: www/en/news/status/Makefile,v 1.30 2005/11/18 12:28:28 mlaier Exp $
|
||||
|
||||
.if exists(../Makefile.conf)
|
||||
.include "../Makefile.conf"
|
||||
|
@ -30,6 +30,7 @@ XMLDOCS+= report-july-2004-dec-2004
|
|||
XMLDOCS+= report-jan-2005-mar-2005
|
||||
XMLDOCS+= report-mar-2005-june-2005
|
||||
XMLDOCS+= report-july-2005-oct-2005
|
||||
XMLDOCS+= report-oct-2005-dec-2005
|
||||
|
||||
XSLT.DEFAULT= report.xsl
|
||||
SRCS.DEFAULT= includes.xsl
|
||||
|
|
1366
en/news/status/report-2005-10-2005-12.xml
Normal file
1366
en/news/status/report-2005-10-2005-12.xml
Normal file
File diff suppressed because it is too large
Load diff
1366
en/news/status/report-oct-2005-dec-2005.xml
Normal file
1366
en/news/status/report-oct-2005-dec-2005.xml
Normal file
File diff suppressed because it is too large
Load diff
|
@ -1,6 +1,6 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [
|
||||
<!ENTITY base CDATA "../..">
|
||||
<!ENTITY date "$FreeBSD: www/en/news/status/status.sgml,v 1.33 2006/01/13 19:11:10 mlaier Exp $">
|
||||
<!ENTITY date "$FreeBSD: www/en/news/status/status.sgml,v 1.34 2006/01/14 21:53:32 mlaier Exp $">
|
||||
<!ENTITY title "FreeBSD Status Reports">
|
||||
<!ENTITY % navincludes SYSTEM "../../includes.navabout.sgml"> %navincludes;
|
||||
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
|
||||
|
@ -9,7 +9,7 @@
|
|||
<html>
|
||||
&header;
|
||||
|
||||
<h2>Next submission due: January 20 2006</h2>
|
||||
<h2>Next submission due: April 7 2006</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">
|
||||
|
@ -42,6 +42,8 @@
|
|||
<h2>2005</h2>
|
||||
|
||||
<ul>
|
||||
<li><a href="report-oct-2005-dec-2005.html">October, 2005 -
|
||||
December, 2005</a></li>
|
||||
<li><a href="report-july-2005-oct-2005.html">July, 2005 -
|
||||
October, 2005</a></li>
|
||||
<li><a href="report-mar-2005-june-2005.html">March, 2005 -
|
||||
|
|
Loading…
Reference in a new issue