mirror of
https://github.com/e107inc/e107.git
synced 2025-04-19 20:21:51 +02:00
Sort out duplicated entry in plugin.xml, various detail corrections
This commit is contained in:
parent
99501721e4
commit
b157186a4f
@ -4,8 +4,8 @@
|
||||
| e107 website system - Converter for plugin.php to plugin.xml
|
||||
|
|
||||
| $Source: /cvs_backup/e107_0.8/e107_files/utilities/pluginxmlgen.php,v $
|
||||
| $Revision: 1.9 $
|
||||
| $Date: 2008-12-09 22:45:42 $
|
||||
| $Revision: 1.10 $
|
||||
| $Date: 2008-12-13 10:30:18 $
|
||||
| $Author: e107steved $
|
||||
+----------------------------------------------------------------------------+
|
||||
*/
|
||||
@ -201,7 +201,6 @@ function makeXML($pluginDir, $extras=array())
|
||||
'email' => $eplug_email
|
||||
), TRUE);
|
||||
$fileText .= writeTag('description',$eplug_description);
|
||||
$fileText .= writeTag('compatibility',$eplug_compatible);
|
||||
$fileText .= writeTag('readMe',$eplug_readme);
|
||||
$fileText .= writeTag('folder',$baseFolder);
|
||||
if (isset($eplug_comment_ids) && is_array($eplug_comment_ids))
|
||||
|
@ -1,11 +1,10 @@
|
||||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
|
||||
<!-- $Id: plugin.xml,v 1.1 2008-12-11 21:13:48 e107steved Exp $ -->
|
||||
<!-- $Id: plugin.xml,v 1.2 2008-12-13 10:30:24 e107steved Exp $ -->
|
||||
|
||||
<e107Plugin name="CHBLAN_40" version="1.0" compatibility="0.8" installRequired="true">
|
||||
<author name="e107" url="http://e107.org" email="jalist@e107.org" />
|
||||
<description>CHBLAN_41</description>
|
||||
<compatibility>e107v0.7+</compatibility>
|
||||
<folder>chatbox_menu</folder>
|
||||
<logLanguageFile filename="languages/--LAN--/--LAN--_config.php" />
|
||||
<copyright>Copyright e107 Inc e107.org, Licensed under GPL (http://www.gnu.org/licenses/gpl.txt)</copyright>
|
||||
|
@ -1,12 +1,11 @@
|
||||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
|
||||
<!-- $Id: plugin.xml,v 1.1 2008-12-10 22:41:39 e107steved Exp $ -->
|
||||
<!-- $Id: plugin.xml,v 1.2 2008-12-13 10:30:24 e107steved Exp $ -->
|
||||
|
||||
<e107Plugin name="FBLAN_01" version="1.0" compatibility="0.8" installRequired="true">
|
||||
<author name="Steve Dunstan (jalist)" url="http://e107.org" email="jalist@e107.org" />
|
||||
<description>FBLAN_02</description>
|
||||
<logLanguageFile filename="languages/--LAN--_admin_featurebox.php" />
|
||||
<compatibility>e107v0.7+</compatibility>
|
||||
<folder>featurebox</folder>
|
||||
<copyright>Copyright e107 Inc e107.org, Licensed under GPL (http://www.gnu.org/licenses/gpl.txt)</copyright>
|
||||
<administration>
|
||||
|
@ -1,10 +1,10 @@
|
||||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Id: plugin.xml,v 1.1 2008-12-07 21:55:02 e107steved Exp $ -->
|
||||
<!-- $Id: plugin.xml,v 1.2 2008-12-13 10:30:24 e107steved Exp $ -->
|
||||
<e107Plugin name="LWLANINS_1" version="1.1" compatibility="0.8" installRequired="true" >
|
||||
<author name="jalist, steved" 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--.php" />
|
||||
<logLanguageFile filename="languages/--LAN--_admin_linkwords.php" />
|
||||
<administration>
|
||||
<configFile>admin_config.php</configFile>
|
||||
<icon>images/linkwords_32.png</icon>
|
||||
|
@ -1,11 +1,10 @@
|
||||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
|
||||
<!-- $Id: plugin.xml,v 1.1 2008-12-11 22:38:06 e107steved Exp $ -->
|
||||
<!-- $Id: plugin.xml,v 1.2 2008-12-13 10:30:24 e107steved Exp $ -->
|
||||
|
||||
<e107Plugin name="LIST_PLUGIN_1" version="1.0" compatibility="0.8" installRequired="true">
|
||||
<author name="Eric Vanderfeesten (lisa)" url="http://eindhovenseschool.net" email="lisa@eindhovenseschool.net" />
|
||||
<description>LIST_PLUGIN_2</description>
|
||||
<compatibility>e107v0.7+</compatibility>
|
||||
<folder>list_new</folder>
|
||||
<logLanguageFile filename="languages/--LAN--_admin_list_new.php" />
|
||||
<copyright>Copyright e107 Inc e107.org, Licensed under GPL (http://www.gnu.org/licenses/gpl.txt)</copyright>
|
||||
|
@ -1,10 +1,10 @@
|
||||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Id: plugin.xml,v 1.2 2008-12-03 22:29:58 e107steved Exp $ -->
|
||||
<!-- $Id: plugin.xml,v 1.3 2008-12-13 10:30:24 e107steved Exp $ -->
|
||||
<e107Plugin name="ADSTAT_L3" version="2.1" compatibility="0.8" installRequired="true" >
|
||||
<author name="jalist" url="http://e107.org" />
|
||||
<description>ADSTAT_L1</description>
|
||||
<folder>log</folder>
|
||||
<logLanguageFile filename="languages/admin/--LAN--.php" />
|
||||
<logLanguageFile filename="languages/--LAN--_admin_log.php" />
|
||||
<administration>
|
||||
<configFile>admin_config.php</configFile>
|
||||
<icon>images/stats_32.png</icon>
|
||||
|
@ -1,10 +1,10 @@
|
||||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Id: plugin.xml,v 1.4 2008-12-04 12:49:30 mcfly_e107 Exp $ -->
|
||||
<!-- $Id: plugin.xml,v 1.5 2008-12-13 10:30:24 e107steved Exp $ -->
|
||||
<e107Plugin name="POLL_ADLAN01" version="2.0" compatibility="0.8" installRequired="true" >
|
||||
<author name="Steve Dunstan (jalist)" url="http://e107.org" />
|
||||
<description>POLL_ADLAN02</description>
|
||||
<folder>poll</folder>
|
||||
<logLanguageFile filename="languages/admin/--LAN--.php" />
|
||||
<logLanguageFile filename="languages/--LAN--_admin_poll.php" />
|
||||
<commentID>poll</commentID>
|
||||
<administration>
|
||||
<configFile>admin_config.php</configFile>
|
||||
|
Loading…
x
Reference in New Issue
Block a user