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.
30 lines
885 B
XML
30 lines
885 B
XML
<!-- $FreeBSD$ -->
|
|
|
|
<foil id="freebsd-release-process-general">
|
|
<title>FreeBSD Release Process</title>
|
|
|
|
<itemizedlist>
|
|
|
|
<listitem><quote>Stable</quote> releases are made from the
|
|
-STABLE development branch at approximately 4 month
|
|
intervals.</listitem>
|
|
|
|
<listitem>Major new versions (3.0, 4.0, 5.0, etc..) are released
|
|
at much longer intervals when the main goals for that release
|
|
have been realized.
|
|
|
|
<itemizedlist>
|
|
<listitem>3.0 - October 1998</listitem>
|
|
<listitem>4.0 - March 2000</listitem>
|
|
<listitem>5.0 - January 2003</listitem>
|
|
</itemizedlist>
|
|
|
|
</listitem>
|
|
|
|
<listitem>In periods of transition, point releases from the
|
|
previous branch are still released while the next major
|
|
release branch stabilizes. (e.g., 4.8, 4.9, and 4.10 were
|
|
released after 5.0)</listitem>
|
|
|
|
</itemizedlist>
|
|
</foil>
|