File: /home/centralexf/www/modules/mod_text_scroll/mod_text_scroll.xml
<?xml version="1.0" encoding="utf-8"?>
<install type="module" version="1.5.0">
<name>Text Scroller</name>
<author>Mitra - JoomlaMarket Project - adaptation Antevox.fr</author>
<creationDate>October 2006 - January 2008</creationDate>
<copyright>2006 JoomlaMarket Club</copyright>
<license>http://www.gnu.org/copyleft/gpl.html GNU/GPL</license>
<authorEmail>admin@studentsdesign.de</authorEmail>
<authorUrl>www.joomlamarket.de</authorUrl>
<version>1.0.2</version>
<description>Scrolls your Text. With many modification options.</description>
<files>
<filename module="mod_text_scroll">mod_text_scroll.php</filename>
<filename>index.html</filename>
<filename>helper.php</filename>
<folder>tmpl/</folder>
</files>
<params>
<param name="moduleclass_sfx" type="text" default="" label="Modul 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="width" type="text" default="150" label="Width" description="width of Scroll" />
<param name="height" type="text" default="70" label="Height" description="height of Scroll" />
<param name="scrolldelay" type="text" default="100" label="Delay" description="scrolldelay of Scroll" />
<param name="scrollamount" type="text" default="5" label="Amount" description="scrollamount of Scroll" />
<param name="boullet" type="textarea" cols="40" rows="10" default="Your Text Here ..." label="Your Text" description="Your Text to Scroll" />
<param name="color" type="text" default="#FF0000" label="Color of Text" description="Color of Text" />
<param name="behavior" type="radio" default="slide" label="Behavior" description="Behavior Scroll">
<option value="scroll">Scroll</option>
<option value="slide">Slide</option>
<option value="alternate">Alternate</option>
</param>
<param name="direction" type="list" default="up" label="Scroll Direction" description="Scroll Direction">
<option value="up">bottom -> top</option>
<option value="down">top -> bottom</option>
<option value="left">right -> left</option>
<option value="right">left -> right</option>
</param>
</params>
</install>