mirror of
https://github.com/e107inc/e107.git
synced 2025-08-21 05:41:58 +02:00
Change to plugin.xml spec.
This commit is contained in:
@@ -28,7 +28,7 @@ if (!defined('e107_INIT')) { exit; }
|
||||
//define('LAN_CONTINUE','Continue'); Now global definition
|
||||
|
||||
define('LAN_CONVERT_01','Import into e107');
|
||||
define('LAN_CONVERT_02','This module allows you to import various data into E107');
|
||||
define('LAN_CONVERT_02','Import data from Wordpress, Joomla, Drupal, Blogspot, RSS and other formats.');
|
||||
define('LAN_CONVERT_03','You must start with a clean E107 database, other than the main admin user (ID=1)');
|
||||
define('LAN_CONVERT_04','Field(s) left blank, please go back and re-enter values.');
|
||||
define('LAN_CONVERT_05','Running this script may empty many of your E107 tables - make sure you have a full backup before continuing!');
|
||||
|
@@ -1,10 +1,8 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
|
||||
<!-- $Id: plugin.xml,v 1.2 2009-09-24 00:11:20 e107coders Exp $ -->
|
||||
|
||||
<e107Plugin name="LAN_CONVERT_01" version="1.0" date="2012-08-01" compatibility="2.0" installRequired="true">
|
||||
<e107Plugin name="Import into e107" lang="LAN_CONVERT_01" version="1.0" date="2012-08-01" compatibility="2.0" installRequired="true">
|
||||
<author name="e107 Inc." url="http://e107.org" email="devs@e107.org" />
|
||||
<description>Import into e107</description>
|
||||
<description lang="LAN_CONVERT_02">Import data from Wordpress, Joomla, Drupal, Blogpost, RSS and other formats.</description>
|
||||
<category>tools</category>
|
||||
<copyright>Copyright e107 Inc e107.org, Licensed under GPL (http://www.gnu.org/licenses/gpl.txt)</copyright>
|
||||
<adminLinks>
|
||||
|
Reference in New Issue
Block a user