Added the page `Resources for FreeBSD Committers'

This commit is contained in:
Wolfram Schneider 1999-05-02 19:47:36 +00:00
parent da021503e4
commit b16c143481
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=4790
3 changed files with 51 additions and 3 deletions

View file

@ -1,4 +1,4 @@
# $Id: Makefile,v 1.12 1999-02-14 03:10:20 jkh Exp $
# $Id: Makefile,v 1.13 1999-05-02 19:47:35 wosch Exp $
.if exists(../Makefile.conf)
.include "../Makefile.conf"
@ -10,6 +10,7 @@ DOCS+= about.sgml
DOCS+= machines.sgml
DOCS+= mirror.sgml
DOCS+= statistic.sgml
DOCS+= developer.sgml
INDEXLINK= internal.html

View file

@ -0,0 +1,43 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [
<!ENTITY base CDATA "..">
<!ENTITY date "$Date: 1999-05-02 19:47:36 $">
<!ENTITY title "Resources for FreeBSD Committers">
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
]>
<!-- $Id: developer.sgml,v 1.1 1999-05-02 19:47:36 wosch Exp $ -->
<html>
&header;
<h2><a href="http://www.freebsd.org/~wosch/papers/webbuild.html">
Build the FreeBSD Web Pages</a></h2>
This document describe how to build and update the FreeBSD Web pages from the
CVS repository by hand.
<h2><a href=" http://www.freebsd.org/~asami/cvsguide.txt">
A Guide for FreeBSD Ports Committers</a></h2>
A Guide for FreeBSD Ports Committers
<h2>FreeBSD Projects</h2>
<ul>
<li><a href="../docproj/docproj.html">FreeBSD Documentation Project</a></li>
<li><a href="http://www.freebsd.org/~picobsd/">PicoBSD</a></li>
<li><a href="../alpha/">FreeBSD/Alpha Project</a></li>
<li><a href="../projects/">FreeBSD Development Projects</a></li>
</ul>
<h2>Other Resources</h2>
<ul>
<li><a href="../support.html#cvs">CVS Repository</a></li>
<li><a href="../support.html#gnats">Bug Reports</a></li>
<li><a href="../security/">FreeBSD Security Information</a></li>
<li><a href="../copyright/copyright.html">Copyright</a></li>
</ul>
<p></p><A HREF="internal.html">FreeBSD Internal Home</a>
&footer;
</body>
</html>

View file

@ -1,10 +1,10 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [
<!ENTITY base CDATA "..">
<!ENTITY date "$Date: 1999-01-30 13:44:12 $">
<!ENTITY date "$Date: 1999-05-02 19:47:36 $">
<!ENTITY title "FreeBSD Internal">
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
]>
<!-- $Id: internal.sgml,v 1.8 1999-01-30 13:44:12 mbarkah Exp $ -->
<!-- $Id: internal.sgml,v 1.9 1999-05-02 19:47:36 wosch Exp $ -->
<html>
&header;
@ -16,6 +16,10 @@
network, just what machine resources are currently available and the
sorts of jobs they are being provided for.</p>
<h2><a href="developer.html">Resources for FreeBSD Committers</a></h2>
<p>This page documents resources for FreeBSD committers.</p>
<h2><a href="about.html">About the FreeBSD WWW Server</a></h2>
<p>The Machine, the software, mirroring the FreeBSD Web Pages, Usage
statistics.</p>