2009-07-17 14:41:55 +00:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2008-12-13 12:34:53 +00:00
|
|
|
|
2009-10-20 03:49:28 +00:00
|
|
|
<!-- $Id: plugin.xml,v 1.9 2009-10-20 03:49:22 e107coders Exp $ -->
|
2008-12-13 12:34:53 +00:00
|
|
|
|
2012-12-05 19:27:59 -08:00
|
|
|
<e107Plugin name="RSS" lan="RSS_PLUGIN_LAN_1" version="1.3" date="2012-08-01" compatibility="2.0" installRequired="true">
|
2009-07-14 03:50:56 +00:00
|
|
|
<author name="e107 Inc." url="http://e107.org" />
|
2012-12-05 19:27:59 -08:00
|
|
|
<description lan="RSS_PLUGIN_LAN_2">RSS Feeds from your site</description>
|
2009-07-14 03:50:56 +00:00
|
|
|
<category>misc</category>
|
2009-10-20 03:49:28 +00:00
|
|
|
<languageFiles>
|
|
|
|
<file type='log' path='languages/--LAN--_admin_rss_menu.php' />
|
|
|
|
</languageFiles>
|
2008-12-13 12:34:53 +00:00
|
|
|
<copyright>Copyright e107 Inc e107.org, Licensed under GPL (http://www.gnu.org/licenses/gpl.txt)</copyright>
|
2009-09-24 00:11:21 +00:00
|
|
|
<adminLinks>
|
2009-10-09 18:58:44 +00:00
|
|
|
<link url='admin_prefs.php' description='LAN_CONFIGURE' icon='images/rss_32.png' iconSmall='images/rss_16.png' primary='true' >LAN_CONFIGURE</link>
|
2009-09-24 00:11:21 +00:00
|
|
|
</adminLinks>
|
2009-09-21 22:14:45 +00:00
|
|
|
<pluginPrefs>
|
|
|
|
</pluginPrefs>
|
2008-12-13 12:34:53 +00:00
|
|
|
</e107Plugin>
|