git-svn-id: https://192.168.0.254/svn/Proyectos.FundacionLQDVI_WebCongresos/trunk@2 94ccb1af-fd9d-d947-8d90-7f70ea60afc8
39 lines
1.8 KiB
XML
39 lines
1.8 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<install type="module" version="1.5.0">
|
|
<name>Statistics</name>
|
|
<author>Joomla! Project</author>
|
|
<creationDate>July 2004</creationDate>
|
|
<copyright>Copyright (C) 2005 - 2010 Open Source Matters. All rights reserved.</copyright>
|
|
<license>http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL</license>
|
|
<authorEmail>admin@joomla.org</authorEmail>
|
|
<authorUrl>www.joomla.org</authorUrl>
|
|
<version>1.5.0</version>
|
|
<description>DESCSTATISTICS</description>
|
|
<files>
|
|
<filename module="mod_stats">mod_stats.php</filename>
|
|
</files>
|
|
<params>
|
|
<param name="serverinfo" type="radio" default="0" label="Server Info" description="Display server information">
|
|
<option value="1">Yes</option>
|
|
<option value="0">No</option>
|
|
</param>
|
|
<param name="siteinfo" type="radio" default="0" label="Site Info" description="Display site information">
|
|
<option value="1">Yes</option>
|
|
<option value="0">No</option>
|
|
</param>
|
|
<param name="counter" type="radio" default="0" label="Hit Counter" description="Display hit counter">
|
|
<option value="1">Yes</option>
|
|
<option value="0">No</option>
|
|
</param>
|
|
<param name="increase" type="text" default="0" label="Increase counter" description="Enter the amount of hits to increase counter by" />
|
|
<param name="moduleclass_sfx" type="text" default="" label="Module Class Suffix" description="PARAMMODULECLASSSUFFIX" />
|
|
</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>
|