I don't understand how this "clutters" the language. Can't the
HTML document metaphor embrace temporal aspects?
/rich
>Define a new Content-type: (e.g., www/slideshow), then define the protocol,
>and then get browsers to support it. Please Please Please don't clutter
>up the language with stuff that is more easily and better done externally.
>
>Something along these lines would be a start. This steals a bit from
>/bin/sh syntax. You could *almost* do this today with xmosaic :-)
>
> .mailcap: www/slideshow; /usr/local/bin/mosaic-slideshow %s
>or maybe
> .mailcap: www/slideshow; mosaic-internal-reference
>
>Content-type: www/slideshow
>
># www/slideshow example
>get http://www.bsdi.com/slideshow/audio/welcome.au &
>get http://www.bsdi.com/slideshow/welcome.html
>wait
>get http://www.bsdi.com/slideshow/audio/intro.au &
>get http://www.bsdi.com/slideshow/intro.html
>waitio # waits until the user selects something from intro.html
>...
>
>--sanders