This package contains the compiled jarfile for Jetty, my TADS 2
interpreter. For more information, you should take a look at my
webpage, which as of this writing is at http://www.drizzle.com/~dans/if/jetty/ 
The specific license under which this is distributed is in the file
'license.txt' in this distribution. 

Since you have this package, I assume you're just interested in
running this and not messing around with the source. If you want the
source, it's available both on the if archive, probably
http://www.ifarchive.org/if-archive/interpreters-tads/, and on my
webpage as mentioned above.

To set this up on your own web page is fairly simple. Take the two
jarfiles included in this package, stick them in a directory with the
gamefile, and then just stick the appropriate html code on your web
page to invoke the applet. The basic code looks like this:

<APPLET CODE="JettyApplet.class" ARCHIVE="jetty.jar, regexp.jar"
HEIGHT="400" WIDTH="600">
<PARAM NAME="file" VALUE="ditch.gam">
</APPLET>

In addition to the file parameter (which is required), you can use any
of the following parameters, which do more or less what you expect:
statusFont, statusFontSize, statusForegroundColor,
statusBackgroundColor, mainFont, mainFontSize, mainForegroundColor,
mainBackgroundColor, inputFont, inputFontSize, inputForegroundColor,
cursorColor.

If you have questions/comments, feel free to e-mail.

      -- Dan Shiovitz (dbs@cs.wisc.edu)
