docproj.sgml, and added a new 'docproj' directory which contains other project related .sgml files (and a Makefile). Updated the main Makefile to include this new directory. Reviewed by the various members of the -doc mailing list (including John Fieber) over the past week or so.
32 lines
1.2 KiB
Text
32 lines
1.2 KiB
Text
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [
|
|
<!ENTITY base CDATA "..">
|
|
<!ENTITY date "$Date: 1998-03-31 20:11:38 $">
|
|
<!ENTITY title "FreeBSD Documentation Project: Who are we?">
|
|
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
|
|
]>
|
|
<!-- $Id: who.sgml,v 1.1 1998-03-31 20:11:38 nik Exp $ -->
|
|
|
|
<html>
|
|
&header;
|
|
|
|
<p>The project is a fairly loosely knit group of people, and the only thing
|
|
we have got in common is that we are subscribed to the mailing list
|
|
<a href="mailto:FreeBSD-doc@FreeBSD.ORG">FreeBSD-doc@FreeBSD.ORG</a>.</p>
|
|
|
|
<p>Some of us can commit changes directly to the FreeBSD documentation
|
|
tree. The complete list of people with commit ``privs'' is in <a
|
|
href="http://www.freebsd.org/handbook/handbook326.html">the
|
|
Handbook</a>.</p>
|
|
|
|
<p>Others do not have commit privs, but they write and <a
|
|
href="submitting.html">submit documentation</a> nonetheless. One of the
|
|
committers will then include it in the documentation set.</p>
|
|
|
|
<p>If you want to help out with the documentation project (and I fervently
|
|
hope you do) all you have to do is subscribe to the mailing list and
|
|
participate. As soon as you have done that you're a member of the
|
|
project.</p>
|
|
|
|
&footer
|
|
</body>
|
|
</html>
|