On Nov 12, 7:34 am, Thomas K <
tak...@gmail.com> wrote:
> Let's have a thread so we know what other projects are out there
> working on HTML slides. A couple I've come across:
> * Landslidehttps://
github.com/adamzap/landslide- Generates HTML5
> slides from markdown/rst documents
> * Slimeyhttp://
slimey.sourceforge.net/- A rough attempt at a web-
> based presentation editor. Works for basic use, but no updates in over
> a year.
Slidey is the one supported by W3C. The new kid on the block is
https://github.com/schacon/showoff/ from Scott Chacon; it's a little
heavier in the sense that it requires interaction with a custom
Sinatra web application to work properly, even though the underlying
slides are still HTML and CSS.
I haven't played with Slidey, so I don't really have an opinion about
it. I've avoided ShowOff just because I think a good slideshow should
be able to be dropped into place on any web server, rather than
requiring its own to work properly, but that doesn't mean it isn't
useful in its own right.
I'll have to checkout landslide and slimeyhttp to see what they're all
about before I form an opinion.