- Use more accurate title for the foils so that the foilgroup look

better when rendered
- Comment out the foil for the missing chart
-
This commit is contained in:
Gabor Kovesdan 2007-12-26 20:30:03 +00:00
parent ca1258c4ac
commit 67fd0f5f04
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=31164

View file

@ -1,12 +1,10 @@
<!-- $FreeBSD$ --> <!-- $FreeBSD$ -->
<foilgroup id="freebsd-dev-model"> <foilgroup id="freebsd-dev-model">
<foil id="freebsd-dev-model-general"> <foil id="freebsd-dev-model-general">
<title>FreeBSD Development Model</title> <title>FreeBSD Development Model - Overview</title>
<itemizedlist> <itemizedlist>
<listitem>FreeBSD development continues along two parallel <listitem>FreeBSD development continues along two parallel
branches; FreeBSD-CURRENT and FreeBSD-STABLE.</listitem> branches; FreeBSD-CURRENT and FreeBSD-STABLE.</listitem>
@ -21,16 +19,17 @@
</itemizedlist> </itemizedlist>
</foil> </foil>
<!-- FIXME: past the chart here
<foil id="freebsd-dev-model-release-diagram"> <foil id="freebsd-dev-model-release-diagram">
<title>FreeBSD Release Diagram</title> <title>FreeBSD Release Diagram</title>
<para>Chart from releng paper goes here.</para> <para>Chart from releng paper goes here.</para>
</foil> </foil>
-->
<foil id="freebsd-dev-model-organization"> <foil id="freebsd-dev-model-organization">
<title>FreeBSD Development Model</title> <title>FreeBSD Development Model - The Team</title>
<itemizedlist> <itemizedlist>
<listitem>Thousands of developers around the world contribute <listitem>Thousands of developers around the world contribute
@ -39,29 +38,27 @@
<listitem>Only the <quote>committers</quote> have write access <listitem>Only the <quote>committers</quote> have write access
to the CVS repository.</listitem> to the CVS repository.</listitem>
<listitem>324 total committers in FreeBSD (includes source, <listitem>488 total committers in FreeBSD (includes source,
documentation, and ports committers).</listitem> documentation, and ports committers).</listitem>
<listitem>212 active committers to src/ in the last 12 <listitem>203 active committers to src/ (exlucind sys) in the last 12
months.</listitem> months.</listitem>
<listitem>165 active committers to src/sys in the last 12 <listitem>144 active committers to src/sys in the last 12
months.</listitem> months.</listitem>
</itemizedlist> </itemizedlist>
</foil> </foil>
<foil id="freebsd-dev-model-bugs"> <foil id="freebsd-dev-model-bugs">
<title>FreeBSD Development Model</title> <title>FreeBSD Development Model - Handling Bugs</title>
<itemizedlist> <itemizedlist>
<listitem>Users and external developers should submit bug fixes, <listitem>Users and external developers do not have CVS acces, they
enhancements, or problem reports with GNATS.</listitem> can submit bug fixes, enhancements, or problem reports using the
GNATS database.</listitem>
<listitem>Online submission forms, send-pr command installed by <listitem>Online submission forms, <command>send-pr</command> command
default on FreeBSD systems, etc.</listitem> installed by default on FreeBSD systems, etc.</listitem>
</itemizedlist> </itemizedlist>
</foil> </foil>
</foilgroup> </foilgroup>