OK, enough people asked, so...
http://github.com/pragdave/codex/tree/master
Every good relationship starts by establishing some basic ground rules. Here's ours: you're on your own. Totally, bleakly, and emptily on your own. No support. No requests for enhancements. No cards on your birthday. And I want to continue to see other developers.
But I will consider patches. In particular splitting it up so it can be installed as a Gem would be really nice. You'd probably need some kind of generator to create a new slide show. I'd guess this would contain just a Rakefile, a slides/ directory and an html/ directory.
Enjoy.




Gemifed version:
sudo gem install drnic-codex --source=http://gems.github.com
Source at http://github.com/drnic/codex/tree/master
Once installed, you use "codex" cmd line app to create new presentations:
codex foo
cd foo
rake all
open html/all.html
Posted by: Dr Nic | May 18, 2008 at 07:47 PM
Thank you for this! I'm using it in a talk tonight, and I'm so glad I don't have to copy 40 code snippets manually into powerpoint. It's perfect for what I need.
Posted by: Daniel Lucraft | September 08, 2008 at 07:29 AM