| [ 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>Syndicate</name> 4 <author>Joomla! Project</author> 5 <creationDate>May 2006</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>Smart Syndication module that creates syndicated feed for the page where the module is displayed</description> 12 <files> 13 <filename module="mod_syndicate">mod_syndicate.php</filename> 14 </files> 15 <params> 16 <param name="cache" type="list" default="0" label="Caching" description="Select whether to cache the content of this module"> 17 <option value="0">Never</option> 18 </param> 19 <param name="@spacer" type="spacer" default="" label="" description="" /> 20 <param name="text" type="text" default="Feed Entries" label="Text" description="PARAMTEXT" /> 21 <param name="format" type="list" default="rss" label="Format" description="PARAMFEEDFORMAT"> 22 <option value="rss">RSS 2.0</option> 23 <option value="atom">Atom 1.0</option> 24 </param> 25 <param name="moduleclass_sfx" type="text" default="" label="Module Class Suffix" description="PARAMMODULECLASSSUFFIX" /> 26 </params> 27 </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 |