50 lines
2.5 KiB
XML
50 lines
2.5 KiB
XML
|
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
|
<install type="module" version="1.5.0">
|
||
|
|
<name>Feed Display</name>
|
||
|
|
<author>Joomla! Project</author>
|
||
|
|
<creationDate>July 2005</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>This module allows the displaying of a syndicated feed</description>
|
||
|
|
<files>
|
||
|
|
<filename module="mod_feed">mod_feed.php</filename>
|
||
|
|
</files>
|
||
|
|
<params>
|
||
|
|
<param name="moduleclass_sfx" type="text" default="" label="Module Class Suffix" description="PARAMMODULECLASSSUFFIX" />
|
||
|
|
<param name="@spacer" type="spacer" default="" label="" description="" />
|
||
|
|
<param name="rssurl" type="text" size="50" default="" label="Feed URL" description="Enter the URL of the RSS/RDF feed" />
|
||
|
|
<param name="rssrtl" type="radio" default="0" label="RTL feed" description="Display feed in RTL direction">
|
||
|
|
<option value="1">Yes</option>
|
||
|
|
<option value="0">No</option>
|
||
|
|
</param>
|
||
|
|
<param name="rsstitle" type="radio" default="1" label="Feed Title" description="Display news feed title">
|
||
|
|
<option value="1">Yes</option>
|
||
|
|
<option value="0">No</option>
|
||
|
|
</param>
|
||
|
|
<param name="rssdesc" type="radio" default="1" label="Feed Description" description="Show the description text for the whole Feed">
|
||
|
|
<option value="1">Yes</option>
|
||
|
|
<option value="0">No</option>
|
||
|
|
</param>
|
||
|
|
<param name="rssimage" type="radio" default="1" label="Feed Image" description="Show the image associated with the whole Feed">
|
||
|
|
<option value="1">Yes</option>
|
||
|
|
<option value="0">No</option>
|
||
|
|
</param>
|
||
|
|
<param name="rssitems" type="text" default="3" label="Items" description="Enter number of RSS items to display" />
|
||
|
|
<param name="rssitemdesc" type="radio" default="1" label="Item Description" description="PARAMITEMDESC">
|
||
|
|
<option value="1">Yes</option>
|
||
|
|
<option value="0">No</option>
|
||
|
|
</param>
|
||
|
|
<param name="word_count" type="text" size="6" default="0" label="Word Count" description="PARAMWORDCOUNT" />
|
||
|
|
</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="15" label="Cache Time" description="The time in minutes before the module is re-cached." />
|
||
|
|
</params>
|
||
|
|
</install>
|