doc/en_US.ISO8859-1/slides/README
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

28 lines
801 B
Text

$FreeBSD$
This directory holds slides for presentations about FreeBSD.
The common/ directory holds XML files each containing at least one
slide that are thought to be reusable across more than one
presentation. Other presentations can simply use <xi:include> to pull
in the desired slides from the common directory.
The freebsd-general/ directory holds an example presentation that
includes general information about FreeBSD, including it's goals,
organization, and features.
Presentations from specific conferences or meetings can be added here
in the following format :
YYYYMMDD-eventname
or
YYYYMMDD-eventname-title
as required.
From within a presentation directory, simply type 'make' to build an
HTML version of the presentation.
PDF output is also supported, with 'make FORMATS=pdf'.