[5519] in www-talk@info.cern.ch
Re: what finger tags?
daemon@ATHENA.MIT.EDU (Marc VanHeyningen)
Fri Sep 9 14:37:59 1994
Date: Fri, 9 Sep 1994 20:04:17 +0200
Errors-To: listmaster@www0.cern.ch
Errors-To: listmaster@www0.cern.ch
Reply-To: mvanheyn@cs.indiana.edu
From: Marc VanHeyningen <mvanheyn@cs.indiana.edu>
To: Multiple recipients of list <www-talk@www0.cern.ch>
> What if finger gateways were sophisticated enough to wrap
> the various fields they return in specific tags? I mean, if you
> finger troth@is.rice.edu, you'll get (partially)
>
> Login name: troth In real life: Rick Troth
>
> and a typical finger-to-HTML gateway might wrap that in
>
> <pre>Login name: troth In real life: Rick Troth</pre>
>
> What if in addition there were specific tags for login_name
> and in_real_life. What should those tags be? I can imagine
>
> Login name: <USER_LOGIN_NAME>troth</USER_LOGIN_NAME>
> In real life: <USER_PERSONAL_NAME>Rick Troth
> </USER_PERSONAL_NAME>
>
> but those are a bit more verbose than I'd like to get.