parade 0.9.2
Parade is a Sinatra web app that reads simple configuration files for a presentation. It is sort of like a Keynote web app engine. I am using it to do all my talks in 2010, because I have a deep hatred in my heart for Keynote and yet it is by far the best in the field. The idea is that you setup your slide files in section subdirectories and then startup the parade server in that directory. It will read in your parade file for which sections go in which order and then will give you a URL to present from.
Gemfile:
=
install:
=
Runtime Dependencies (9):
blankslate
= 2.1.2.4
css_parser
>= 0
gli
~> 1.6.0
json
>= 0
nokogiri
>= 0
parslet
= 1.4.0
redcarpet
>= 0
rouge
~> 0.2.15
sinatra
~> 1.3
Development Dependencies (1):
mg
>= 0