2009-07-17 14:41:55 +00:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2009-10-22 04:14:45 +00:00
|
|
|
<!-- $Id: plugin.xml,v 1.7 2009-10-22 04:14:45 e107coders Exp $ -->
|
2012-12-19 10:47:40 +01:00
|
|
|
<e107Plugin name="LAN_PLUGIN_GSITEMAP_NAME" lan="GSLAN_19" version="1.0" date="2012-08-01" compatibility="2.0" installRequired="true">
|
2012-08-22 02:45:32 +00:00
|
|
|
<author name="e107 Inc." url="http://e107.org" email="security@e107.org" />
|
2012-12-19 10:47:40 +01:00
|
|
|
<description lan="LAN_PLUGIN_GSITEMAP_DESCRIPTION">Generates a Google Sitemap</description>
|
2008-12-20 21:48:06 +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>
|
|
|
|
<link url='admin_config.php' description='Configure feature box' icon='images/icon.png' iconSmall='images/icon_16.png' primary='true' >Configure Sitemap</link>
|
|
|
|
</adminLinks>
|
|
|
|
<siteLinks>
|
2012-12-05 19:27:59 -08:00
|
|
|
<link name="" url="gsitemap.php?show" lan="GSLAN_Name">Sitemap</link>
|
2009-09-24 00:11:21 +00:00
|
|
|
</siteLinks>
|
2009-09-21 22:14:45 +00:00
|
|
|
<pluginPrefs>
|
|
|
|
</pluginPrefs>
|
2008-12-20 21:48:06 +00:00
|
|
|
</e107Plugin>
|