Annotation of /mambo/branches/4.6/administrator/components/com_syndicate/syndicate.xml
Parent Directory
|
Revision Log
Revision 350 - (view) (download) (as text)
| 1 : | root | 1 | <?xml version="1.0" encoding="iso-8859-1"?> |
| 2 : | <mosinstall type="component" version="4.5.2"> | ||
| 3 : | <name>Syndicate</name> | ||
| 4 : | <author>Mambo Project</author> | ||
| 5 : | oziris | 322 | <copyright>copyright (C) 2005 - 2006 Mambo Foundation Inc.</copyright> |
| 6 : | root | 1 | <license>http://www.gnu.org/copyleft/gpl.html GNU/GPL</license> |
| 7 : | oziris | 350 | <authorEmail>core@mambo-foundation.org</authorEmail> |
| 8 : | root | 1 | <authorUrl>www.mamboserver.com</authorUrl> |
| 9 : | <version>4.5.2</version> | ||
| 10 : | <description>This component controls the Syndication settings</description> | ||
| 11 : | <params> | ||
| 12 : | <param name="cache" type="radio" default="1" label="Cache" description="Cache the feed files"> | ||
| 13 : | <option value="0">No</option> | ||
| 14 : | <option value="1">Yes</option> | ||
| 15 : | </param> | ||
| 16 : | <param name="cache_time" type="text" size="8" default="3600" label="Cache Time" description="Cache file will refresh every x seconds" /> | ||
| 17 : | <param name="@spacer" type="spacer" default="" label="" description="" /> | ||
| 18 : | <param name="count" type="text" size="4" default="5" label="# Items" description="Number of Items to syndicate" /> | ||
| 19 : | adi | 338 | <param name="title" type="text" size="40" default="Powered by Mambo" label="Title" description="Syndication Title" /> |
| 20 : | root | 1 | <param name="description" type="textarea" rows="5" cols="30" default="Mambo site syndication" label="Description" description="Syndication Description" /> |
| 21 : | <param name="@spacer" type="spacer" default="" label="" description="" /> | ||
| 22 : | <param name="image_file" type="imagelist" directory="/images/M_images" default="" label="Image" description="Image to be included in feed" /> | ||
| 23 : | adi | 338 | <param name="image_alt" type="text" size="30" default="Powered by Mambo" label="Image Alt" description="Alt text for image" /> |
| 24 : | root | 1 | <param name="@spacer" type="spacer" default="" label="" description="" /> |
| 25 : | <param name="limit_text" type="radio" default="1" label="Limit Text" description="Limit the article text to the value indicated below"> | ||
| 26 : | <option value="0">No</option> | ||
| 27 : | <option value="1">Yes</option> | ||
| 28 : | </param> | ||
| 29 : | <param name="text_length" type="text" size="4" default="20" label="Text Length" description="The word length of the article text - 0 will show no text" /> | ||
| 30 : | <param name="@spacer" type="spacer" default="" label="" description="" /> | ||
| 31 : | <param name="orderby" type="list" default="front" label="Order" description="Order that the items will be displayed"> | ||
| 32 : | <option value="front">Default</option> | ||
| 33 : | <option value="front">Frontpage Ordering</option> | ||
| 34 : | <option value="date">Oldest first</option> | ||
| 35 : | <option value="rdate">Most recent first</option> | ||
| 36 : | <option value="alpha">Title Alphabetical</option> | ||
| 37 : | <option value="ralpha">Title Reverse-Alphabetical</option> | ||
| 38 : | <option value="author">Author Alphabetical</option> | ||
| 39 : | <option value="rauthor">Author Reverse-Alphabetical</option> | ||
| 40 : | <option value="hits">Most Hits</option> | ||
| 41 : | <option value="rhits">Least Hits</option> | ||
| 42 : | </param> | ||
| 43 : | <param name="@spacer" type="spacer" default="" label="" description="" /> | ||
| 44 : | <param name="live_bookmark" type="list" default="0" label="Live Bookmarks" description="Activate support for Firefox Live Bookmarks functionality"> | ||
| 45 : | <option value="0">Off</option> | ||
| 46 : | <option value="rss091.xml">RSS 0.91</option> | ||
| 47 : | <option value="rss10.xml">RSS 1.0</option> | ||
| 48 : | <option value="rss20.xml">RSS 2.0</option> | ||
| 49 : | <option value="atom03.xml">ATOM 0.3</option> | ||
| 50 : | </param> | ||
| 51 : | <param name="bookmark_file" type="text" size="40" default="" label="Bookmark file" description="Special file name, if empty the default will be used." /> | ||
| 52 : | </params> | ||
| 53 : | </mosinstall> |
| ViewVC Help | |
| Powered by ViewVC 1.0.0 |
Web Hosting provided by Network Redux.

