<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<?xml-stylesheet type="text/xsl" href="./modx.smith.en.xsl"?>
<mod xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://www.phpbb.com/mods/xml/modx-1.2.2.xsd">
<header>
	<license>http://opensource.org/licenses/gpl-license.php GNU General Public License v2</license>
	<title lang="en">Word Censor List</title>
	<description lang="en">Add a large list of censored words to your phpBB 3 forum.</description>
	<author-notes lang="en">
This will simply add a bunch of naughty words to your phpBB 3 word censors.

I did not create this entire list of censor words.  Over the many years I
used phpBB 2, I compiled this list from others I found and my own experiences
with spammers.  This is, for the most part, what I've been using on my phpBB
2 forums.  I just dumped my phpBB 2 censor table, made a few changes, and
formatted it into a install file.
	</author-notes>
	<author-group>
		<author>
			<username>Thoul</username>
			<homepage>http://www.phpbbsmith.com</homepage>
		</author>
	</author-group>
		<mod-version>1.2.0</mod-version>
	<installation>
		<level>easy</level>
		<time>120</time>
		<target-version>3.0.0RC3</target-version>
	</installation>
</header>
<action-group>
	<copy>
		<file from="root/install.php" to="install.php" />
	</copy>
	<diy-instructions lang="en">
Run install.php by visiting it in your web browser, for example:
http://www.yoursite.com/phpBB3/install.php
Follow the instructions provided to install the database parts of this
modification. When finished, delete install.php from your site.
	</diy-instructions>
</action-group>
</mod>