Added: FreeBSD Documentation Project Primer for New Contributors

This commit is contained in:
Wolfram Schneider 1999-05-13 11:20:15 +00:00
parent 7e68c00b24
commit 41849faf49
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=4878

View file

@ -1,10 +1,10 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [
<!ENTITY base CDATA "..">
<!ENTITY date "$Date: 1999-05-02 19:47:36 $">
<!ENTITY date "$Date: 1999-05-13 11:20:15 $">
<!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 $ -->
<!-- $Id: developer.sgml,v 1.2 1999-05-13 11:20:15 wosch Exp $ -->
<html>
&header;
@ -12,9 +12,17 @@
<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="../tutorials/docproj-primer/">FreeBSD Documentation Project Primer for New Contributors</a></h2>
This primer covers everything you will need to know in order to start
contributing to the FreeBSD Documentation Project, from the tools and
software you will be using (both mandatory and recommended) to the
philosophy behind the Documentation Project.
<h2><a href=" http://www.freebsd.org/~asami/cvsguide.txt">
A Guide for FreeBSD Ports Committers</a></h2>