2009-07-17 14:41:55 +00:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2014-02-07 07:03:05 -08:00
|
|
|
<e107Plugin name="Trackback" lan="LAN_PLUGIN_TRACKBACK_NAME" version="1.1" date="2012-08-01" compatibility="1.0" installRequired="true">
|
2012-07-24 00:42:17 +00:00
|
|
|
<author name="e107 Inc." url="http://e107.org" email="devs@e107.org" />
|
2012-12-19 11:37:45 +01:00
|
|
|
<description lan="LAN_PLUGIN_TRACKBACK_DESCRIPTION">This plugin enables you to use trackback in your news posts.</description>
|
2008-12-20 22:32:36 +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='TRACKBACK_L1' icon='images/trackback_32.png' iconSmall='images/trackback_16.png' primary='true' >TRACKBACK_L1</link>
|
|
|
|
</adminLinks>
|
2008-12-20 22:32:36 +00:00
|
|
|
<mainPrefs>
|
2009-09-21 22:14:45 +00:00
|
|
|
<pref name="trackbackEnabled">0</pref>
|
|
|
|
<pref name="trackbackString">Trackback address for this post:</pref>
|
2008-12-20 22:32:36 +00:00
|
|
|
</mainPrefs>
|
|
|
|
</e107Plugin>
|