Add the Oct-Dec 2003 FreeBSD status report. Thanks to everyone for all of
the submissions!
This commit is contained in:
parent
3b78d7ce3b
commit
95393a7457
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=19867
4 changed files with 2753 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
||||||
# $FreeBSD: www/en/news/status/Makefile,v 1.20 2003/03/15 10:00:08 scottl Exp $
|
# $FreeBSD: www/en/news/status/Makefile,v 1.21 2003/10/09 06:12:34 scottl Exp $
|
||||||
|
|
||||||
.if exists(../Makefile.conf)
|
.if exists(../Makefile.conf)
|
||||||
.include "../Makefile.conf"
|
.include "../Makefile.conf"
|
||||||
|
@ -24,6 +24,7 @@ DATA+= report-sept-2002-oct-2002.html
|
||||||
DATA+= report-nov-2002-dec-2002.html
|
DATA+= report-nov-2002-dec-2002.html
|
||||||
DATA+= report-jan-2003-feb-2003.html
|
DATA+= report-jan-2003-feb-2003.html
|
||||||
DATA+= report-mar-2003-sep-2003.html
|
DATA+= report-mar-2003-sep-2003.html
|
||||||
|
DATA+= report-oct-2003-dec-2003.html
|
||||||
|
|
||||||
# Install a sample <project> entry.
|
# Install a sample <project> entry.
|
||||||
DATA+= report-sample.xml
|
DATA+= report-sample.xml
|
||||||
|
|
1374
en/news/status/report-2003-10-2003-12.xml
Normal file
1374
en/news/status/report-2003-10-2003-12.xml
Normal file
File diff suppressed because it is too large
Load diff
1374
en/news/status/report-oct-2003-dec-2003.xml
Normal file
1374
en/news/status/report-oct-2003-dec-2003.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" [
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [
|
||||||
<!ENTITY base CDATA "../..">
|
<!ENTITY base CDATA "../..">
|
||||||
<!ENTITY date "$FreeBSD: www/en/news/status/status.sgml,v 1.15 2003/03/15 10:00:08 scottl Exp $">
|
<!ENTITY date "$FreeBSD: www/en/news/status/status.sgml,v 1.16 2003/10/09 12:55:26 scottl Exp $">
|
||||||
<!ENTITY title "FreeBSD Status Reports">
|
<!ENTITY title "FreeBSD Status Reports">
|
||||||
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
|
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
|
||||||
]>
|
]>
|
||||||
|
@ -33,6 +33,8 @@
|
||||||
<h2>2003</h2>
|
<h2>2003</h2>
|
||||||
|
|
||||||
<ul>
|
<ul>
|
||||||
|
<li><a href="report-oct-2003-dec-2003.html">October, 2003 -
|
||||||
|
December, 2003 </a></li>
|
||||||
<li><a href="report-mar-2003-sep-2003.html">March, 2003 -
|
<li><a href="report-mar-2003-sep-2003.html">March, 2003 -
|
||||||
September, 2003 </a></li>
|
September, 2003 </a></li>
|
||||||
<li><a href="report-jan-2003-feb-2003.html">January, 2003 -
|
<li><a href="report-jan-2003-feb-2003.html">January, 2003 -
|
||||||
|
|
Loading…
Reference in a new issue