Add and link to the November 2001 status report.
This commit is contained in:
parent
2d60e20b7d
commit
9ab74b2893
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=11501
4 changed files with 2056 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
# $FreeBSD: www/en/news/status/Makefile,v 1.11 2001/12/12 11:57:37 phantom Exp $
|
||||
# $FreeBSD: www/en/news/status/Makefile,v 1.12 2001/12/13 19:30:09 phantom Exp $
|
||||
|
||||
.if exists(../Makefile.conf)
|
||||
.include "../Makefile.conf"
|
||||
|
@ -15,6 +15,7 @@ DATA= report-june-2001.html
|
|||
DATA+= report-july-2001.html
|
||||
DATA+= report-august-2001.html
|
||||
DATA+= report-september-2001.html
|
||||
DATA+= report-november-2001.html
|
||||
|
||||
# Install a sample <project> entry.
|
||||
DATA+= report-sample.xml
|
||||
|
|
1026
en/news/status/report-2001-11.xml
Normal file
1026
en/news/status/report-2001-11.xml
Normal file
File diff suppressed because it is too large
Load diff
1026
en/news/status/report-november-2001.xml
Normal file
1026
en/news/status/report-november-2001.xml
Normal file
File diff suppressed because it is too large
Load diff
|
@ -1,6 +1,6 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [
|
||||
<!ENTITY base CDATA "../..">
|
||||
<!ENTITY date "$FreeBSD: www/en/news/status/status.sgml,v 1.4 2001/09/18 18:46:30 chris Exp $">
|
||||
<!ENTITY date "$FreeBSD: www/en/news/status/status.sgml,v 1.5 2001/11/12 22:25:12 chris Exp $">
|
||||
<!ENTITY title "FreeBSD Status Reports">
|
||||
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
|
||||
]>
|
||||
|
@ -33,6 +33,7 @@
|
|||
<h2>2001</h2>
|
||||
|
||||
<ul>
|
||||
<li><a href="report-november-2001.html">November, 2001</a></li>
|
||||
<li><a href="report-september-2001.html">September, 2001</a></li>
|
||||
<li><a href="report-august-2001.html">August, 2001</a></li>
|
||||
<li><a href="report-july-2001.html">July, 2001</a></li>
|
||||
|
|
Loading…
Reference in a new issue