[plt-scheme] Slideshow to HTML?

From: Jay McCarthy (jay.mccarthy at gmail.com)
Date: Mon Mar 30 17:03:41 EDT 2009

You could do a web-server servlet "fairly" easily, because slideshow
creates picts, which can be rendered to images, which you could serve
directly. Some features, like thunks, wouldn't come out right, because
the thunk would execute inside the server.

Jay

On Mon, Mar 30, 2009 at 3:00 PM, Doug Orleans <dougorleans at gmail.com> wrote:
> The PLT slideshow tool can convert a slideshow to postscript (with the
> -p command line option).  Has anyone tried to make a tool that would
> convert a slideshow to HTML?  Or to a web-server servlet?
>
> --dougorleans at gmail.com
> _________________________________________________
>  For list-related administrative tasks:
>  http://list.cs.brown.edu/mailman/listinfo/plt-scheme
>



-- 
Jay McCarthy <jay at cs.byu.edu>
Assistant Professor / Brigham Young University
http://teammccarthy.org/jay

"The glory of God is Intelligence" - D&C 93


Posted on the users mailing list.