[Prev][Next][Index][Thread]

Re: Shockwave plugins?



At 11:08 AM +0000 1996-10-21, D. Neiman wrote:
>Has anyone gotten a shockwave plug-in to work from 
>CL-HTTP?  We've tried defining a new mime type, but haven't 
>had much luck.  An example would be appreciated.
>

Should be trivial. In the file http:server;server.lisp, you will
find a call to define-url-export-types that defines all the content types
the server knows about.

Merely add an entry for shockwave and you will be able to server static
and computed versions. You can call define-url-export-types on just your
new entry.

Please report back what you do.  I'll check it and add to the distribution.




References: