Super-powered presentation system
Go to file
John Bintz 0b863b3ddb bundler fun 2012-02-13 11:55:43 -05:00
bin bundler fun 2012-02-13 11:55:43 -05:00
lib bundler fun 2012-02-13 11:55:43 -05:00
skel add gemfile to skel 2012-02-13 11:50:40 -05:00
vendor/assets/javascripts initial commit 2012-02-09 17:05:12 -05:00
views initial commit 2012-02-09 17:05:12 -05:00
.gitignore initial commit 2012-02-09 17:05:12 -05:00
Gemfile initial commit 2012-02-09 17:05:12 -05:00
LICENSE initial commit 2012-02-09 17:05:12 -05:00
README.md be able to create a presentation and use thor for cli 2012-02-13 11:32:46 -05:00
Rakefile initial commit 2012-02-09 17:05:12 -05:00
attentive.gemspec update 2012-02-13 11:45:38 -05:00

README.md

Attentive is a new take on Ruby presentation software. It provides lots of smart things already set up for you:

  • A simple slide transition system using a slightly hacked up version of Fathom.js.
  • Sass, Compass, and CoffeeScript all plugged into Sprockets and ready to generate your presentation's CSS and JavaScripts.
  • Pygments for syntax highlighting.
  • Simple slide syntax, really really similar to how Showoff does it.

Here's what you can do:

attentive create <presenation name>

Create a new presentation.

attentive

Run the presentation that's in the current directory on port 9393.

attentive start -p <port>

Run the current presentation on another port.