Commit graph

5 commits

Author SHA1 Message Date
Murray Stokely
37ff0a9f33 Use system entities and include slides that way, just like we do for
chapter in the handbook, rather than using xi:include.

Add three slides about users of FreeBSD from ../common/freebsd-users.xml.
2004-09-07 18:13:17 +00:00
Murray Stokely
407c775981 Add three slides about users of FreeBSD.
* General (large websites, Netcraft numbers, etc..)
* FreeBSD in the Banking Industry
* FreeBSD used in Internet Infrastructure

This could really use a slide about FreeBSD in the high-end embedded
market.
2004-09-07 18:09:32 +00:00
Murray Stokely
daace7a21e Add Makefile that builds only the freebsd-general directory. At the
moment there is no processing needed for the common/ directory, though
in the future, we could pull in content there from other parts of the
tree to automatically keep the common slides about the most recent
freebsd releases up to date, number of committers/ports, etc..

Add a README that explains the directory hierarchy.
2004-09-07 12:31:19 +00:00
Murray Stokely
ec971e29ad Add an example presentation that makes use of the common content in
../common to generate 13 slides about FreeBSD.
2004-09-07 12:26:53 +00:00
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