[ Index ]

PHP Cross Reference of Mambo 4.6.5

[ Variables ]     [ Functions ]     [ Classes ]     [ Constants ]     [ Statistics ]

title

Body

[close]

/modules/ -> mod_rssfeed.xml (source)

   1  <?xml version="1.0" encoding="iso-8859-1"?>
   2  <mosinstall type="module" version="4.5.2">
   3      <name>Syndicate</name>
   4      <author>Mambo Foundation</author>
   5      <creationDate>July 2004</creationDate>
   6      <copyright>copyright (C) 2000 - 2007 Mambo Foundation Inc.</copyright>
   7      <license>http://www.opensource.org/licenses/gpl-license.php GNU/GPL v.2</license>
   8      <authorEmail>core@mambo-foundation.org</authorEmail>
   9      <authorUrl>mambo-foundation.org</authorUrl>
  10      <version>4.6.x.7</version>
  11      <description>The Syndicate module will display a link whereby people can syndicate your site for all your latest news. When you click on the RSS icon, you will be redirected to a new page that will list all the latest news in XML format. In order to use the Newsfeed in another Mambo site or a Newsfeed reader, you need to cut and paste the URL.</description>
  12      <files>
  13          <filename module="mod_rssfeed">mod_rssfeed.php</filename>
  14      </files>
  15      <params>
  16          <param name="text" type="text" default="" label="Text" description="Enter the text to be displayed along with the RSS links" />
  17          <param name="cache" type="radio" default="0" label="Enable Cache" description="Select whether to cache the content of this module">
  18              <option value="0">No</option>
  19              <option value="1">Yes</option>
  20          </param>
  21          <param name="moduleclass_sfx" type="text" default="" label="Module Class Suffix" description="A suffix to be applied to the css class of the module (table.moduletable), this allows individual module styling" />
  22          <param name="rss091" type="radio" default="1" label="RSS 0.91" description="Show/Hide RSS 0.91 Link">
  23              <option value="0">Hide</option>
  24              <option value="1">Show</option>
  25          </param>
  26          <param name="rss10" type="radio" default="1" label="RSS 1.0" description="Show/Hide RSS 1.0 Link">
  27              <option value="0">Hide</option>
  28              <option value="1">Show</option>
  29          </param>
  30          <param name="rss20" type="radio" default="1" label="RSS 2.0" description="Show/Hide RSS 2.0 Link">
  31              <option value="0">Hide</option>
  32              <option value="1">Show</option>
  33          </param>
  34          <param name="atom" type="radio" default="1" label="Atom" description="Show/Hide Atom 1.0 Link">
  35              <option value="0">Hide</option>
  36              <option value="1">Show</option>
  37          </param>
  38          <param name="opml" type="radio" default="1" label="OPML" description="Show/Hide OPML Link">
  39              <option value="0">Hide</option>
  40              <option value="1">Show</option>
  41          </param>
  42          <param name="rss091_image" type="imagelist" directory="/images/M_images" hide_none="1" default="" label="RSS 0.91 Image" description="Choose the image to be used" />
  43          <param name="rss10_image" type="imagelist" directory="/images/M_images" hide_none="1" default="" label="RSS 1.0 Image" description="Choose the image to be used" />
  44          <param name="rss20_image" type="imagelist" directory="/images/M_images" hide_none="1" default="" label="RSS 2.0 Image" description="Choose the image to be used" />
  45          <param name="atom_image" type="imagelist" directory="/images/M_images" hide_none="1" default="" label="Atom Image" description="Choose the image to be used" />
  46          <param name="opml_image" type="imagelist" directory="/images/M_images" hide_none="1" default="" label="OPML Image" description="Choose the image to be used" />
  47      </params>
  48  </mosinstall>