<?xml version="1.0" encoding="iso-8859-1"?>
<mosinstall type="module" version="4.5.1">
    <name>Most Downloaded</name>
    <creationDate>28 July 2005</creationDate>
    <author>Martin Brampton and predecessors</author>
    <copyright>This module is released under the GNU/GPL License</copyright>
	<license>http://www.gnu.org/copyleft/gpl.html GNU/GPL</license>
    <authorEmail>martin@remository.com</authorEmail>
    <authorUrl>www.remository.com</authorUrl>
    <version>1.33</version>
    <description>Display most downloaded files in ReMOSitory</description>
     <files>
     		<filename module="mod_remositorydown">mod_remositorydown.php</filename>
     </files>
	 <params>
		<param name="dateformat" type="text" default="M.d" label="Date format" description="As for the PHP date function" />
		<param name="max" type="text" default="5" label="Number of items" description="The number of items to display (default is 5)" />
		<param name="maxchars" type="text" default="100" label="Number of characters" description="Max number of description characters (default is 100)" />
		<param name="showsmall" type="radio" default="0" label="Show descriptions" description="Select to hide or show the file description" >
			<option value="0">Hide</option>
			<option value="1">Show</option>
		</param>
		<param name="category" type="text" default="0" label="Category" description="Show files from one category only (default is 0, showing all categories)" />
	</params>
</mosinstall>
