mirror of
https://github.com/e107inc/e107.git
synced 2025-08-30 17:50:12 +02:00
Start of mods to handle revised plugin.xml format - still a bit to do/check
This commit is contained in:
@@ -1,14 +1,11 @@
|
||||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<e107Plugin>
|
||||
<!-- $Id: plugin.xml,v 1.3 2008-11-20 21:43:57 e107steved Exp $ -->
|
||||
<name>EC_ADLAN_1</name>
|
||||
<version>3.70</version>
|
||||
<author>jalist / cameron / McFly / Barry / Lisa_ / steved</author>
|
||||
<authorUrl>http://e107.org</authorUrl>
|
||||
|
||||
<!-- $Id: plugin.xml,v 1.4 2008-12-03 22:29:58 e107steved Exp $ -->
|
||||
|
||||
<e107Plugin name="EC_ADLAN_1" version="3.70" compatibility="0.8" installRequired="true">
|
||||
<author name="jalist / cameron / McFly / Barry / Lisa_ / steved" url="http://e107.org" />
|
||||
<description>EC_ADLAN_A206</description>
|
||||
<compatibility>e107v8</compatibility>
|
||||
<readMe>readme.pdf</readMe>
|
||||
<installRequired>true</installRequired>
|
||||
<folder>calendar_menu</folder>
|
||||
<installLanguageFile filename="languages/English_install.php" />
|
||||
<logLanguageFile filename="languages/--LAN--_log.php" />
|
||||
|
@@ -1,14 +1,8 @@
|
||||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<e107Plugin>
|
||||
<!-- $Id: plugin.xml,v 1.1 2008-08-25 13:43:08 e107steved Exp $ -->
|
||||
<name>ADSTAT_L3</name>
|
||||
<version>2.1</version>
|
||||
<author>jalist</author>
|
||||
<authorUrl>http://e107.org</authorUrl>
|
||||
<authorEmail>jalist@e107.org</authorEmail>
|
||||
<!-- $Id: plugin.xml,v 1.2 2008-12-03 22:29:58 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>
|
||||
<compatibility>e107v0.7</compatibility>
|
||||
<installRequired>true</installRequired>
|
||||
<folder>log</folder>
|
||||
<logLanguageFile filename="languages/admin/--LAN--.php" />
|
||||
<administration>
|
||||
|
@@ -1,13 +1,8 @@
|
||||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<e107Plugin>
|
||||
<!-- $Id: plugin.xml,v 1.2 2008-08-17 11:54:39 e107steved Exp $ -->
|
||||
<name>POLL_ADLAN01</name>
|
||||
<version>2.0</version>
|
||||
<author>Steve Dunstan (jalist)</author>
|
||||
<authorUrl>http://e107.org</authorUrl>
|
||||
<!-- $Id: plugin.xml,v 1.3 2008-12-03 22:29:58 e107steved Exp $ -->
|
||||
<e107Plugin name="POLL_ADLAN01" version="2.0" compatibility="0.8" installRequired="true" >
|
||||
<author="Steve Dunstan (jalist)" url="http://e107.org" />
|
||||
<description>POLL_ADLAN02</description>
|
||||
<compatibility>0.8</compatibility>
|
||||
<installRequired>true</installRequired>
|
||||
<folder>poll</folder>
|
||||
<logLanguageFile filename="languages/admin/--LAN--.php" />
|
||||
<commentID>poll</commentID>
|
||||
|
Reference in New Issue
Block a user