mirror of
https://github.com/e107inc/e107.git
synced 2025-02-07 15:51:18 +01:00
18 lines
823 B
XML
18 lines
823 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<!-- $Id: plugin.xml,v 1.9 2009-10-20 03:49:22 e107coders Exp $ -->
|
|
|
|
<e107Plugin name="RSS" lang="RSS_PLUGIN_LAN_1" version="1.3" date="2012-08-01" compatibility="2.0" installRequired="true">
|
|
<author name="e107 Inc." url="http://e107.org" />
|
|
<description lang="RSS_PLUGIN_LAN_2">RSS Feeds from your site</description>
|
|
<category>misc</category>
|
|
<languageFiles>
|
|
<file type='log' path='languages/--LAN--_admin_rss_menu.php' />
|
|
</languageFiles>
|
|
<copyright>Copyright e107 Inc e107.org, Licensed under GPL (http://www.gnu.org/licenses/gpl.txt)</copyright>
|
|
<adminLinks>
|
|
<link url='admin_prefs.php' description='LAN_CONFIGURE' icon='images/rss_32.png' iconSmall='images/rss_16.png' primary='true' >LAN_CONFIGURE</link>
|
|
</adminLinks>
|
|
<pluginPrefs>
|
|
</pluginPrefs>
|
|
</e107Plugin> |