Re: Freezing the HTML spec Re: Comments in HTML ?

Marc Andreessen (marca@ncsa.uiuc.edu)
Thu, 19 Nov 92 15:53:01 -0800


Dan Connolly writes:
> 8. I'm browsing the annotated http://info.cern.ch/hypertext/WWW/MarkUp.html
> and I click on "Comments by connolly@convex.com". The browser contacts
> its NNTP server and grabs message-id.

But NNTP servers expire articles too quickly.

(Also, I just mutated metamail to handle x-html, like this:

in mailcap:

text/x-html; /usr/bin/X11/xterm -fn "*lucidatypewriter*medium*-14-*" -e /usr/local/bin/dowwwfile %s

in /usr/local/bin/dowwwfile:

#!/bin/sh
PATH=$PATH:/usr/local/bin
export PATH
cp $1 $1.html
WWW_HOME="file:$1.html"
export WWW_HOME
/usr/local/bin/www

It's a hack, but it's functional...)

Marc

--
Marc Andreessen
Software Development Group
National Center for Supercomputing Applications
marca@ncsa.uiuc.edu