<?xml version="1.0" encoding="iso-8859-1"?>
<mosinstall type="module">
	<name>Sobi2Search</name>
	<author>Pietro Gallo</author>
	<creationDate>September 2007</creationDate>
	<copyright>(C) Pietro Gallo. All rights reserved.</copyright>
	<license>http://www.gnu.org/copyleft/gpl.html GNU/GPL</license>
	<authorEmail>pietro.gallo@gmail.com</authorEmail>
	<authorUrl>http://joomla.pietrogallo.it</authorUrl>
	<version>1.0</version>
	<description>This module allows to perform searches in Sobi2.<![CDATA[
	<hr />
	<p>Check for updates and report bugs on <a href="http://joomla.pietrogallo.it/" target="_blank">http://joomla.pietrogallo.it/</a>. If you like this module, vote, favour or review on <a href="http://extensions.joomla.org/component/option,com_mtree/task,viewowner/user_id,23609/Itemid,35/" target="_blank">Joomla! Extensions</a>.</p>
	]]></description>
	<files>
		<filename module="mod_sobi2search">mod_sobi2search.php</filename>
	</files>
	<params>
		<param name="moduleclass_sfx" type="text" default="" label="Module Class Suffix" description="A suffix to be applied to the css class of the module (table.moduletable), this allows individual module styling" />
		<param name="@spacer" type="spacer" default="" label="" description="" />
		<param name="itemid" type="text" default="" label="Sobi2 Itemid" description="Set Itemid for search results" />
		<param name="label_text" type="text" default="Search for:" label="Label text" description="" />
		<param name="inputbox_text" type="text" default="search..." label="Inputbox text" description="" />
		<param name="any_words" type="text" default="Any words" label="Any words text" description="" />
		<param name="all_words" type="text" default="All words" label="All words text" description="" />
		<param name="exact" type="text" default="Exact phrase" label="Exact phrase text" description="" />
		<param name="button" type="text" default="Search" label="Button value" description="" />
		<param name="@spacer" type="spacer" default="" label="" description="" />
		<param name="cache" type="radio" default="0" label="Enable Cache" description="Select whether to cache the content of this module">
			<option value="0">No</option>
			<option value="1">Yes</option>
		</param>
	</params>
</mosinstall>
