package WebGUI::i18n::English::Asset_SyndicatedContent; our $I18N = { '1' => { 'lastUpdated' => 1031514049, 'message' => 'URL to RSS File' }, 'assetName' => { 'lastUpdated' => 1128832427, 'message' => 'Syndicated Content' }, '3' => { 'lastUpdated' => 1057208065, 'message' => 'Maximum Number of Headlines' }, '4' => { 'lastUpdated' => 1031514049, 'message' => 'Edit Syndicated Content' }, '61' => { 'lastUpdated' => 1047855741, 'message' => 'Syndicated Content, Add/Edit' }, '71' => { 'lastUpdated' => 1119977726, 'message' => q|Syndicated content is content that is pulled from another site using the RDF/RSS specification. This technology is often used to pull headlines from various news sites like CNN and Slashdot. It can, of course, be used for other things like sports scores, stock market info, etc.
The Syndicated Content system also has the ability to "republish" it's items as RSS 0.9, 0.91, 1.0 and 2.0 flavor feeds. This means you can aggregate a bunch of feeds together, filter on relevant keywords and then republish this aggregated feed, and the Syndicated Content wobject will take care of all the messy stuff for you. See the "Syndicated Content Template" help for additional information.
The Syndicated Content client is a Wobject and an Asset, so it has the properties of both. It also has these unique properties:
|
},
'72' => {
'lastUpdated' => 1047855526,
'message' => 'Syndicated Content Template'
},
'73' => {
'lastUpdated' => 1047855526,
'message' => 'The following are the template variables available to the Syndicated Content template.
channel.title
The title of this piece of syndicated content. This will be the same as the title of the Syndicated Content object when you\'re creating an aggregate feed.
channel.description
A description of the content available through this channel. This will be the same as the description of the Syndicated Content object when you\'re creating an aggregate feed.
channel.link
A URL back to the originating site of this channel. This variable *will not* exist when you\'re creating an aggregate feed, because there\'s no single channel to link to.
rss.url
This is the URL to use to get the contents of this Syndicated Content wobject as an RSS 2.0 feed. Additionally, you can specify RSS versions via the following template variables:
rss.url.0.9Additionally, RSS feeds are transformed into HTML via XSLT stylesheets for "friendly" in-browser viewing. These XSLT stylesheets are stored in the WebGUI collateral system as snippets. item_loop
The contents of this wobject as an RSS 0.9 feed.rss.url.0.91
The contents of this wobject as an RSS 0.91 feed.rss.url.1.0
The contents of this wobject as an RSS 1.0 feed.rss.url.2.0
The contents of this wobject as an RSS 2.0 feed.
site_title' }, 'displayModeLabel' => { 'lastUpdated' => 1047855526, 'message' => 'Display Mode' }, 'displayModeSubtext' => { 'lastUpdated' => 1047855526, 'message' => '
The title of the RSS feed this item comes fromsite_link
Link to the source RSS feed.new_rss_site
A "boolean" variable (suitable for using in a <tmpl_if> tag) that indicates we\'ve started outputting items from a source RSS feed different than the previous item. This is most useful when you\'re viewing feeds in "grouped" mode- it gives you a hook to output site_title and site_link at the right time.title
The title of a piece of content. If you\'re filtering on terms, this field will be inspected.description
The description of the content. If you\'re filtering on terms, this field will be inspected as well.link A URL directly to the content of the item.
linux, windows development, blogsThe Syndicated Content web object will display items containing "linux", "windows development" or "blogs" (in the title or description of the item) from all the feeds you're aggregating together.|, lastUpdated => 1119977659, }, '1 description' => { message => q|Provide the exact URL (starting with http://) to the syndicated content's RDF or RSS file. The syndicated content will be downloaded from this URL hourly.
To create an aggregate RSS feed (one that pulls information from multiple RSS feeds), include a list of URLs, one on each line, instead of a single URL. Items will be sorted by the date WebGUI first received the story.
|, lastUpdated => 1119977659, }, '3 description' => { message => q|Enter the maximum number of headlines that should be displayed. Set to zero to allow any number of headlines.|, lastUpdated => 1119977659, }, }; 1;