- 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
This commit is contained in:
parent
c2cf5114d3
commit
d75bf2fbf9
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=31173
1 changed files with 20 additions and 25 deletions
|
@ -1,4 +1,4 @@
|
|||
<?xml version='1.0'?>
|
||||
<?xml version="1.0" encoding="ISO-8859-1"?>
|
||||
|
||||
<!-- $FreeBSD$ -->
|
||||
|
||||
|
@ -15,7 +15,8 @@
|
|||
"../common/freebsd-recent-releases.xml">
|
||||
<!ENTITY slides.freebsd-organization SYSTEM
|
||||
"../common/freebsd-organization.xml">
|
||||
<!ENTITY slides.freebsd-5.3 SYSTEM "../common/freebsd-5.3.xml">
|
||||
<!ENTITY slides.freebsd-more-information SYSTEM
|
||||
"../common/freebsd-more-information.xml">
|
||||
]>
|
||||
|
||||
<?dbhtml graphics-dir="/usr/local/share/xsl/slides/graphics" css-stylesheet-dir="/usr/local/share/xsl/slides/browser"?>
|
||||
|
@ -31,19 +32,27 @@
|
|||
|
||||
<!-- Speaker's name goes here. -->
|
||||
|
||||
<author><firstname>Murray</firstname><surname>Stokely</surname><email>murray@FreeBSD.org</email></author>
|
||||
<pubdate>Thursday, 9 Sep 2004</pubdate>
|
||||
<copyright><year>2004</year> <holder>FreeBSD Mall, Inc.</holder></copyright>
|
||||
<author>
|
||||
<firstname>Murray</firstname>
|
||||
<surname>Stokely</surname>
|
||||
<email>murray@FreeBSD.org</email>
|
||||
</author>
|
||||
<pubdate>Thursday, 3 Jan 2008</pubdate>
|
||||
<copyright>
|
||||
<year>2004-2008</year>
|
||||
<holder>FreeBSD Mall, Inc.</holder>
|
||||
</copyright>
|
||||
</slidesinfo>
|
||||
|
||||
<foil id="intro-outline"><title>Outline</title>
|
||||
<foil id="intro-outline">
|
||||
<title>Outline</title>
|
||||
|
||||
<itemizedlist>
|
||||
<listitem>What is FreeBSD?</listitem>
|
||||
<listitem>Who uses 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. -->
|
||||
|
@ -51,7 +60,7 @@
|
|||
</itemizedlist>
|
||||
</foil>
|
||||
|
||||
<!-- Include the 'What is FreeBSD' slides. -->
|
||||
<!-- Include the slides -->
|
||||
|
||||
&slides.what-is-freebsd;
|
||||
|
||||
|
@ -59,26 +68,12 @@
|
|||
|
||||
&slides.freebsd-dev-model;
|
||||
|
||||
&slides.freebsd-release-process;
|
||||
&slides.freebsd-organization;
|
||||
|
||||
<!-- Include the 'Recent Releases' slides. -->
|
||||
&slides.freebsd-release-process;
|
||||
|
||||
&slides.freebsd-recent-releases;
|
||||
|
||||
<!-- XXX this should be right after dev model. -->
|
||||
|
||||
&slides.freebsd-organization;
|
||||
|
||||
<!-- Slides about 'FreeBSD 5.3' -->
|
||||
|
||||
&slides.freebsd-5.3;
|
||||
|
||||
<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.freebsd-more-information;
|
||||
|
||||
</slides>
|
||||
|
|
Loading…
Reference in a new issue