Clickslide
Clickslide is an HTML based slideshow system with a silly name.
Clickslide compiles an entire presentation into a single HTML file. The file contains all styles, images and text of the presentation. The document provides an overview screen, slide numbering and slide navigation. Clickslide does not use Javascript for any of its features. The clickslide compiler is written in portable Shellscript.
Demo
Long story short, here is an example presentation: Clickslide demo
Download and usage
As usual, clone the repository:
$ git clone https://git.plutz.net/git/clickslide
and hand input files to the program using a pipe
$ clickslide/clickslide.sh <input.short >output.html
The input files are Shorthand HTML files containing the custom slide
tag. See the Demo as a reference.
You should define slide
elements and a custom footer
line, you can override colors using inline CSS.