Add the March-June 2005 Status Report.
This commit is contained in:
parent
0b835a01cf
commit
6d1356c4ef
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=25222
4 changed files with 4349 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
# $FreeBSD: www/en/news/status/Makefile,v 1.26 2005/01/17 08:53:20 scottl Exp $
|
||||
# $FreeBSD: www/en/news/status/Makefile,v 1.27 2005/04/21 17:55:46 scottl Exp $
|
||||
|
||||
.if exists(../Makefile.conf)
|
||||
.include "../Makefile.conf"
|
||||
|
@ -30,6 +30,7 @@ DATA+= report-mar-2004-apr-2004.html
|
|||
DATA+= report-may-2004-june-2004.html
|
||||
DATA+= report-july-2004-dec-2004.html
|
||||
DATA+= report-jan-2005-mar-2005.html
|
||||
DATA+= report-mar-2005-june-2005.html
|
||||
|
||||
# Install a sample <project> entry.
|
||||
DATA+= report-sample.xml
|
||||
|
|
2171
en/news/status/report-2005-03-2005-06.xml
Normal file
2171
en/news/status/report-2005-03-2005-06.xml
Normal file
File diff suppressed because it is too large
Load diff
2171
en/news/status/report-mar-2005-june-2005.xml
Normal file
2171
en/news/status/report-mar-2005-june-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.26 2005/07/06 11:44:55 mlaier Exp $">
|
||||
<!ENTITY date "$FreeBSD: www/en/news/status/status.sgml,v 1.27 2005/07/16 13:09:13 mlaier Exp $">
|
||||
<!ENTITY title "FreeBSD Status Reports">
|
||||
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
|
||||
]>
|
||||
|
@ -8,6 +8,7 @@
|
|||
<html>
|
||||
&header;
|
||||
|
||||
<!--
|
||||
<h2>Next submission due: July 18 2005 - Last call!</h2>
|
||||
|
||||
<p>Use the <a href="http://www.FreeBSD.org/cgi/monthly.cgi">xml
|
||||
|
@ -15,6 +16,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
|
||||
|
@ -41,6 +43,8 @@
|
|||
<h2>2005</h2>
|
||||
|
||||
<ul>
|
||||
<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 -
|
||||
March, 2005</a></li>
|
||||
</ul>
|
||||
|
|
Loading…
Reference in a new issue