May 4, 2007
Here's a quick update on SlideySlide v 0.09:
A copy of the program lives here --> http://www.greaterbostonrubyandrails.com/SlideySlide/SlideySlide-09.rb
The presentation data file --> http://www.greaterbostonrubyandrails.com/SlideySlide/BostonRubyHHv02.yml
The resulting files are output into the same directory. An example of the resulting HTML files can be seen here:
The two key lines of code to produce the output files:
slideObjectArray = load_presentation_file("BostonRubyHHv02.yml") # load a live file from disk
slideHtmlFileArray = generateSlides(slideObjectArray) # convert slides into "nice" looking HTML