doc/en/internal/developer.sgml
Hiroki Sato cfd9e12239 www cleanup mega commit:
- Move includes.nav*.sgml to share/sgml/navibar.ent and
   <lang>/share/sgml/nabibar.l10n.ent.

 - Move includes.sgml and includes.xsl to
   share/sgml/common.ent, share/sgml/header.ent, <lang>/share/sgml/l10n.ent,
   and <lang>?share/sgml/header.l10n.ent.

 - Move most of XSLT libraries to share/sgml/*.xsl and
   <lang>/share/sgml/*.xsl.

 - Move news.xml and other *.xml files for the similar purpose
   to share/sgml/*.xml and <lang>/share/sgml/*.xml.

 - Switch to use a custom DTD for HTML document.  Now we use
   "-//FreeBSD//DTD HTML 4.01 Transitional-Based Extension", which is
   HTML 4.01 + some entities previously pulled via
   "<!ENTITY % includes SYSTEM "includes.sgml"> %includes;" line.
   The location of entity file will be resolved by using catalog file.

 - Add DOCTYPE declearation to XML documents.  This makes the followings
   possible:

   * Use of &foo; entities for SGML in an XML file instead of defining
     {$foo} as the same content.

   * &symbolic; entities for Latin characters.

 - Duplicated information between SGML and XML, or English and
   translated doc, has been removed as much as possible.
2006-08-19 21:20:54 +00:00

75 lines
3.1 KiB
Text

<!DOCTYPE HTML PUBLIC "-//FreeBSD//DTD HTML 4.01 Transitional-Based Extension//EN" [
<!ENTITY base CDATA "..">
<!ENTITY date "$FreeBSD: www/en/internal/developer.sgml,v 1.37 2006/02/22 13:28:14 joel Exp $">
<!ENTITY title "Resources for FreeBSD Committers">
<!ENTITY % navinclude.docs "INCLUDE">
]>
<html>
&header;
<h2><a href="../doc/en_US.ISO8859-1/articles/committers-guide/">Committers Guide</a></h2>
<p>This document is an overall guide for all new committers, including
both technical details and policy details.
For the former, see the chapters on
<a href="../doc/en_US.ISO8859-1/articles/committers-guide/cvs.operations.html">
CVS Operations</a>, the
<a href="../doc/en_US.ISO8859-1/articles/committers-guide/gnats.html">
GNATS</a> bug tracking system,
and the
<a href="../doc/en_US.ISO8859-1/articles/committers-guide/ssh.guide.html">
SSH Quick-Start Guide</a>.</p>
<p>It contains almost everything a new committer to the FreeBSD Project
needs to know. See the Documentation Project Primer and the Ports Guide,
below, for more info.</p>
<h2><a href="../doc/en_US.ISO8859-1/books/fdp-primer/">FreeBSD Documentation Project Primer for New Contributors</a></h2>
<p>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.</p>
<h2><a href="../doc/en_US.ISO8859-1/books/porters-handbook/index.html">
FreeBSD Porter's Handbook</a></h2>
<p>A guide for FreeBSD ports committers. This includes the canonical
<a href="../doc/en_US.ISO8859-1/books/porters-handbook/freebsd-versions.html">
Table of __FreeBSD_version Values</a>.</p>
<h2><a href="&base;/doc/en_US.ISO8859-1/books/fdp-primer/the-website-build.html">
How to build the FreeBSD Web Pages</a>.</h2>
&webbuild;
<h2>FreeBSD Projects</h2>
<ul>
<li><a href="../docproj/docproj.html">FreeBSD Documentation Project</a></li>
<li><a href="../releng/index.html">FreeBSD Release Engineering</a></li>
<li><a href="http://people.FreeBSD.org/~picobsd/">PicoBSD</a></li>
<li><a href="../platforms/alpha.html">FreeBSD/Alpha Project</a></li>
<li><a href="../platforms/ia64/index.html">FreeBSD/IA-64 Project</a></li>
<li><a href="../platforms/ppc.html">FreeBSD/PPC Project</a></li>
<li><a href="../platforms/sparc.html">FreeBSD/SPARC Project</a></li>
<li><a href="../smp/">SMP Next Generation Project</a></li>
<li><a href="http://www.TrustedBSD.org/">TrustedBSD Project</a></li>
<li><a href="../projects/index.html">FreeBSD Development Projects</a></li>
</ul>
<h2>Other Resources</h2>
<ul>
<li><a href="&base;/developers/cvs.html">CVS Repository</a></li>
<li><a href="../support.html#gnats">Bug Reports</a></li>
<li><a href="../security/index.html">FreeBSD Security Information</a></li>
<li><a href="../copyright/copyright.html">Copyright</a></li>
<li><a href="http://wikitest.FreeBSD.org">FreeBSD Wiki</a></li>
<li><a href="http://perforce.FreeBSD.org">Perforce Repository for works in progress</a></li>
</ul>
<p><A HREF="internal.html">FreeBSD Internal Home</a></p>
&footer;
</body>
</html>