Super-powered presentation system
Go to file
John Bintz f6b85f5a67 better export 2012-03-24 09:52:07 -04:00
bin better export 2012-03-24 09:52:07 -04:00
js-features more work on features 2012-03-14 08:36:10 -04:00
lib exports 2012-03-24 08:39:01 -04:00
skel default presentations use thin 2012-03-23 08:47:50 -04:00
spec/javascripts fix for stupid bug and add test to make sure it does not happen again 2012-03-21 12:38:25 -04:00
views some updates 2012-03-13 13:31:33 -04:00
.gitignore more work on features 2012-03-14 08:36:10 -04:00
Gemfile fix for stupid bug and add test to make sure it does not happen again 2012-03-21 12:38:25 -04:00
Guardfile more flowerbox stuff 2012-03-15 22:49:16 -04:00
LICENSE initial commit 2012-02-09 17:05:12 -05:00
README.md add gh-pages option 2012-03-13 13:43:23 -04:00
Rakefile initial commit 2012-02-09 17:05:12 -05:00
attentive.gemspec exports 2012-03-24 08:39:01 -04: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 written from scratch with no jQuery (oh snap!)
  • 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.

attentive static

Generate a static copy of the presentation and dependent files into _site.

attentive gh-pages

Generate a static copy, commit it to the gh-pages branch of your site. gh-pages gets created if it doesn't exist.

Edit presentation.rb and start adding .slides files in presentation/. The files are processed in sort order.

While the presentation is running:

  • Click a slide, use the spacebar, or the right arrow to advance
  • Use the left arrow to go back
  • Hit [ Shift ]-T to toggle a timer on and off, then lowercase t to turn it on and off
  • Hit \ to reset the timer