doc/en_US.ISO8859-1/slides/common/freebsd-dev-model.xml
Murray Stokely 666f378e4f Add reusable XML files (slides/simplified DocBook DTD) that can be
included by other presentation documents to rapidly generate or change
the content of a presentation based on this shared data.

Each of these files contains either a single <foil> slide, or a
selection of slides on the specified subject inside a <foilgroup>.  In
either case, the XML for your presentation (slides.xml) can simply
include a few slides of content for each file with :

<xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
  href="../common/what-is-freebsd.xml"/>

HTML and PDF output formats work now.  It should be feasible to output
OpenOffice XML and then import it into that application for final
presentation tweaks.
2004-09-07 12:15:12 +00:00

67 lines
1.9 KiB
XML

<!-- $FreeBSD$ -->
<foilgroup id="freebsd-dev-model">
<foil id="freebsd-dev-model-general">
<title>FreeBSD Development Model</title>
<itemizedlist>
<listitem>FreeBSD development continues along two parallel
branches; FreeBSD-CURRENT and FreeBSD-STABLE.</listitem>
<listitem>FreeBSD-CURRENT is the main trunk of our CVS
repository. All new development should happen
here.</listitem>
<listitem>FreeBSD-STABLE is the branch from which major releases
are made. Changes enter this branch at a different pace, and
with the general assumption that they have been well tested by
our user community running -CURRENT.</listitem>
</itemizedlist>
</foil>
<foil id="freebsd-dev-model-release-diagram">
<title>FreeBSD Release Diagram</title>
<para>Chart from releng paper goes here.</para>
</foil>
<foil id="freebsd-dev-model-organization">
<title>FreeBSD Development Model</title>
<itemizedlist>
<listitem>Thousands of developers around the world contribute
code to FreeBSD.</listitem>
<listitem>Only the <quote>committers</quote> have write access
to the CVS repository.</listitem>
<listitem>324 total committers in FreeBSD (includs source,
documentation, and ports committers).</listitem>
<listitem>212 active committers to src/ in the last 12
months.</listitem>
<listitem>165 active committers to src/sys in the last 12
months.</listitem>
</itemizedlist>
</foil>
<foil id="freebsd-dev-model-bugs">
<title>FreeBSD Development Model</title>
<itemizedlist>
<listitem>Users and external developers should submit bug fixes,
enhancements, or problem reports with GNATS.</listitem>
<listitem>Online submission forms, send-pr command installed by
default on FreeBSD systems, etc.</listitem>
</itemizedlist>
</foil>
</foilgroup>