doc/en_US.ISO8859-1/slides
Gabor Kovesdan d75bf2fbf9 - Include the "More Information" section
- Remove "What's new in 5.3", we need a similar part for 7.0
- Change the orders to the foils to be more logical and remove the XXX comment
  about this
- Remove some silly and inconsistent comments
- Break lines to be easier to read
2007-12-26 20:40:58 +00:00
..
20050513-bsdcan-slides Add slides from BSDCan 2005 about the DocBook Slides infrastructure. 2005-05-13 19:48:41 +00:00
common - Update the list of supported architectures 2007-12-26 20:37:44 +00:00
freebsd-general - Include the "More Information" section 2007-12-26 20:40:58 +00:00
Makefile Add Makefile that builds only the freebsd-general directory. At the 2004-09-07 12:31:19 +00:00
README Mention which port the Slides stylesheets are available from. 2004-09-12 16:16:11 +00:00

$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.

Building the slides requires the Slides stylesheets to be installed -
these are available from the textproc/slides port.

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'.