[S5-discuss] One file
Myk Melez
myk at mozilla.org
Fri Jul 28 11:32:33 CDT 2006
Toufeeq Hussain wrote:
> On a different note, why not create an archive(.jar, .tar.gz ?) and
> write a Firefox Extension which can handle this archive, and display
> the slides without the user having to unzip and point the browser to
> the files. This will make s5 presentations more portable.
Actually, you don't even need an extension for this, since Firefox
supports the jar: protocol. Just zip the files into a JAR archive and
then access them via a URL with the following syntax:
jar:<url>!/{entry}
For example, I zipped up my OSCON presentation into a test.jar file and
then accessed it via the following URL:
jar:file:///home/myk/test.jar!/index.html
-myk
More information about the S5-discuss
mailing list