1
0
mirror of https://github.com/e107inc/e107.git synced 2025-05-02 18:27:52 +02:00

XML compliance

This commit is contained in:
marj 2009-07-19 14:48:01 +00:00
parent facce4957f
commit 8406900d32
5 changed files with 12 additions and 12 deletions

View File

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Id: plugin.xml,v 1.10 2009-07-16 23:25:16 bugrain Exp $ -->
<!-- $Id: plugin.xml,v 1.11 2009-07-19 14:48:00 marj_nl_fr Exp $ -->
<e107Plugin name="Download" version="1.0" compatibility="0.8" installRequired="true">
<author name="e107 Inc." url="http://e107.org"/>
<author name="e107 Inc." url="http://e107.org" />
<description>DOWLAN_DESCRIPTION</description>
<folder>download</folder>
<category>content</category>
@ -20,7 +20,7 @@
<installDone>DOWLAN_INSTALL_DONE</installDone>
<category>content</category>
</administration>
<menuLink name="DOWLAN_29" url="download/download.php" perm="everyone"/>
<menuLink name="DOWLAN_29" url="download/download.php" perm="everyone" />
<mainPrefs>
<pref name="download_php" value="" />
<pref name="download_subsub" value="1" />

View File

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Id: plugin.xml,v 1.21 2009-07-17 14:41:54 marj_nl_fr Exp $ -->
<!-- $Id: plugin.xml,v 1.22 2009-07-19 14:48:00 marj_nl_fr Exp $ -->
<e107Plugin name="Forum" version="2.0" compatibility="0.8" installRequired="true" xhtmlcompliant="true" >
<author name="e107dev" url="http://e107.org"/>
<author name="e107dev" url="http://e107.org" />
<description>This plugin is a fully featured Forum system</description>
<folder>forum</folder>
<category>content</category>
@ -16,7 +16,7 @@
<caption>Configure Forum</caption>
<installDone>Your forum is now installed</installDone>
</administration>
<menuLink name="Forum" url="forum/forum.php" perm='everyone'/>
<menuLink name="Forum" url="forum/forum.php" perm='everyone' />
<mainPrefs>
<pref name="forum_show_topics" value="1" />
<pref name="forum_postfix" value="[more...]" />

View File

@ -1,9 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Id: plugin.xml,v 1.5 2009-07-17 14:41:54 marj_nl_fr Exp $ -->
<!-- $Id: plugin.xml,v 1.6 2009-07-19 14:48:01 marj_nl_fr Exp $ -->
<e107Plugin name="LIST_PLUGIN_1" version="1.0" compatibility="0.8" installRequired="true">
<author name="e107 Inc." url="http://e107.org"/>
<author name="e107 Inc." url="http://e107.org" />
<description>LIST_PLUGIN_2</description>
<folder>list_new</folder>
<logLanguageFile filename="languages/--LAN--_admin_list_new.php" />

View File

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Id: plugin.xml,v 1.9 2009-07-17 14:41:54 marj_nl_fr Exp $ -->
<!-- $Id: plugin.xml,v 1.10 2009-07-19 14:48:01 marj_nl_fr Exp $ -->
<e107Plugin name="ADLAN_PM" version="3.0" compatibility="0.8" installRequired="true">
<author name="e107 Inc." email="mcfly@e107.org"/>
<author name="e107 Inc." email="mcfly@e107.org" />
<description>ADLAN_PM_57</description>
<folder>pm</folder>
<category>users</category>

View File

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Id: plugin.xml,v 1.4 2009-07-17 14:41:54 marj_nl_fr Exp $ -->
<!-- $Id: plugin.xml,v 1.5 2009-07-19 14:48:01 marj_nl_fr Exp $ -->
<e107Plugin name="Tagwords" version="1.0" compatibility="0.8" installRequired="true">
<author name="e107 Inc." url="http://e107.org/" />
<description>A fully featured Tagword system</description>
@ -12,5 +12,5 @@
<caption>Configure Tagwords</caption>
<installDone>Tagwords is installed<br />To configure please click on the link in the plugins section of the admin front page</installDone>
</administration>
<menuLink name="Tagwords" url="tagwords/tagwords.php" perm="everyone"/>
<menuLink name="Tagwords" url="tagwords/tagwords.php" perm="everyone" />
</e107Plugin>