<?xml version="1.0" encoding="utf-8"?>
<install version="1.5" type="plugin" group="community">
	<name>Wordfilter</name>
	<author>AzrulStudio</author>
	<creationDate>7 October 2008</creationDate>
	<copyright>Copyright (C) 2008. All rights reserved.</copyright>
	<license></license>
	<authorEmail></authorEmail>
	<authorUrl></authorUrl>
	<version>1.0</version>
	<isapplication>false</isapplication>
	<isbrowsable>false</isbrowsable>
	<description>
		System wide word filter plugin for Jom Social
	</description>
	<files>
		<file plugin="wordfilter">wordfilter.php</file>
	</files>
	
	<menuitem>
		<menu label="Inbox" position="toolbar">
			<link label="Inbox">task=inbox</link>
			<link label="Compose">task=compose</link>
		</menu>
	</menuitem>
	
	<params>
		<param name="replacement" type="text" default="*" label="Replacement Character" description="Censored words will be replaced with this character." />
		<param name="badwords" type="textarea" default="fuck,shit" label="Enter blacklisted words" rows="5" cols="30" description="Enter words to be censored, separated by commas." />
	</params>
</install>

