
VengeanceLister installation:
-----------------------------

Requirements:
- qstat 2.6 (from http://www.qstat.org/qstatdl.html)
- php 4.x
- php_xslt module enabled (check your php documentation on how to do this)

We're going to assume you are not a complete idiot and know
how to edit files, and have an inkling of PHP knowledge. The instructions
are for win32. If you use *nix you probably don't need these instructions
so boo!.

1. Install all files into an appropriate subdirectory 
   (e.g C:\InetPub\wwwroot\serverlist).

2. Edit the "$servers=" line inside index.php, and include the servers
   you would like your status page to display.
   
   Edit the "$arg = "c:/utils/qstat.exe ....." line in index.php to point
   to the path where you installed qstat on your system.
   
3. The actual html/table layout is defined in the file list.xsl 
   If you want fewer/more columns for the table layout edit the
   <xsl:param name="cols" select="3"/> line in list.xsl and change
   the value to whatever value suits you.

4. Point your browser at the url.
