Commit graph

11 commits

Author SHA1 Message Date
Ceri Davies
0c01c9f504 Some grammatical fixes from the PR below, and some more of my own.
PR:		docs/74624
Submitted by:	Gavin Atkinson <gavin dot atkinson at ury dot york dot ac dot uk>
2004-12-18 15:23:18 +00:00
Ceri Davies
280ab3b3ee Correct a misspelling of "ndiscvt". 2004-09-12 16:21:05 +00:00
Ceri Davies
453f9fb125 Mention which port the Slides stylesheets are available from. 2004-09-12 16:16:11 +00:00
Murray Stokely
2a7166412a Add three slides about the BSDL, GPL, and the differences between the
two.

Taken from /src/COPYRIGHT and from Nik's excellent slides from his
Leeds talk in 2001.
2004-09-08 15:43:23 +00:00
Murray Stokely
b4701c9b08 Clean up after the last commit. Improve grammar, add a missing word (1).
(1) submitted by: ceri
2004-09-08 09:37:18 +00:00
Murray Stokely
5afcbfda82 Add a slide about embedded users of FreeBSD. Weather Channel content
provided by jhb.
2004-09-08 08:58:10 +00:00
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