~julienxx/finge.rc

A finger server for Plan 9

~zeromomentum via public-inbox

1 year, 9 months ago

f8aab02 Add LICENSE

2 years ago

#finge.rc

A very basic finger server for plan9/9front.

#Install and run

Copy the script in $user/bin/rc. Run aux/listen1 -tv tcp!*!79 /usr/$user/bin/rc/finge.rc &

#Usage

Edit the script, adapt the values of nouser and scripts. nouser is the path of the .plan that will be rendered when your domain is queried.

#Scripting

If a rc script with the queried name is available in your scripts directory it will be rendered. For example if you add a hello.rc you can finger hello@domain. Note that usernames have precedence over scripts names.