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.
20 lines
701 B
XML
20 lines
701 B
XML
<!-- $FreeBSD$ -->
|
|
|
|
<foil id="freebsd-organization">
|
|
<title>FreeBSD Organization</title>
|
|
|
|
<itemizedlist>
|
|
<listitem>A number of committees with special responsibilities
|
|
have been created within the FreeBSD Project to ensure that
|
|
the project continues to move in a positive
|
|
direction.</listitem>
|
|
|
|
<listitem>The FreeBSD <emphasis>Core Team</emphasis> is a group
|
|
of 9 developers elected by the committers for 2 year
|
|
terms.</listitem>
|
|
|
|
<listitem>The FreeBSD <emphasis>Release Engineering
|
|
Team</emphasis> is a small group of developers responsible for
|
|
managing the release process.</listitem>
|
|
</itemizedlist>
|
|
</foil>
|