Welcome the August 2001 status report.
This commit is contained in:
parent
f316e16c60
commit
46cf75cb68
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=10737
4 changed files with 3038 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
# $FreeBSD: www/en/news/status/Makefile,v 1.4 2001/09/18 09:46:18 chris Exp $
|
||||
# $FreeBSD: www/en/news/status/Makefile,v 1.5 2001/09/18 10:03:21 chris Exp $
|
||||
|
||||
.if exists(../Makefile.conf)
|
||||
.include "../Makefile.conf"
|
||||
|
@ -13,6 +13,7 @@ DOCS= status.sgml
|
|||
|
||||
DATA= report-june-2001.html
|
||||
DATA+= report-july-2001.html
|
||||
DATA+= report-august-2001.html
|
||||
|
||||
CLEANFILES+= ${DATA}
|
||||
|
||||
|
|
1517
en/news/status/report-2001-08.xml
Normal file
1517
en/news/status/report-2001-08.xml
Normal file
File diff suppressed because it is too large
Load diff
1517
en/news/status/report-august-2001.xml
Normal file
1517
en/news/status/report-august-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.2 2001/08/03 18:06:03 chris Exp $">
|
||||
<!ENTITY date "$FreeBSD: www/en/news/status/status.sgml,v 1.3 2001/08/09 16:13:38 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-august-2001.html">August, 2001</a></li>
|
||||
<li><a href="report-july-2001.html">July, 2001</a></li>
|
||||
<li><a href="report-june-2001.html">June, 2001</a></li>
|
||||
</ul>
|
||||
|
|
Loading…
Reference in a new issue