SlideShow

 

About SlideShow

SlideShow is a Perl script for creating HTML slides from plain text.

SlideShow is implemented as a perl script and uses only core modules.  This makes it easy to install or modify.

The input can be a single file, or it can include external components from external files by using '#include' statements.  The appearance of the slides is defined by an HTML template.  This makes it easy to edit the template with an HTML editor or by hand. 

The output is a single HTML file containing all of the slides, or optionally multiple files containing one slide each.

Navigation to the next or previous slide is done with left and right mouse clicks anywhere on the slide.  It is not necessary to clutter the slide with 'next' and 'previous' links.

Download

Notes

To install unpack the tarball with the command 'gzip -dc slideshow-x.xx.tar.gz | tar xf -'

See one of the slideshow/example* directories for examples of how to create slides.

 

TBD

TBD

 

Input file format