webgui/lib/WebGUI/i18n/English/Asset_RSSFromParent.pm
Drake 9a61dd2f38 Add RSSCapable mixin for RSS-capable assets, and RSSFromParent asset for
the feeds for those assets.  Convert Collaboration to use this mechanism
rather than its existing viewRSS, because this is more export-friendly.
2006-11-03 01:18:55 +00:00

8 lines
151 B
Perl

package WebGUI::i18n::English::Asset_RSSFromParent;
our $I18N =
{
'assetName' => { message => 'RSS From Parent', lastUpdated => 1162257377 },
};
1;