aboutsummaryrefslogtreecommitdiff
path: root/en_US.ISO8859-1/slides/README
blob: 41b016f3447cfaa09357d5b1dd27d115f87ff11a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
$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'.