Add an example presentation that makes use of the common content in

../common to generate 13 slides about FreeBSD.
This commit is contained in:
Murray Stokely 2004-09-07 12:26:53 +00:00
parent 666f378e4f
commit ec971e29ad
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=22265
2 changed files with 95 additions and 0 deletions
en_US.ISO8859-1/slides/freebsd-general

View file

@ -0,0 +1,24 @@
#
# $FreeBSD$
#
# Build an example FreeBSD Presentation
#
DOCFORMAT= slides
DOC= slides
FORMATS?= html
SRCS= slides.xml
SRCS+= ../common/freebsd-recent-releases.xml
SRCS+= ../common/freebsd-5.3.xml
SRCS+= ../common/what-is-freebsd.xml
SRCS+= ../common/freebsd-organization.xml
SRCS+= ../common/freebsd-dev-model.xml
SRCS+= ../common/freebsd-release-process.xml
XSLTPROCFLAGS= --nonet --xinclude --stringparam draft.mode no
XSLTPROCOPTS= ${XSLTPROCFLAGS}
DOC_PREFIX?= ${.CURDIR}/../../..
.include "${DOC_PREFIX}/share/mk/doc.project.mk"

View file

@ -0,0 +1,71 @@
<?xml version='1.0'?>
<!-- $FreeBSD$ -->
<!DOCTYPE slides SYSTEM "/usr/local/share/xsl/slides/schema/dtd/slides.dtd">
<?dbhtml graphics-dir="/usr/local/share/xsl/slides/graphics" css-stylesheet-dir="/usr/local/share/xsl/slides/browser"?>
<?dbhtml script-dir="/usr/local/share/xsl/slides/browser"?>
<slides>
<!-- PUBLIC "-//Norman Walsh//DTD Slides XML V3.3.1//EN"
"http://docbook.sourceforge.net/releases/slides/3.3.1/slides.dtd" -->
<slidesinfo>
<title>Introduction to FreeBSD</title>
<titleabbrev>FreeBSD</titleabbrev>
<!-- Speaker's name goes here. -->
<author><firstname>Murray</firstname><surname>Stokely</surname></author>
<pubdate>Thursday, 9 Sep 2004</pubdate>
<copyright><year>2004</year> <holder>FreeBSD Mall, Inc.</holder></copyright>
</slidesinfo>
<foil id="intro-outline"><title>Outline</title>
<itemizedlist>
<listitem>What is FreeBSD?</listitem>
<listitem>FreeBSD Development Model</listitem>
<listitem>FreeBSD Release / Branch Terminology</listitem>
<listitem>Recent FreeBSD Releases</listitem>
<listitem>FreeBSD 5.3</listitem>
<!-- XXX To Add : Gallery of FreeBSD users, comparisons with Linux, -->
<!-- much more. -->
</itemizedlist>
</foil>
<!-- Include the 'What is FreeBSD' slides. -->
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
href="../common/what-is-freebsd.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
href="../common/freebsd-dev-model.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
href="../common/freebsd-release-process.xml"/>
<!-- Include the 'Recent Releases' slides. -->
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
href="../common/freebsd-recent-releases.xml"/>
<!-- XXX this should be right after dev model. -->
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
href="../common/freebsd-organization.xml"/>
<!-- Slides about 'FreeBSD 5.3' -->
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
href="../common/freebsd-5.3.xml"/>
<foil id="More information"><title>More Information</title>
<itemizedlist>
<listitem><ulink url="http://www.FreeBSD.org"></ulink></listitem>
<listitem><ulink url="http://www.FreeBSD.org/handbook">FreeBSD Handbook</ulink></listitem>
<listitem><ulink url="http://www.FreeBSDMall.com">FreeBSD Mall, Inc.</ulink></listitem>
</itemizedlist>
</foil>
</slides>