Miscellaneous Finger techniques For The Web

For you low maintenance types, here are four different ways of building finger URLs that don't use a CGI or gateway of any sort.

If there's a trick I don't have listed here, just tell me about it.

The Finger URL

The Gopher URL

Quake HQ (A cron(1)-based script) (DEFUNCT)

Server-Side Includes

If, for some reason, you only need to display a site-wide finger for your web server's host computer, it can be done with a bit of HTML and a server-side include, if the web server's host machine has finger(1) installed locally. For example, this code:

<PRE>
<!--#exec cmd="finger"-->
</PRE>

produced this output:



Depending on your server's configuration, you might need to use the full path to the finger executable.

http://www.bauser.com/websnob/finger/misc.html © 1996.pl-2026 michael@bauser.com