Add the Jan-Mar 2005 status report. Thanks to Julian for greatly improving
turnout with the web CGI form, and thanks to Max Laier for keeping the ball rolling and doing much of the grunt work.
This commit is contained in:
parent
be738b4af7
commit
01f0f593e4
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=24355
4 changed files with 4130 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
# $FreeBSD: www/en/news/status/Makefile,v 1.25 2004/07/27 02:43:26 scottl Exp $
|
||||
# $FreeBSD: www/en/news/status/Makefile,v 1.26 2005/01/17 08:53:20 scottl Exp $
|
||||
|
||||
.if exists(../Makefile.conf)
|
||||
.include "../Makefile.conf"
|
||||
|
@ -29,6 +29,7 @@ DATA+= report-jan-2004-feb-2004.html
|
|||
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
|
||||
|
||||
# Install a sample <project> entry.
|
||||
DATA+= report-sample.xml
|
||||
|
|
2060
en/news/status/report-2005-01-2005-03.xml
Normal file
2060
en/news/status/report-2005-01-2005-03.xml
Normal file
File diff suppressed because it is too large
Load diff
2060
en/news/status/report-jan-2005-mar-2005.xml
Normal file
2060
en/news/status/report-jan-2005-mar-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.22 2005/04/09 12:47:46 mlaier Exp $">
|
||||
<!ENTITY date "$FreeBSD: www/en/news/status/status.sgml,v 1.23 2005/04/17 14:36:30 mlaier Exp $">
|
||||
<!ENTITY title "FreeBSD Status Reports">
|
||||
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
|
||||
]>
|
||||
|
@ -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>2005</h2>
|
||||
|
||||
<ul>
|
||||
<li><a href="report-jan-2005-mar-2005.html">January, 2005 -
|
||||
March, 2005</a></li>
|
||||
</ul>
|
||||
|
||||
<h2>2004</h2>
|
||||
|
||||
<ul>
|
||||
|
|
Loading…
Reference in a new issue