Belatedly add the July-December 2004 Status Report.
This commit is contained in:
parent
63c2e77b09
commit
8b922ae8e2
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=26368
4 changed files with 4073 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
# $FreeBSD: www/en/news/status/Makefile,v 1.28 2005/07/23 13:16:32 mlaier Exp $
|
||||
# $FreeBSD: www/en/news/status/Makefile,v 1.29 2005/09/18 04:33:46 hrs Exp $
|
||||
|
||||
.if exists(../Makefile.conf)
|
||||
.include "../Makefile.conf"
|
||||
|
@ -29,6 +29,7 @@ XMLDOCS+= report-may-2004-june-2004
|
|||
XMLDOCS+= report-july-2004-dec-2004
|
||||
XMLDOCS+= report-jan-2005-mar-2005
|
||||
XMLDOCS+= report-mar-2005-june-2005
|
||||
XMLDOCS+= report-july-2005-oct-2005
|
||||
|
||||
XSLT.DEFAULT= report.xsl
|
||||
SRCS.DEFAULT= includes.xsl
|
||||
|
|
2033
en/news/status/report-2005-07-2005-10.xml
Normal file
2033
en/news/status/report-2005-07-2005-10.xml
Normal file
File diff suppressed because it is too large
Load diff
2033
en/news/status/report-july-2005-oct-2005.xml
Normal file
2033
en/news/status/report-july-2005-oct-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.30 2005/10/06 17:37:57 mlaier Exp $">
|
||||
<!ENTITY date "$FreeBSD: www/en/news/status/status.sgml,v 1.31 2005/10/18 19:46:32 mlaier Exp $">
|
||||
<!ENTITY title "FreeBSD Status Reports">
|
||||
<!ENTITY % navincludes SYSTEM "../../includes.navabout.sgml"> %navincludes;
|
||||
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
|
||||
|
@ -9,6 +9,7 @@
|
|||
<html>
|
||||
&header;
|
||||
|
||||
<!--
|
||||
<h2>Next submission due: October 20 2005 - Last call!</h2>
|
||||
|
||||
<p>Use the <a href="http://www.FreeBSD.org/cgi/monthly.cgi">xml
|
||||
|
@ -16,6 +17,7 @@
|
|||
xml-template</a>.</p>
|
||||
|
||||
<hr>
|
||||
-->
|
||||
|
||||
<p>One of the benefits of the FreeBSD development model is a focus on
|
||||
centralized design and implementation, in which the operating system is
|
||||
|
@ -42,6 +44,8 @@
|
|||
<h2>2005</h2>
|
||||
|
||||
<ul>
|
||||
<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 -
|
||||
June, 2005</a></li>
|
||||
<li><a href="report-jan-2005-mar-2005.html">January, 2005 -
|
||||
|
|
Loading…
Reference in a new issue