This repository has been archived on 2024-11-28. You can view files and clone it, but cannot push or open issues or pull requests.
MatritumCantat_Web/www/administrator/modules/mod_docman_news.xml
2012-09-18 20:02:43 +00:00

20 lines
1.2 KiB
XML

<?xml version="1.0" ?>
<mosinstall type="module">
<name>Latest news from www.joomlatools.eu - admin module</name>
<creationDate>February 2009</creationDate>
<author>Joomlatools</author>
<copyright>This template is released under the GNU/GPL License</copyright>
<authorEmail>support@joomlatools.eu</authorEmail>
<authorUrl>www.joomlatools.eu</authorUrl>
<version>1.4.0</version>
<description>Shows the latest news headers from DOCman</description>
<files>
<filename module="mod_docman_news">mod_docman_news.php</filename>
</files>
<params>
<param name="feed_url" type="text" size="50" default="http://feeds.joomlatools.eu/docman" label="Feed URL" description="The URL of the feed (leave blank for default)" />
<param name="limit" type="text" default="5" label="Limit" description="The number of items to display per channel (default 5)" />
<param name="desc_truncate" type="text" default="200" label="Truncate description" description="Truncate the description text (default 200)" />
<param name="cachetime" type="text" default="86400" label="Cache Time" description="The cache time in seconds (default 86400s = 24 hours)" />
</params>
</mosinstall>