]> granicus.if.org Git - docbook-dsssl/commitdiff
- Remove the demo directory, it was just a glue to render the demo
authorGábor Kövesdán <gabor@kovesdan.org>
Thu, 23 Aug 2012 16:51:34 +0000 (16:51 +0000)
committerGábor Kövesdán <gabor@kovesdan.org>
Thu, 23 Aug 2012 16:51:34 +0000 (16:51 +0000)
  presentation in various formats.  It is not really applicable any more.

37 files changed:
slides/demo/.gitignore [deleted file]
slides/demo/Makefile [deleted file]
slides/demo/README [deleted file]
slides/demo/browser/.gitignore [deleted file]
slides/demo/browser/Makefile [deleted file]
slides/demo/default/.gitignore [deleted file]
slides/demo/default/Makefile [deleted file]
slides/demo/frames1/.gitignore [deleted file]
slides/demo/frames1/Makefile [deleted file]
slides/demo/frames2/.gitignore [deleted file]
slides/demo/frames2/Makefile [deleted file]
slides/demo/frames3/.gitignore [deleted file]
slides/demo/frames3/Makefile [deleted file]
slides/demo/frames4/.gitignore [deleted file]
slides/demo/frames4/Makefile [deleted file]
slides/demo/frames5/.gitignore [deleted file]
slides/demo/frames5/Makefile [deleted file]
slides/demo/frames6/.gitignore [deleted file]
slides/demo/frames6/Makefile [deleted file]
slides/demo/frames7/.gitignore [deleted file]
slides/demo/frames7/Makefile [deleted file]
slides/demo/graphics/.gitignore [deleted file]
slides/demo/graphics/Makefile [deleted file]
slides/demo/graphics/active/.gitignore [deleted file]
slides/demo/graphics/inactive/.gitignore [deleted file]
slides/demo/graphics/toc/.gitignore [deleted file]
slides/demo/index.xml [deleted file]
slides/demo/plain/.gitignore [deleted file]
slides/demo/plain/Makefile [deleted file]
slides/demo/source/.gitignore [deleted file]
slides/demo/source/slides.xml [deleted file]
slides/demo/tables/.gitignore [deleted file]
slides/demo/tables/Makefile [deleted file]
slides/demo/vslides/.gitignore [deleted file]
slides/demo/vslides/Makefile [deleted file]
slides/demo/w3c/.gitignore [deleted file]
slides/demo/w3c/Makefile [deleted file]

diff --git a/slides/demo/.gitignore b/slides/demo/.gitignore
deleted file mode 100644 (file)
index b25e1a2..0000000
+++ /dev/null
@@ -1,3 +0,0 @@
-index.html
-slides.pdf
-ChangeLog
diff --git a/slides/demo/Makefile b/slides/demo/Makefile
deleted file mode 100644 (file)
index 98150a6..0000000
+++ /dev/null
@@ -1,66 +0,0 @@
-include ../../buildtools/Makefile.incl
-
-VPATH=./source
-FORMATTER=xep
-FOSTYLE=../xsl/fo/plain.xsl
-FO_OPTS= ulink.show=0 ulink.footnotes=1 draft.mode="no"
-DOCSTYLE=http://docbook.sourceforge.net/release/xsl/current/html/docbook.xsl
-
-DIRS = browser graphics \
-       default plain tables vslides w3c \
-       frames1 frames2 frames3 frames4 frames5 frames6 frames7
-
-all: index.html slides.pdf
-       for i in $(DIRS) __bogus__; do \
-               if [ $$i != __bogus__ ] ; then \
-                       echo "$(MAKE) -C $$i"; $(MAKE) -C $$i; \
-               fi \
-       done
-
-index.html: index.xml
-       $(XSLT) $< $(DOCSTYLE) $@
-
-%.fo : %.xml
-ifeq ($(FORMATTER),tex)
-       $(XSLT) $< $(FOSTYLE) $@ $(FO_OPTS) passivetex.extensions=1
-else
-ifeq ($(FORMATTER),fop)
-       $(XSLT) $< $(FOSTYLE) $@ $(FO_OPTS) fop.extensions=1
-else
-ifeq ($(FORMATTER),xep)
-       $(XSLT) $< $(FOSTYLE) $@ $(FO_OPTS) xep.extensions=1
-else
-       $(XSLT) $< $(FOSTYLE) $@ $(FO_OPTS)
-endif
-endif
-endif
-
-%.pdf : %.fo
-ifeq ($(FORMATTER),tex)
-       pdftex "&pdfxmltex" $<
-       @if [ `grep Rerun $(basename $@).log | wc -l` -gt 0 ]; then \
-               pdftex "&pdfxmltex" $< ; \
-       fi
-       @if [ `grep Rerun $(basename $@).log | wc -l` -gt 0 ]; then \
-               pdftex "&pdfxmltex" $< ; \
-       fi
-else
-ifeq ($(FORMATTER),fop)
-       fop $< $@
-else
-ifeq ($(FORMATTER),xep)
-       xep $<
-else
-       echo How would you like me to make the PDF file?
-endif
-endif
-endif
-
-clean:
-       for i in $(DIRS) __bogus__; do \
-               if [ $$i != __bogus__ ] ; then \
-                       echo "$(MAKE) clean -C $$i"; $(MAKE) clean -C $$i; \
-               fi \
-       done
-       rm -f index.html
-       rm -f slides.pdf
diff --git a/slides/demo/README b/slides/demo/README
deleted file mode 100644 (file)
index c63aa4e..0000000
+++ /dev/null
@@ -1,52 +0,0 @@
-README for DocBook Slides Demos
-
-These files demonstrate a variety of presentational styles that can be
-achieved from a single Slides source document.
-
-For more information, see http://docbook.sourceforge.net/
-
-Copyright
----------
-
-Copyright (C) 1999-2004 Norman Walsh
-
-Permission is hereby granted, free of charge, to any person
-obtaining a copy of this software and associated documentation
-files (the ``Software''), to deal in the Software without
-restriction, including without limitation the rights to use,
-copy, modify, merge, publish, distribute, sublicense, and/or
-sell copies of the Software, and to permit persons to whom the
-Software is furnished to do so, subject to the following
-conditions:
-
-The above copyright notice and this permission notice shall be
-included in all copies or substantial portions of the Software.
-
-Except as contained in this notice, the names of individuals
-credited with contribution to this software shall not be used in
-advertising or otherwise to promote the sale, use or other
-dealings in this Software without prior written authorization
-from the individuals in question.
-
-Any stylesheet derived from this Software that is publically
-distributed will be identified with a different name and the
-version strings in any derived Software will be changed so that
-no possibility of confusion between the derived package and this
-Software will exist.
-
-Warranty
---------
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
-EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
-OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
-NONINFRINGEMENT.  IN NO EVENT SHALL NORMAN WALSH OR ANY OTHER
-CONTRIBUTOR BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
-WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
-FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
-OTHER DEALINGS IN THE SOFTWARE.
-
-Contacting the Author
----------------------
-
-These stylesheets are maintained by Norman Walsh, <ndw@nwalsh.com>.
diff --git a/slides/demo/browser/.gitignore b/slides/demo/browser/.gitignore
deleted file mode 100644 (file)
index a6f016d..0000000
+++ /dev/null
@@ -1,3 +0,0 @@
-*.js
-*.css
-ChangeLog
diff --git a/slides/demo/browser/Makefile b/slides/demo/browser/Makefile
deleted file mode 100644 (file)
index 265eac5..0000000
+++ /dev/null
@@ -1,6 +0,0 @@
-all:
-       cp ../../browser/*.css ../../browser/*.js .
-
-clean:
-       rm -f *.css *.js
-
diff --git a/slides/demo/default/.gitignore b/slides/demo/default/.gitignore
deleted file mode 100644 (file)
index e7eb98b..0000000
+++ /dev/null
@@ -1,2 +0,0 @@
-*.html
-ChangeLog
diff --git a/slides/demo/default/Makefile b/slides/demo/default/Makefile
deleted file mode 100644 (file)
index 4ebea4d..0000000
+++ /dev/null
@@ -1,9 +0,0 @@
-include ../../../buildtools/Makefile.incl
-SLIDES=../source/slides.xml
-
-index.html: ../../xsl/html/default.xsl
-
-       $(XSLT) $(SLIDES) $<
-
-clean:
-       rm -f *.html
diff --git a/slides/demo/frames1/.gitignore b/slides/demo/frames1/.gitignore
deleted file mode 100644 (file)
index e7eb98b..0000000
+++ /dev/null
@@ -1,2 +0,0 @@
-*.html
-ChangeLog
diff --git a/slides/demo/frames1/Makefile b/slides/demo/frames1/Makefile
deleted file mode 100644 (file)
index e8d25a2..0000000
+++ /dev/null
@@ -1,8 +0,0 @@
-include ../../../buildtools/Makefile.incl
-SLIDES=../source/slides.xml
-
-toc.html:
-       $(XSLT) $(SLIDES) ../../xsl/html/frames.xsl - overlay=0 multiframe=0 dynamic.toc=0 active.toc=0
-
-clean:
-       rm -f *.html
diff --git a/slides/demo/frames2/.gitignore b/slides/demo/frames2/.gitignore
deleted file mode 100644 (file)
index e7eb98b..0000000
+++ /dev/null
@@ -1,2 +0,0 @@
-*.html
-ChangeLog
diff --git a/slides/demo/frames2/Makefile b/slides/demo/frames2/Makefile
deleted file mode 100644 (file)
index 0262d1b..0000000
+++ /dev/null
@@ -1,8 +0,0 @@
-include ../../../buildtools/Makefile.incl
-SLIDES=../source/slides.xml
-
-toc.html:
-       $(XSLT) $(SLIDES) ../../xsl/html/frames.xsl - overlay=1 multiframe=0 dynamic.toc=0 active.toc=0
-
-clean:
-       rm -f *.html
diff --git a/slides/demo/frames3/.gitignore b/slides/demo/frames3/.gitignore
deleted file mode 100644 (file)
index e7eb98b..0000000
+++ /dev/null
@@ -1,2 +0,0 @@
-*.html
-ChangeLog
diff --git a/slides/demo/frames3/Makefile b/slides/demo/frames3/Makefile
deleted file mode 100644 (file)
index 4adfbaa..0000000
+++ /dev/null
@@ -1,8 +0,0 @@
-include ../../../buildtools/Makefile.incl
-SLIDES=../source/slides.xml
-
-toc.html:
-       $(XSLT) $(SLIDES) ../../xsl/html/frames.xsl - overlay=0 multiframe=1 dynamic.toc=0 active.toc=0
-
-clean:
-       rm -f *.html
diff --git a/slides/demo/frames4/.gitignore b/slides/demo/frames4/.gitignore
deleted file mode 100644 (file)
index e7eb98b..0000000
+++ /dev/null
@@ -1,2 +0,0 @@
-*.html
-ChangeLog
diff --git a/slides/demo/frames4/Makefile b/slides/demo/frames4/Makefile
deleted file mode 100644 (file)
index 830c395..0000000
+++ /dev/null
@@ -1,8 +0,0 @@
-include ../../../buildtools/Makefile.incl
-SLIDES=../source/slides.xml
-
-toc.html:
-       $(XSLT) $(SLIDES) ../../xsl/html/frames.xsl - overlay=0 multiframe=0 dynamic.toc=1 active.toc=0
-
-clean:
-       rm -f *.html
diff --git a/slides/demo/frames5/.gitignore b/slides/demo/frames5/.gitignore
deleted file mode 100644 (file)
index e7eb98b..0000000
+++ /dev/null
@@ -1,2 +0,0 @@
-*.html
-ChangeLog
diff --git a/slides/demo/frames5/Makefile b/slides/demo/frames5/Makefile
deleted file mode 100644 (file)
index cf04ba3..0000000
+++ /dev/null
@@ -1,8 +0,0 @@
-include ../../../buildtools/Makefile.incl
-SLIDES=../source/slides.xml
-
-toc.html:
-       $(XSLT) $(SLIDES) ../../xsl/html/frames.xsl - overlay=0 multiframe=0 dynamic.toc=0 active.toc=1
-
-clean:
-       rm -f *.html
diff --git a/slides/demo/frames6/.gitignore b/slides/demo/frames6/.gitignore
deleted file mode 100644 (file)
index e7eb98b..0000000
+++ /dev/null
@@ -1,2 +0,0 @@
-*.html
-ChangeLog
diff --git a/slides/demo/frames6/Makefile b/slides/demo/frames6/Makefile
deleted file mode 100644 (file)
index 67ec4f4..0000000
+++ /dev/null
@@ -1,8 +0,0 @@
-include ../../../buildtools/Makefile.incl
-SLIDES=../source/slides.xml
-
-toc.html:
-       $(XSLT) $(SLIDES) ../../xsl/html/frames.xsl - overlay=1 multiframe=0 dynamic.toc=1 active.toc=1
-
-clean:
-       rm -f *.html
diff --git a/slides/demo/frames7/.gitignore b/slides/demo/frames7/.gitignore
deleted file mode 100644 (file)
index e7eb98b..0000000
+++ /dev/null
@@ -1,2 +0,0 @@
-*.html
-ChangeLog
diff --git a/slides/demo/frames7/Makefile b/slides/demo/frames7/Makefile
deleted file mode 100644 (file)
index 0c0a0ef..0000000
+++ /dev/null
@@ -1,8 +0,0 @@
-include ../../../buildtools/Makefile.incl
-SLIDES=../source/slides.xml
-
-toc.html:
-       $(XSLT) $(SLIDES) ../../xsl/html/frames.xsl - overlay=0 multiframe=1 dynamic.toc=1 active.toc=1
-
-clean:
-       rm -f *.html
diff --git a/slides/demo/graphics/.gitignore b/slides/demo/graphics/.gitignore
deleted file mode 100644 (file)
index 08ccb8a..0000000
+++ /dev/null
@@ -1,3 +0,0 @@
-*.gif
-*.png
-ChangeLog
diff --git a/slides/demo/graphics/Makefile b/slides/demo/graphics/Makefile
deleted file mode 100644 (file)
index b51f421..0000000
+++ /dev/null
@@ -1,6 +0,0 @@
-all:
-       cd ../../graphics && tar cf - `find . -type f -name "*.gif" -o -name "*.png"` | (cd ../demo/graphics; tar xf -)
-
-clean:
-       find . -name "*.gif" -exec rm {} \;
-       find . -name "*.png" -exec rm {} \;
diff --git a/slides/demo/graphics/active/.gitignore b/slides/demo/graphics/active/.gitignore
deleted file mode 100644 (file)
index 5abb12b..0000000
+++ /dev/null
@@ -1,2 +0,0 @@
-*.png
-ChangeLog
diff --git a/slides/demo/graphics/inactive/.gitignore b/slides/demo/graphics/inactive/.gitignore
deleted file mode 100644 (file)
index 5abb12b..0000000
+++ /dev/null
@@ -1,2 +0,0 @@
-*.png
-ChangeLog
diff --git a/slides/demo/graphics/toc/.gitignore b/slides/demo/graphics/toc/.gitignore
deleted file mode 100644 (file)
index 5abb12b..0000000
+++ /dev/null
@@ -1,2 +0,0 @@
-*.png
-ChangeLog
diff --git a/slides/demo/index.xml b/slides/demo/index.xml
deleted file mode 100644 (file)
index c89a957..0000000
+++ /dev/null
@@ -1,40 +0,0 @@
-<article>
-  <title>Slides Demos</title>
-  
-  <para>There are 12 online HTML versions of the slides presentation,
-  and one PDF version.</para>
-
-  <itemizedlist>
-    <title>HTML output</title>
-    <listitem><simpara><ulink url="default/index.html">default</ulink>, a
-    simple presentation</simpara></listitem>
-    <listitem><simpara><ulink url="plain/index.html">plain</ulink>, a
-    simple presentation</simpara></listitem>
-    <listitem><simpara><ulink url="tables/index.html">tables</ulink>,
-    uses a table for the ToC on each page</simpara></listitem>
-    <listitem><simpara><ulink url="vslides/index.html">vslides</ulink>,
-    uses a vertical navigation style</simpara></listitem>
-    <listitem><simpara><ulink url="w3c/index.html">w3c</ulink>, uses a
-    style like the W3C "talk" style</simpara></listitem>
-    <listitem><simpara><ulink url="frames1/frames.html">frames1</ulink>,
-    uses frames</simpara></listitem>
-    <listitem><simpara><ulink url="frames2/frames.html">frames2</ulink>,
-    uses frames and JavaScript</simpara></listitem>
-    <listitem><simpara><ulink url="frames3/frames.html">frames3</ulink>,
-    uses multiple frames</simpara></listitem>
-    <listitem><simpara><ulink url="frames4/frames.html">frames4</ulink>,
-    uses frames and JavaScript</simpara></listitem>
-    <listitem><simpara><ulink url="frames5/frames.html">frames5</ulink>,
-    uses frames and JavaScript</simpara></listitem>
-    <listitem><simpara><ulink url="frames6/frames.html">frames6</ulink>,
-    uses frames and JavaScript</simpara></listitem>
-    <listitem><simpara><ulink url="frames7/frames.html">frames7</ulink>,
-    uses frames and JavaScript</simpara></listitem>
-  </itemizedlist>
-  <itemizedlist>
-    <title>PDF output</title>
-    <listitem><simpara><ulink url="slides.pdf">slides.pdf</ulink>. 
-    no special options</simpara></listitem>
-  </itemizedlist>
-</article>
-
diff --git a/slides/demo/plain/.gitignore b/slides/demo/plain/.gitignore
deleted file mode 100644 (file)
index e7eb98b..0000000
+++ /dev/null
@@ -1,2 +0,0 @@
-*.html
-ChangeLog
diff --git a/slides/demo/plain/Makefile b/slides/demo/plain/Makefile
deleted file mode 100644 (file)
index d864232..0000000
+++ /dev/null
@@ -1,9 +0,0 @@
-include ../../../buildtools/Makefile.incl
-SLIDES=../source/slides.xml
-
-index.html: ../../xsl/html/plain.xsl
-
-       $(XSLT) $(SLIDES) $<
-
-clean:
-       rm -f *.html
diff --git a/slides/demo/source/.gitignore b/slides/demo/source/.gitignore
deleted file mode 100644 (file)
index 56631ab..0000000
+++ /dev/null
@@ -1 +0,0 @@
-ChangeLog
diff --git a/slides/demo/source/slides.xml b/slides/demo/source/slides.xml
deleted file mode 100644 (file)
index e419473..0000000
+++ /dev/null
@@ -1,259 +0,0 @@
-<?xml version='1.0'?>
-<!DOCTYPE slides SYSTEM "../../schema/dtd/slides.dtd">
-<?dbhtml graphics-dir="../graphics" css-stylesheet-dir="../browser"?>
-<?dbhtml script-dir="../browser"?>
-<slides>
-<slidesinfo>
-  <title>The Slides Document Type</title>
-  <titleabbrev>Slides</titleabbrev>
-  <author><firstname>Norman</firstname><surname>Walsh</surname></author>
-  <pubdate>Friday, 19 Dec 2003</pubdate>
-  <releaseinfo role="version">3.3.0</releaseinfo>
-  <copyright><year>2002</year><year>2003</year>
-             <holder>Norman Walsh</holder></copyright>
-</slidesinfo>
-
-<foil><title>Introduction</title>
-<para>This is the introductory slide.</para>
-<para>If you use foil groups (previously called sections), you can
-have introductory slides before the first group.</para>
-<para>Note: Bugs in some versions of Mozilla and IE prevent the XHTML
-version of slides from working correctly in those browsers.
-See <ulink url="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=702066&amp;group_id=21935&amp;atid=397263">the report</ulink> for more
-details.</para>
-</foil>
-
-<foilgroup><title>Purpose and History</title>
-
-<para>Groups can now have introductory text as well.</para>
-
-<foil><title>What Are Slides?</title>
-<itemizedlist>
-<listitem><para>An XML presentation tool
-</para></listitem>
-<listitem><para>Suitable for HTML or PDF presentations
-</para></listitem>
-<listitem><para>Supported by Open Source software
-</para></listitem>
-</itemizedlist>
-</foil>
-
-<foil><title>Where Do They Come From?</title>
-
-<itemizedlist>
-<listitem><para>Maintained by the <ulink url="http://docbook.sourceforge.net/">DocBook
-Open Repository</ulink> Project at
-<ulink url="http://sourceforge.net/">SourceForge</ulink>
-</para></listitem>
-<listitem><para>Customization layer of
-<ulink url="http://www.oasis-open.org/docbook/xml/simple/">Simplified DocBook</ulink>
-</para></listitem>
-</itemizedlist>
-</foil>
-
-<foil><title>Why?</title>
-
-<itemizedlist>
-<listitem><para>So Norm could give presentations
-</para></listitem>
-<listitem><para>So Norm could publish those presentations on the web
-</para></listitem>
-<listitem><para>So Norm could have <emphasis>accessible</emphasis> presentations
-that didn't rely on the grotesque HTML output of some otherwise bloated, proprietary
-tool
-</para></listitem>
-<listitem><para>So Norm could cut-and-paste from his DocBook articles and papers
-directly into his slides
-</para></listitem>
-<listitem><para>Oh, let's face it: because it was there. Like the proverbial mountain.
-</para></listitem>
-</itemizedlist>
-</foil>
-</foilgroup>
-
-<foilgroup><title>Authoring</title>
-
-<para>How to write a presentation.</para>
-
-<foil><title>Minimal Presentation</title>
-
-<para>The smallest possible presentation looks like this:</para>
-
-<screen><![CDATA[<?xml version='1.0'?>
-<!DOCTYPE slides PUBLIC "-//Norman Walsh//DTD Slides XML V3.0b1//EN"
-                 "http://docbook.sourceforge.net/release/slides/3.0b1/slides.dtd">
-<slides>
-<slidesinfo>
-<title>Presentation Title</title>
-</slidesinfo>
-<foil><title>Foil Title</title>
-<para>Foil content</para>
-</foil>
-</slides>]]></screen>
-
-<para>Every presentation must contain at least one slide.</para>
-</foil>
-
-<foil><title>Presentation Metadata</title>
-
-<para>Presentations usually have more metadata in the <literal>slidesinfo</literal>
-wrapper. Here's a typical example:</para>
-
-<screen><![CDATA[<slidesinfo>
-  <title>Supporting Localized Generated Text</title>
-  <titleabbrev>Generated Text</titleabbrev>
-  <author><firstname>Norman</firstname><surname>Walsh</surname></author>
-  <pubdate>Sunday, 08 Apr 2001</pubdate>
-  <confgroup>
-    <conftitle>XSLTUK-01</conftitle>
-    <confdates>08 Apr - 09 Apr 2001</confdates>
-    <conftitle role="address">Keble College, Oxford, UK</conftitle>
-    <confnum>1</confnum>
-  </confgroup>
-  <releaseinfo role="version">Version TEST</releaseinfo>
-  <copyright><year>2001</year>
-             <holder>Sun Microsystems, Inc.</holder></copyright>
-</slidesinfo>]]></screen>
-</foil>
-
-<foil><title>Presentation Content</title>
-
-<para>It's common for individual slides to consist of a single
-bulleted or numbered list. However, the full range of <quote>block
-level</quote> Simplified DocBook elements are available.</para>
-
-</foil>
-</foilgroup>
-
-<foilgroup><title>Styling</title>
-
-<para>How to transform a presentation.</para>
-
-<foil><title>HTML</title>
-
-<para>There are a lot of HTML options. When you publish your
-presentation on the web, it's probably best to use one of the simpler,
-more accessible styles. For your actual live presentation, you may
-want to choose something fancier.</para>
-
-</foil>
-
-<foil><title>Plain HTML</title>
-
-<itemizedlist>
-<listitem><para><ulink url="../default/"><filename>default.xsl</filename></ulink>
-and
-<ulink url="../plain/"><filename>plain.xsl</filename></ulink>
-produce fairly simple presentations
-</para></listitem>
-<listitem><para><ulink url="../tables/"><filename>tables.xsl</filename></ulink>
-uses a table to show the navigation context (somewhat like the tabular
-<ulink url="http://docbook.sourceforge.net/">Website</ulink> style)
-</para></listitem>
-<listitem><para><ulink url="../vslides/"><filename>vslides.xsl</filename></ulink>
-places navigation on the left side instead of the top and bottom
-</para></listitem>
-<listitem><para><ulink url="../w3c/"><filename>w3c.xsl</filename></ulink>
-produces slides that resemble the format used by the W3C for presentations
-</para></listitem>
-</itemizedlist>
-
-</foil>
-
-<foil><title>Fancy HTML</title>
-
-<itemizedlist>
-<listitem><para><ulink url="../frames1/frames.html"><filename>frames.xsl</filename></ulink>
-uses frames. There are several options that you can apply:
-</para>
-<itemizedlist>
-<listitem><para><ulink url="../frames2/frames.html">overlay</ulink> uses CSS absolute positioning
-to keep the navigation static on the pages (only works on recent browsers)
-</para></listitem>
-<listitem><para><ulink url="../frames3/frames.html">multiframe</ulink> uses additional frames
-to keep the navigation static on the pages
-</para></listitem>
-
-<listitem>
-<para><ulink url="../frames4/frames.html">dynamic.toc</ulink> uses
-JavaScript to make the table of context <quote>active</quote> so that
-you can open and close the foil groups (only works on recent browsers)</para>
-</listitem>
-
-<listitem>
-<para><ulink url="../frames5/frames.html">active.toc</ulink> uses
-JavaScript to keep the table of contents and the current slide in sync
-(only works on recent browsers)</para>
-</listitem>
-
-<listitem><para>These toc styles can be combined with
-<ulink url="../frames6/frames.html">overlay</ulink> or <ulink url="../frames7/frames.html">multiframe</ulink>
-</para></listitem>
-</itemizedlist>
-</listitem>
-</itemizedlist>
-</foil>
-
-<foil><title>PDF</title>
-
-<para>The <filename>fo-plain.xsl</filename> stylesheet produces XSL Formatting
-Objects that can subsequently be turned into PDF.</para>
-
-</foil>
-
-</foilgroup>
-
-<foilgroup><title>Presentation</title>
-
-<para>How to customize and present a set of slides.</para>
-
-<foil><title>Look And Feel</title>
-
-<para>For HTML display, most of the actual
-<quote>look-and-feel</quote> of the presentation is controlled by the CSS
-stylesheet(s) used.</para>
-
-</foil>
-
-<foil><title>Presentation Tips</title>
-
-<itemizedlist>
-<listitem><para>It's usually best if each slide is only one page (avoid scrolling).
-</para></listitem>
-<listitem><para>If you'll be giving your presentation with a projector, make sure you
-know what resolution you'll have available and test your presentation at that resolution.
-</para></listitem>
-<listitem><para>Make your fonts bigger so the folks in the back of the room can read
-your slides.
-</para></listitem>
-<listitem><para>Test the equipment before your presentation begins. Really.
-</para></listitem>
-<listitem><para>Speak more slowly. I always forget that one.
-</para></listitem>
-</itemizedlist>
-</foil>
-
-</foilgroup>
-
-<foilgroup><title>Conclusions</title>
-
-<foil><title>Conclusions</title>
-
-<para>It's customary to have a conclusions slide.</para>
-
-</foil>
-
-<foil><title>References</title>
-
-<para>References are a good idea too.</para>
-
-</foil>
-
-<foil><title>Q&amp;A</title>
-
-<para>Any questions?</para>
-
-</foil>
-</foilgroup>
-
-</slides>
diff --git a/slides/demo/tables/.gitignore b/slides/demo/tables/.gitignore
deleted file mode 100644 (file)
index e7eb98b..0000000
+++ /dev/null
@@ -1,2 +0,0 @@
-*.html
-ChangeLog
diff --git a/slides/demo/tables/Makefile b/slides/demo/tables/Makefile
deleted file mode 100644 (file)
index 7f9eb67..0000000
+++ /dev/null
@@ -1,9 +0,0 @@
-include ../../../buildtools/Makefile.incl
-SLIDES=../source/slides.xml
-
-index.html: ../../xsl/html/tables.xsl
-
-       $(XSLT) $(SLIDES) $<
-
-clean:
-       rm -f *.html
diff --git a/slides/demo/vslides/.gitignore b/slides/demo/vslides/.gitignore
deleted file mode 100644 (file)
index e7eb98b..0000000
+++ /dev/null
@@ -1,2 +0,0 @@
-*.html
-ChangeLog
diff --git a/slides/demo/vslides/Makefile b/slides/demo/vslides/Makefile
deleted file mode 100644 (file)
index f9c981a..0000000
+++ /dev/null
@@ -1,9 +0,0 @@
-include ../../../buildtools/Makefile.incl
-SLIDES=../source/slides.xml
-
-index.html: ../../xsl/html/vslides.xsl
-
-       $(XSLT) $(SLIDES) $<
-
-clean:
-       rm -f *.html
diff --git a/slides/demo/w3c/.gitignore b/slides/demo/w3c/.gitignore
deleted file mode 100644 (file)
index e7eb98b..0000000
+++ /dev/null
@@ -1,2 +0,0 @@
-*.html
-ChangeLog
diff --git a/slides/demo/w3c/Makefile b/slides/demo/w3c/Makefile
deleted file mode 100644 (file)
index a8f61c7..0000000
+++ /dev/null
@@ -1,9 +0,0 @@
-include ../../../buildtools/Makefile.incl
-SLIDES=../source/slides.xml
-
-index.html: ../../xsl/html/w3c.xsl
-
-       $(XSLT) $(SLIDES) $<
-
-clean:
-       rm -f *.html