doc/en/internal/policies.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

72 lines
2.5 KiB
Text

<!DOCTYPE HTML PUBLIC "-//FreeBSD//DTD HTML 4.01 Transitional-Based Extension//EN" [
<!ENTITY base CDATA "..">
<!ENTITY date "$FreeBSD: www/en/internal/policies.sgml,v 1.7 2006/05/29 20:11:32 simon Exp $">
<!ENTITY title "Policies for FreeBSD Committers">
<!ENTITY % navinclude.docs "INCLUDE">
]>
<html>
&header;
<h2><b>Committer's Guide</b></h2>
<p>The
<a href="../doc/en_US.ISO8859-1/articles/committers-guide/">Committer's Guide</a>
is an overall guide for all new committers, including
both technical details and policy details.
For the latter, see the chapters on
<a href="../doc/en_US.ISO8859-1/articles/committers-guide/conventions.html">
Conventions and Traditions</a>,
<a href="../doc/en_US.ISO8859-1/articles/committers-guide/developer.relations.html">
Developer Relations</a>,
and
<a href="../doc/en_US.ISO8859-1/articles/committers-guide/rules.html">
The FreeBSD Committers' Big List Of Rules</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><b>General Policies</b></h2>
<p>Here you will find various things such as the
<a href="new-account.html">New Account Creation Procedure</a>,
the
<a href="expire-bits.html">Commit Bit Expiration Policy</a>,
the
<a href="bylaws.html">Core Bylaws</a>,
<a href="core-vote.html">Core's Voting Procedures</a>,
the
<a href="fortunes.html">Fortune File Policy</a>,
and the
<a href="../doc/en_US.ISO8859-1/articles/pr-guidelines/">Problem Report Handling Guidelines</a>.</p>
<h2><b>The FreeBSD Documentation Project</b></h2>
<p>The
<a href="../doc/en_US.ISO8859-1/books/fdp-primer/">FreeBSD Documentation Project Primer for New Contributors</a>
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>
<p>The <a href="doceng.html">FreeBSD Doceng Team Charter</a> describes
the purpose of Doceng.</p>
<h2><b>The FreeBSD Ports Guidelines</b></h2>
<p>The
<a href="../doc/en_US.ISO8859-1/books/porters-handbook/index.html">
FreeBSD Porter's Handbook</a>
is a general guide for FreeBSD ports committers, including both
technical information and policy guidelines.</p>
<p>The <a href="&base;/portmgr/index.html">Ports Management Team</a>
has a separate page with policies and other information related to
the FreeBSD Ports Collection.</p>
<p><A HREF="internal.html">FreeBSD Internal Home</a></p>
&footer;
</body>
</html>