git-svn-id: https://192.168.0.254/svn/Proyectos.FundacionLQDVI_WebCongresos/trunk@2 94ccb1af-fd9d-d947-8d90-7f70ea60afc8
28 lines
1.3 KiB
XML
28 lines
1.3 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<install type="module" version="1.5.0">
|
|
<name>Syndicate</name>
|
|
<author>Joomla! Project</author>
|
|
<creationDate>May 2006</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>Smart Syndication module that creates syndicated feed for the page where the module is displayed</description>
|
|
<files>
|
|
<filename module="mod_syndicate">mod_syndicate.php</filename>
|
|
</files>
|
|
<params>
|
|
<param name="cache" type="list" default="0" label="Caching" description="Select whether to cache the content of this module">
|
|
<option value="0">Never</option>
|
|
</param>
|
|
<param name="@spacer" type="spacer" default="" label="" description="" />
|
|
<param name="text" type="text" default="Feed Entries" label="Text" description="PARAMTEXT" />
|
|
<param name="format" type="list" default="rss" label="Format" description="PARAMFEEDFORMAT">
|
|
<option value="rss">RSS 2.0</option>
|
|
<option value="atom">Atom 1.0</option>
|
|
</param>
|
|
<param name="moduleclass_sfx" type="text" default="" label="Module Class Suffix" description="PARAMMODULECLASSSUFFIX" />
|
|
</params>
|
|
</install>
|