<?xml version="1.0"?>
<!DOCTYPE package-info SYSTEM "http://www.simplemachines.org/xml/package-info">
<!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	This is a simplified package manifest for SMF packages.

	ATTENTION: If you are trying to install this manually, you should try
	the package manager.  If it will not work for you, please take a look
	at the following for information on this format:
		http://mods.simplemachines.org/docs/manual-install.php

 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->

<package-info xmlns="http://www.simplemachines.org/xml/package-info" xmlns:smf="http://www.simplemachines.org/">
	<id>Joseph Szenasi</id>
	<name>SMF Chat - by Joseph Szenasi</name>
	<version>1.0</version>

	<type>modification</type>
	<install>
	<readme type="inline">
To set up your chat please edit the chat/settings.php file to fit your needs. 
Edit chat\incl\sty.inc to fit your board`s CSS.
Your chat will be installed in your SMF directory in /chat folder. 
Point your browser to www.yoursite.com/your_smf_directory/chat to see it in action. 
Have fun!</readme>

	    <require-dir name="chat" destination="$boarddir" />
    </install>

	<uninstall>
                <remove-dir name="$boarddir/chat" />
        </uninstall>
</package-info>
