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

marca@ncsa.uiuc.edu (Marc Andreessen)
Date: Thu, 19 Nov 92 15:53:01 -0800
From: marca@ncsa.uiuc.edu (Marc Andreessen)
Message-id: <9211192353.AA11287@wintermute.ncsa.uiuc.edu>
To: Dan Connolly <connolly@pixel.convex.com>
Cc: marca@ncsa.uiuc.edu (Marc Andreessen), www-talk@nxoc01.cern.ch
Subject: Re: Freezing the HTML spec Re: Comments in HTML ? 
In-reply-to: <9211192136.AA09136@pixel.convex.com>
References: <9211192130.AA10669@wintermute.ncsa.uiuc.edu>
	<9211192136.AA09136@pixel.convex.com>
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