<?xml version="1.0" encoding="iso-8859-1"?>
<mosinstall type="module">
	<name>Jumi</name>
	<author>Martin Hajek</author>
	<creationDate>December 2006</creationDate>
	<copyright>(C) 2006 Martin Hajek. All rights reserved.</copyright>
	<license>http://www.gnu.org/copyleft/gpl.html GNU/GPL</license>
	<authorEmail>admin@vedeme.cz</authorEmail>
	<authorUrl>www.vedeme.cz</authorUrl>
	<version>1.1</version>
	<description><![CDATA[
	Jumi for Joomla! and Mambo includes into the module any file and more: it can pass into the included *.php file any number of argument values.
	<p>You can copy the module any number of times and by selecting another inclusion file and/or by defining another argument values you will get another output results.<br />
	There is a demo file for inclusion in the "jumies" folder of the distribution package; if you wish to try it  you must upload it into the appropriate place to you server manually.<br />
	I recommend you to place the whole folder jumies into the "includes" directory and store there all files for Jumi.<br />
	There is also a compatible Jumi plugin that includes the same files into the Joomla! content. For more demos and Jumi usage visit: <a href="http://www.vedeme.cz" target="_blank" style="cursor:help;">www.vedeme.cz</a></p>
	]]></description>
	<files>
		<filename module="mod_jumi">mod_jumi.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="file_pathname" type="text" size ="97" default="" label="File pathname" description="Included file pathname relative to your Joomla! root directory (e.g. includes/footer.php). You must upload the file to the server first!" />
		<param name="php_args" type="textarea" default="[Jumi][module] notice - you can put anything out of the brackets [99.99%] [works]" label="Argument values" description="Any number of values that you wish to pass into the included file. Each value must be contained in [ ] brackets. Everything outside the brackets is ignored. Argument values can be referrenced by $jumi array in an included php file." cols="70" rows="7" />
		<param name="notepad" type="textarea" default="Put your notes here ..." label="Notepad" description="Your notes, reminders, etc." cols="70" rows="7" />    
	</params>
</mosinstall>

