| [ Index ] |
PHP Cross Reference of Joomla 1.5.26 DE |
[Summary view] [Print] [Text view]
1 <?xml version="1.0" encoding="utf-8"?> 2 <install type="module" version="1.5.0"> 3 <name>Feed Display</name> 4 <author>Joomla! Project</author> 5 <creationDate>July 2005</creationDate> 6 <copyright>Copyright (C) 2005 - 2010 Open Source Matters. All rights reserved.</copyright> 7 <license>http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL</license> 8 <authorEmail>admin@joomla.org</authorEmail> 9 <authorUrl>www.joomla.org</authorUrl> 10 <version>1.5.0</version> 11 <description>This module allows the displaying of a syndicated feed</description> 12 <files> 13 <filename module="mod_feed">mod_feed.php</filename> 14 </files> 15 <params> 16 <param name="moduleclass_sfx" type="text" default="" label="Module Class Suffix" description="PARAMMODULECLASSSUFFIX" /> 17 <param name="@spacer" type="spacer" default="" label="" description="" /> 18 <param name="rssurl" type="text" size="50" default="" label="Feed URL" description="Enter the URL of the RSS/RDF feed" /> 19 <param name="rssrtl" type="radio" default="0" label="RTL feed" description="Display feed in RTL direction"> 20 <option value="1">Yes</option> 21 <option value="0">No</option> 22 </param> 23 <param name="rsstitle" type="radio" default="1" label="Feed Title" description="Display news feed title"> 24 <option value="1">Yes</option> 25 <option value="0">No</option> 26 </param> 27 <param name="rssdesc" type="radio" default="1" label="Feed Description" description="Show the description text for the whole Feed"> 28 <option value="1">Yes</option> 29 <option value="0">No</option> 30 </param> 31 <param name="rssimage" type="radio" default="1" label="Feed Image" description="Show the image associated with the whole Feed"> 32 <option value="1">Yes</option> 33 <option value="0">No</option> 34 </param> 35 <param name="rssitems" type="text" default="3" label="Items" description="Enter number of RSS items to display" /> 36 <param name="rssitemdesc" type="radio" default="1" label="Item Description" description="PARAMITEMDESC"> 37 <option value="1">Yes</option> 38 <option value="0">No</option> 39 </param> 40 <param name="word_count" type="text" size="6" default="0" label="Word Count" description="PARAMWORDCOUNT" /> 41 </params> 42 <params group="advanced"> 43 <param name="cache" type="list" default="0" label="Caching" description="Select whether to cache the content of this module"> 44 <option value="1">Use global</option> 45 <option value="0">No caching</option> 46 </param> 47 <param name="cache_time" type="text" default="15" label="Cache Time" description="The time in minutes before the module is re-cached." /> 48 </params> 49 </install>
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
| Generated: Wed Mar 28 15:54:07 2012 | Cross-referenced by PHPXref 0.7.1 |