Added: FreeBSD Documentation Project Primer for New Contributors
This commit is contained in:
parent
7e68c00b24
commit
41849faf49
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=4878
1 changed files with 10 additions and 2 deletions
|
@ -1,10 +1,10 @@
|
||||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [
|
||||||
<!ENTITY base CDATA "..">
|
<!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 title "Resources for FreeBSD Committers">
|
||||||
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
|
<!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>
|
<html>
|
||||||
&header;
|
&header;
|
||||||
|
@ -12,9 +12,17 @@
|
||||||
<h2><a href="http://www.freebsd.org/~wosch/papers/webbuild.html">
|
<h2><a href="http://www.freebsd.org/~wosch/papers/webbuild.html">
|
||||||
Build the FreeBSD Web Pages</a></h2>
|
Build the FreeBSD Web Pages</a></h2>
|
||||||
|
|
||||||
|
|
||||||
This document describe how to build and update the FreeBSD Web pages from the
|
This document describe how to build and update the FreeBSD Web pages from the
|
||||||
CVS repository by hand.
|
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">
|
<h2><a href=" http://www.freebsd.org/~asami/cvsguide.txt">
|
||||||
A Guide for FreeBSD Ports Committers</a></h2>
|
A Guide for FreeBSD Ports Committers</a></h2>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue