The default script that comes with this package is essentially the standard 
finger package, with a few features left out. It will display:

.plan: your plans

.project: projects

.pgpkey: pretty good privacy key

by default. To add a file, use
$foo = `cat $dir/.foo`;
if($foo){
	print "Foo:\n$foo\n";
} else { # This is optional
	print "User @ARGV[0] has no .foo\n";
}

If you wish to add some other piece of /etc/passwd info, just edit the format.

So, when someone fingers jwesthue, who has no .project or .pgpkey, you get:

[localhost]
Finger information for jwesthue:
Login:   jwesthue         Full Name:      RHS Linux User
Shell:   /bin/bash        Home Directory: /home2/jwesthue

Plan:
* I'm writing a perl version of finger
* Starting an ISP
* Looking for a class C net

Good luck!




