Markdown Slideshow Server in Erlang (uses Reveal.js and Nitrogen)
Switch branches/tags
Nothing to show
Clone or download
Pull request Compare This branch is 3 commits ahead, 7 commits behind choptastic:master.
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Failed to load latest commit information.
etc
include
priv
slideshows @ db89ab1
src
.gitignore
.gitmodules
Makefile
README.markdown
do-plugins.escript
plugins.config
rebar
rebar.config

README.markdown

Sliderl

A simple markdown-based slideshow server using the Nitrogen Web Framework and reveal.js.

Demo

See a live demo at: http://slides.sigma-star.com

Set up

  1. Install Erlang
  2. Clone sliderl: git clone git://github.com/choptastic/sliderl
  3. Change into the sliderl directory: cd sliderl
  4. Run make

To view slideshows

  1. Put any slideshows into the slideshows directory
  2. Run make run
  3. Open your browser to http://127.0.0.1:8000

About

Copyight (c) 2013, Jesse Gumm (@jessegumm)

License

Released under the MIT License