
The Fnord Program
Copyright 1997-1999 by Steve Jackson Games.  All Rights Reserved.
Java code by William Kida <neowulf@cyberzone.net>

April 14, 2001

Contents:
fnorder.html
fnorder.java
carpediem (directory)
	fnorder.class
readme.txt



INSTALLATION
The fnorder.class file must be in a package (directory) called
'carpediem'. See the fnorder.html file for how to insert it into
a webpage. 



APPLET PARAMETERS, AND DEFAULT VALUES

<PARAM NAME = "MessageHeight" VALUE = "14">
<PARAM NAME = "MessageForgroundColor" VALUE = "0">
<PARAM NAME = "MessageBackgroundColor" VALUE = "12505790">
<PARAM NAME = "MessageRefreshRate" VALUE = "10000">

All parameters are integers.
MessageHeight: the size of the font.
MessageForgroundColor: the forground color of the font. 
MessageBackgroundColor: the color of the applet background.
MessageRefreshRate: the number of milliseconds before a new
	string is generated.


To see the applet in action, visit http://users.cyberzone.net/neowulf/poems/fnorder.html,
or double-click on the fnorder.html file included in this zip file.

LICENCE
Modify and use the code as you wish for personal use, but you may not sell it or upload
it to any ftp site, and any distribution must include everything in this zip file. 

CREDITS
William Kida <neowulf@cyberzone.net>, based on C code written by Ian Gordon <ian@slac.com>. 