1
0
mirror of https://github.com/e107inc/e107.git synced 2025-02-13 02:54:39 +01:00

13 lines
830 B
XML
Raw Normal View History

2009-07-17 14:41:55 +00:00
<?xml version="1.0" encoding="utf-8"?>
<e107Plugin name="Trackback" lan="LAN_PLUGIN_TRACKBACK_NAME" version="1.1" date="2012-08-01" compatibility="1.0" installRequired="true">
<author name="e107 Inc." url="http://e107.org" email="devs@e107.org" />
<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>
<pref name="trackbackEnabled">0</pref>
<pref name="trackbackString">Trackback address for this post:</pref>
2008-12-20 22:32:36 +00:00
</mainPrefs>
</e107Plugin>