X-NG: Fantasy/Science Fiction Name Generator
============================================


Base Requirements:
 - Apache Web Server (http://www.apache.org)
	I've not tested this under anything but apache2 but should
	work on all apache versions that support php4.1.x and perl 5
 - PHP version 4.1.x or higher (mod_php) Apache module (http://www.php.net)
 - Perl 5 or higher (mod_perl) Apache module (http://perl.apache.org)


Installing the Package
----------------------

Untar the package into the modules directory of your PHP-Nuke installation.
(Windows users can use WinZip or WinRAR to uncompress .tar.gz files)

tar -zxvf X-NG_v2-0.tar.gz

Now you should have a directory called "X-NG/" containing all the files.
(Windows users may skip this step)
You now need to ensure that "x-ng.pl" is executable by issueing the 
command:
	
chmod a+x x-ing.pl


Next you will want to edit "x-ing.pl" in your favorite text editor and 
be sure that $htmlstatus is set to "1":

# Turn HTML on for use on web.  0 is off.
$htmlstatus = "1";

Load up your PHP-Nuke site and go into the administration section.  Click
on modules and you will see X-NG listed.  Activate it and put it in the 
center block for best results.  You may need to modify the html a little bit
to make it match your theme.  I will add theme and template support in a later 
version.


Seh