mirror of
https://github.com/e107inc/e107.git
synced 2025-04-20 20:51:53 +02:00
Missed some in previous commit.
This commit is contained in:
parent
03a659e0ad
commit
fdca9c383a
@ -1,9 +1,9 @@
|
||||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
|
||||
<!-- $Id: plugin.xml,v 1.2 2009-07-09 02:47:13 e107coders Exp $ -->
|
||||
<!-- $Id: plugin.xml,v 1.3 2009-07-14 03:57:22 e107coders Exp $ -->
|
||||
|
||||
<e107Plugin name="LAN_ALT_65" version="0.4" compatibility="0.8" installRequired="true" >
|
||||
<author name="McFly/steved" url="e107.org" email="mcfly@e107.org" />
|
||||
<author name="e107 Inc." url="e107.org" email="mcfly@e107.org" />
|
||||
<description>LAN_ALT_66</description>
|
||||
<folder>alt_auth</folder>
|
||||
<category>users</category>
|
||||
|
@ -1,7 +1,7 @@
|
||||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Id: plugin.xml,v 1.2 2008-12-13 10:30:24 e107steved Exp $ -->
|
||||
<!-- $Id: plugin.xml,v 1.3 2009-07-14 03:57:22 e107coders Exp $ -->
|
||||
<e107Plugin name="LWLANINS_1" version="1.1" compatibility="0.8" installRequired="true" >
|
||||
<author name="jalist, steved" url="http://e107.org" />
|
||||
<author name="e107 Inc." url="http://e107.org" />
|
||||
<description>This plugin will link specified words with a defined link and/or tooltip</description>
|
||||
<folder>linkwords</folder>
|
||||
<logLanguageFile filename="languages/--LAN--_admin_linkwords.php" />
|
||||
|
@ -1,7 +1,7 @@
|
||||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Id: plugin.xml,v 1.3 2008-12-13 10:30:24 e107steved Exp $ -->
|
||||
<!-- $Id: plugin.xml,v 1.4 2009-07-14 03:57:22 e107coders Exp $ -->
|
||||
<e107Plugin name="ADSTAT_L3" version="2.1" compatibility="0.8" installRequired="true" >
|
||||
<author name="jalist" url="http://e107.org" />
|
||||
<author name="e107 Inc." url="http://e107.org" />
|
||||
<description>ADSTAT_L1</description>
|
||||
<folder>log</folder>
|
||||
<logLanguageFile filename="languages/--LAN--_admin_log.php" />
|
||||
|
@ -11,8 +11,8 @@
|
||||
| GNU General Public License (http://gnu.org).
|
||||
|
|
||||
| $Source: /cvs_backup/e107_0.8/e107_plugins/newsletter/plugin.php,v $
|
||||
| $Revision: 1.2 $
|
||||
| $Date: 2009-07-09 02:47:15 $
|
||||
| $Revision: 1.3 $
|
||||
| $Date: 2009-07-14 03:57:22 $
|
||||
| $Author: e107coders $
|
||||
+----------------------------------------------------------------------------+
|
||||
*/
|
||||
@ -25,13 +25,13 @@ if (!defined('e107_INIT')) { exit; }
|
||||
// Plugin info -------------------------------------------------------------------------------------------------------
|
||||
$eplug_name = "NLLAN_01";
|
||||
$eplug_version = "1.0";
|
||||
$eplug_author = "Steve Dunstan (jalist)";
|
||||
$eplug_author = "e107 Inc.";
|
||||
$eplug_url = "http://e107.org";
|
||||
$eplug_email = "jalist@e107.org";
|
||||
$eplug_description = NLLAN_02;
|
||||
$eplug_compatible = "e107v0.7+";
|
||||
$eplug_readme = "";
|
||||
$eplug_category = "content";
|
||||
$eplug_category = "content";
|
||||
|
||||
// Name of the plugin's folder -------------------------------------------------------------------------------------
|
||||
$eplug_folder = "newsletter";
|
||||
|
@ -1,9 +1,9 @@
|
||||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
|
||||
<!-- $Id: plugin.xml,v 1.1 2008-12-20 22:32:36 e107steved Exp $ -->
|
||||
<!-- $Id: plugin.xml,v 1.2 2009-07-14 03:57:22 e107coders Exp $ -->
|
||||
|
||||
<e107Plugin name="TRACKBACK_L16" version="1.1" compatibility="0.8" installRequired="true">
|
||||
<author name="jalist" url="http://e107.org" email="jalist@e107.org" />
|
||||
<author name="e107 Inc." url="http://e107.org" email="jalist@e107.org" />
|
||||
<description>TRACKBACK_L2</description>
|
||||
<folder>trackback</folder>
|
||||
<copyright>Copyright e107 Inc e107.org, Licensed under GPL (http://www.gnu.org/licenses/gpl.txt)</copyright>
|
||||
|
Loading…
x
Reference in New Issue
Block a user