Added index page.

This commit is contained in:
Wolfram Schneider 1998-08-16 12:52:26 +00:00
parent 78ece4a258
commit e45b594b50
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=3354
2 changed files with 35 additions and 2 deletions

View file

@ -1,11 +1,15 @@
# $Id: Makefile,v 1.5 1998-08-11 11:43:52 wosch Exp $
# $Id: Makefile,v 1.6 1998-08-16 12:52:26 wosch Exp $
.if exists(../Makefile.conf)
.include "../Makefile.conf"
.endif
DOCS= qnewsletter.sgml
.if exists("../Makefile.conf")
.include "../Makefile.conf"
.endif
# quick news letter
DOCS= qnewsletter.sgml
DOCS+= qnewsletter-1-1.sgml
DOCS+= qnewsletter-1-2.sgml
DOCS+= qnewsletter-1-3.sgml
@ -13,4 +17,8 @@ DOCS+= qnewsletter-1-3.sgml
DOCS+= press.sgml
DOCS+= newsflash.sgml
DOCS+= news.sgml
INDEXLINK= news.html
.include "../web.mk"

25
en/news/news.sgml Normal file
View file

@ -0,0 +1,25 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [
<!ENTITY base CDATA "..">
<!ENTITY date "$Date: 1998-08-16 12:52:26 $">
<!ENTITY title "FreeBSD News">
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
]>
<!-- $Id: news.sgml,v 1.1 1998-08-16 12:52:26 wosch Exp $ -->
<html>
&header;
<p></p>
<h2><a href="newsflash.html">FreeBSD Newsflash</a></h2>
<p>Whats new.</p>
<h2><a href="qnewsletter.html">The FreeBSD Quick NewsLeter</a></h2>
FreeBSD Really-Quick(TM) NewsLetter. Things Happening in FreeBSD.
<h2><a href="press.html">FreeBSD in the Press</a></h2>
<p>The press about FreeBSD.</p>
&footer;
</body>
</html>