HTML files (not all of them, just some of them). Fix up the broken references to point to the correct files. This has not touched the release notes in releases/*/*. I'm not sure whether they should remain as historical record of what was shipped or not. About 5 of them now have a couple of broken links each, which will be trivial to fix.
33 lines
1.3 KiB
Text
33 lines
1.3 KiB
Text
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [
|
|
<!ENTITY base CDATA "..">
|
|
<!ENTITY date "$Date: 1999-03-27 15:43:49 $">
|
|
<!ENTITY title "FreeBSD Documentation Project: Who are we?">
|
|
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
|
|
]>
|
|
<!-- $Id: who.sgml,v 1.5 1999-03-27 15:43:49 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="../handbook/staff-doc.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>
|
|
|
|
<p></p><a href="docproj.html">FreeBSD Documentation Project Home</a>
|
|
&footer
|
|
</body>
|
|
</html>
|