!Help for !JSLib
================

JSLib is the JavaScript library. It provides JavaScript functions. To compile
with it you need to :
  a) Use JSLib: as part of your include path
  b) #include "jsapi.h"
  c) Compile with NSPR20 defined
  d) Link with JSLib:o.jslib

This should suffice for most uses. I've not done much more work with it, but
there is a great deal of potential here.

You'll find a couple of examples and a simple StrongHelp manual describing the
API enclosed.

Contents :
 * Docs
   Contains any documentation that has been produced for this, or the general
   version of JavaScript.
 * Examples
   Any examples available - only two presently available
 * h
   Main headers for JavaScript.
 * headers
   External headers for JavaScript that live elsewhere in the Netscape Source
   and have been collected here for ease.
 * o
   Object files - the only library presently available is that for jslib.

History
-------
Version 1.00 : 08 Aug 1999
               Released purely because I'm feeling bad for various personal
               reasons. Intended to be released with absolutely no ceremony
               as an exercise in seeing who exactly is paying attention to
               my web site.

-- 
Justin Fletcher
