On Mon, Apr 08, 2002 at 01:22:51AM +0200, Michael Banck wrote:
> On Sun, Apr 07, 2002 at 05:15:16PM -0500, Joe Wreschnig wrote:
> > In fact, XML and HTML (and I would imagine therefore CSS and XSLT) are
> > explicitly listed as transparent formats. I'm not going to argue that.
> > The problems, although they're transparent, they're programs as well
> > as documents.
> 
> Blackbird:~$ ./index.html
> bash: ./index.html: Permission denied
> 
> hmm, doesn't work here :-/

echo '#!/usr/bin/lynx' > newindex.html
cat index.html >> newindex.html
chmod +x newindex.html
./newindex.html

Seems to work for me :)

(although the fact that the shebang gets displayed on the page shows
either a glaring oversight in the design of html, or that linux needs
to recognise <!doctype html> tags)

-- 
Adam Olsen, aka Rhamphoryncus


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]


Reply via email to