

The Fnord Program
Copyright 1997 by Steve Jackson Games.  All Rights Reserved.

Distribution of this program is prohibited.  You are permitted to download
a copy for personal use, but do not upload it to FTP sites.  If you are
interested in licensing this product for commercial use, please contact
licensing@sjgames.com.

This program is shareware.  If you like it and decide to keep it, please
send $10 to:

        Steve Jackson Games
        Attn: Shareware
        PO Box 18957
        Austin, TX 78760

The fnorder is written in perl.  It generates a "fnord" string by 
using random words and inserting them into various grammatical patterns.
To run it, type "fnord.pl".  This is meant to run on Unix, but should
also work on any other platform with a Perl interpreter.

You should change line 1 of fnord.pl to be the path to the actual location 
of perl on your machine. You may also need to change the 'use lib' line from
'.' to the path to wherever you install Fnorder.pm.

To include a fnord in your web page, you should first have server-side
includes enabled, and then use something like this:

         <!--#exec cmd="fnord.pl"-->

Thanks, and enjoy the Fnorder!

