doc/en_US.ISO8859-1/slides/common/freebsd-recent-releases.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

24 lines
718 B
XML

<!-- $FreeBSD$ -->
<foil><title>Recent Releases</title>
<itemizedlist>
<listitem>FreeBSD 4.X-STABLE continues incremental feature,
performance, stability development.
<itemizedlist>
<listitem>FreeBSD 4.9 (October, 2003)</listitem>
<listitem>FreeBSD 4.10 (May, 2004)</listitem>
</itemizedlist>
</listitem>
<listitem>FreeBSD 5.X-CURRENT continues higher risk development,
approaches -STABLE.
<itemizedlist>
<listitem>FreeBSD 5.0 (January, 2003)</listitem>
<listitem>FreeBSD 5.1 (June, 2003)</listitem>
<listitem>FreeBSD 5.2 (January, 2004)</listitem>
<listitem>FreeBSD 5.2.1 (February, 2004)</listitem>
</itemizedlist>
</listitem>
</itemizedlist>
</foil>