<?xml version="1.0" encoding="utf-8"?> <install type="module" version="1.5.0"> <name>RandArticles</name> <author>Nikos</author> <creationDate>March 2011</creationDate> <copyright>none</copyright> <license>http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL</license> <authorEmail>hide@address.com</authorEmail> <authorUrl>nikosms.freevar.com</authorUrl> <version>1.5.0</version> <description>Displays a number of random articles from specified category fully customizable</description> <files> <filename module="mod_randarticles">mod_randarticles.xml</filename> <filename module="mod_randarticles">mod_randarticles.php</filename> <filename module="mod_randarticles">helper.php</filename> <filename module="mod_randarticles">index.html</filename> <filename module="mod_randarticles">tmpl/_item.php</filename> <filename module="mod_randarticles">tmpl/default.php</filename> <filename module="mod_randarticles">tmpl/horiz.php</filename> <filename module="mod_randarticles">tmpl/vert.php</filename> <filename module="mod_randarticles">tmpl/index.html</filename> </files> <params> <param name="moduleclass_sfx" type="text" default="" label="Module Class Suffix" description="Module Class Suffix" /> <param name="catid" type="category" default="0" label="Category" description="Category to choose articles from" /> <param name="items" type="text" default="3" label="No. of Random Articles" description="No of articles to display" /> <param name="layout" type="list" default="horiz" label="Layout" description="The layout to display the articles"> <option value="default">Default</option> <option value="horiz">Horizontal</option> <option value="vert">Vertical</option> </param> <param type="spacer" /> <param name="item_title" type="list" default="1" label="Article Title" description="Show article title"> <option value="0">No</option> <option value="1">Yes</option> </param> <param name="intro" type="radio" default="1" label="Show Intro text" description="Show Intro text"> <option value="1">Yes</option> <option value="0">No</option> </param> <param name="intro_size" type="text" default="200" label="Size of Intro Text" description="Size of Intro Text in characters" /> <param name="readmore" type="radio" default="1" label="Read More" description="Show/Hide the Read More button"> <option value="0">Hide</option> <option value="1">Show</option> </param> <param name="image" type="radio" default="1" label="Show image" description="Display Image included in intro text"> <option value="1">Yes</option> <option value="0">No</option> </param> <param name="link_titles" type="list" default="" label="Linked Titles" description="Make the Article titles linkable"> <option value="">Use Global</option> <option value="0">No</option> <option value="1">Yes</option> </param> <param name="showLastSeparator" type="radio" default="1" label="Show last separator" description="Show separator after last article"> <option value="0">No</option> <option value="1">Yes</option> </param> </params> <params group="advanced"> <param name="cache" type="list" default="0" label="Caching" description="Select whether to cache the content of this module"> <option value="1">Use global</option> <option value="0">No caching</option> </param> <param name="cache_time" type="text" default="900" label="Cache Time" description="The time before the module is recached" /> </params> </install>