I had a thought today about trying to create a ruby DSL for
generating S5 presentations. Granted, S5 is fairly simple. But I
think we could do better and have more functionality by using a
combination of Rake and Erb to generate the slides from templates. I
already got code highlighting in slides that looks like this:
<% highlight :ruby do %>
Locale.set ‘en-US’
“Welcome”.t # => “Welcome”
<% end %>
Which I think is pretty cool.
Anyone know of a project like this or should I strike off and start
something?
-Mat
Cool, good advice so far. I’m still not seeing quite what I’m
looking for. XOXO is good, but I feel like a presentation should be
more than just an outline. And I’d also like to do this as something
that you could email around, rather than a web app.
Also, does anyone know of a good ruby theme for S5?
-Mat
Cool, good advice so far. I’m still not seeing quite what I’m
looking for. XOXO is good, but I feel like a presentation should
be more than just an outline. And I’d also like to do this as
something that you could email around, rather than a web app.
Paul B. wrote a “Rake-driven text-to-S5 workflow” to simplify
the preparation of a talk he gave. You can find it here, mentioned
towards the end of the article:
Regards,
Andy S.
This forum is not affiliated to the Ruby language, Ruby on Rails framework, nor any Ruby applications discussed here.