Re: Problem with "~user/file.html"

"Daniel W. Connolly" <connolly@hal.com>
Errors-To: listmaster@www0.cern.ch
Date: Tue, 15 Feb 1994 21:39:02 --100
Message-id: <9402152035.AA04673@ulua.hal.com>
Errors-To: listmaster@www0.cern.ch
Reply-To: connolly@hal.com
Originator: www-talk@info.cern.ch
Sender: www-talk@www0.cern.ch
Precedence: bulk
From: "Daniel W. Connolly" <connolly@hal.com>
To: Multiple recipients of list <www-talk@www0.cern.ch>
Subject: Re: Problem with "~user/file.html" 
X-Listprocessor-Version: 6.0c -- ListProcessor by Anastasios Kotsikonas
Content-Length: 952
In message <m0pWW2Y-00043AC@ibeam.intel.com>, Kevin Altis writes:
>At 11:56 AM 2/15/94 +0000, neuss@igd.fhg.de wrote:
>>Ok, let's say you want to do something like click *here* to get info
>>about the author of this document.

I'd suggest the following:

	... click <A HREF="finger://my.domain/myloginname">here</a>...

I'm not sure about the URL syntax for a finger query... you should check
the spec or the code or something.

But the finger application is already quite widely deployed. Let's not
get into the mindset that the HTTP server should solve all the world's
problems.

Hmm.... how does one specify that the data coming back from the finger
request is to be interpreted as HTML? With the DTD I wrote a long time
ago, it would be:

	... click <A HREF="finger://my.domain/myloginname"
			CONTENT-TYPE="text/html">here</a>...

But nobody else seemed to think that content-type was a good thing to
put in a link. I sure think it's useful.

Dan