mirror of
https://github.com/e107inc/e107.git
synced 2025-08-07 15:16:30 +02:00
More plugin.xml fixes.
This commit is contained in:
@@ -8,9 +8,9 @@
|
||||
*/
|
||||
|
||||
define("FBLAN_01", "Feature Box");
|
||||
define("FBLAN_02", "This plugin allows you to display a box above your news items with features / whatever you like in it. The messages can either be revolved randomly or dynamically faded.");
|
||||
define("FBLAN_02", "Displays an animated area on the top of your page with news-items and other content you would like to feature.");
|
||||
define("FBLAN_03", "Configure feature box");
|
||||
define("FBLAN_04", "Feature Box plugin has been successfully installed. To add messages and configure, return to the main admin page and click on the feature box icon in the plugin section.");
|
||||
// define("FBLAN_04", "Feature Box plugin has been successfully installed. To add messages and configure, return to the main admin page and click on the feature box icon in the plugin section.");
|
||||
define("FBLAN_05", "No feature box messages defined yet");
|
||||
define("FBLAN_06", "Existing Feature Box Messages");
|
||||
define("FBLAN_07", "Title / Caption");
|
||||
|
@@ -7,5 +7,5 @@
|
||||
*/
|
||||
|
||||
define("FBLAN_01", "Feature Box");
|
||||
define("FBLAN_02", "read more");
|
||||
// define("FBLAN_02", "read more"); // Already used in admin area.
|
||||
?>
|
@@ -1,7 +1,7 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- $Id: plugin.xml,v 1.9 2009-12-08 17:21:31 secretr Exp $ -->
|
||||
<e107Plugin name="Featurebox" lang="FBLAN_01" version="1.0" date="2012-08-01" compatibility="2.0" installRequired="true">
|
||||
<author name="e107 Inc." url="http://e107.org" email="cameron@e107.org" />
|
||||
<author name="e107 Inc." url="http://e107.org" />
|
||||
<description lang="FBLAN_02">Displays an animated area on the top of your page with news-items and other content you would like to feature.</description>
|
||||
<category>content</category>
|
||||
<adminLinks>
|
||||
|
@@ -2,9 +2,9 @@
|
||||
|
||||
<!-- $Id: plugin.xml,v 1.10 2009-10-22 04:14:45 e107coders Exp $ -->
|
||||
|
||||
<e107Plugin name="LIST_PLUGIN_1" version="1.0" date="2012-08-01" compatibility="2.0" installRequired="true" releaseUrl=''>
|
||||
<e107Plugin name="List Latest" lang="LIST_PLUGIN_1" version="1.0" date="2012-08-01" compatibility="2.0" installRequired="true" releaseUrl=''>
|
||||
<author name="e107 Inc." url="http://e107.org" />
|
||||
<description>LIST_PLUGIN_2</description>
|
||||
<description lang="LIST_PLUGIN_2">This plugin allows you to view a list of recent additions in all e107 categories. You can either view the list with data since your last visit, or view a general latest additions list. Besides the page a menu is also present. Every section is configurable in the admin area.</description>
|
||||
<copyright>Copyright e107 Inc e107.org, Licensed under GPL (http://www.gnu.org/licenses/gpl.txt)</copyright>
|
||||
<languageFiles>
|
||||
<file type='log' path='languages/--LAN--_admin_list_new.php' />
|
||||
|
@@ -1,8 +1,8 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- $Id: plugin.xml,v 1.9 2009-10-22 04:14:45 e107coders Exp $ -->
|
||||
<e107Plugin name="ADSTAT_L3" version="2.1" date="2012-08-01" compatibility="2.0" installRequired="true" releaseUrl=''>
|
||||
<e107Plugin name="Statistic Logging" lang="ADSTAT_L3" version="2.1" date="2012-08-01" compatibility="2.0" installRequired="true">
|
||||
<author name="e107 Inc." url="http://e107.org" />
|
||||
<description>ADSTAT_L1</description>
|
||||
<description lang="ADSTAT_L1">This plugin will log all visits to your site, and build detailed statistic screens based on the information gathered.</description>
|
||||
<languageFiles>
|
||||
<file type='log' path='languages/--LAN--_admin_log.php' />
|
||||
</languageFiles>
|
||||
|
@@ -1,11 +1,9 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
|
||||
<!-- Copyright e107 Inc e107.org, Licensed under GNU GPL (http://www.gnu.org/licenses/gpl.txt) -->
|
||||
<!-- $Id: plugin.xml,v 1.8 2009-10-22 04:14:45 e107coders Exp $ -->
|
||||
|
||||
<e107Plugin name="NFLAN_01" version="2.0" date="2012-08-01" compatibility="2.0" installRequired="true">
|
||||
<e107Plugin name="Newsfeeds" lang="NFLAN_01" version="2.0" date="2012-08-01" compatibility="2.0" installRequired="true">
|
||||
<author name="e107 Inc." url="http://e107.org" email="jalist@e107.org" />
|
||||
<description>NFLAN_02</description>
|
||||
<description lang="NFLAN_02">This plugin will retrieve rss feeds from other websites and display them according to your preferences</description>
|
||||
<category>content</category>
|
||||
<copyright>Copyright e107 Inc e107.org, Licensed under GPL (http://www.gnu.org/licenses/gpl.txt)</copyright>
|
||||
<languageFiles>
|
||||
|
@@ -1,11 +1,9 @@
|
||||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
|
||||
<!-- Copyright e107 Inc e107.org, Licensed under GNU GPL (http://www.gnu.org/licenses/gpl.txt) -->
|
||||
<!-- $Id: plugin.xml,v 1.1 2009-11-19 20:24:21 e107steved Exp $ -->
|
||||
|
||||
<e107Plugin name="NLLAN_01" version="1.1" date="2012-08-01" compatibility="2.0" installRequired="true">
|
||||
<e107Plugin name="Newsletter" lang="NLLAN_01" version="1.1" date="2012-08-01" compatibility="2.0" installRequired="true">
|
||||
<author name="e107 Inc, nlstart" url="http://e107.org" />
|
||||
<description>NLLAN_02</description>
|
||||
<description lang="NLLAN_02">Provides a quick and easy way to configure and send newsletters</description>
|
||||
<folder>newsletter</folder>
|
||||
<copyright>Copyright e107 Inc e107.org, Licensed under GPL (http://www.gnu.org/licenses/gpl.txt)</copyright>
|
||||
<category>content</category>
|
||||
@@ -13,7 +11,7 @@
|
||||
<file type='log' path='languages/--LAN--_admin_newsletter.php' />
|
||||
</languageFiles>
|
||||
<adminLinks>
|
||||
<link url='admin_config.php' description='LAN_CONFIGURE' icon='images/nl_32.png' iconSmall='images/nl_16.png' primary='true' >NLLAN_03</link>
|
||||
<link url='admin_config.php' description='LAN_CONFIGURE' icon='images/nl_32.png' iconSmall='images/nl_16.png' primary='true' />
|
||||
</adminLinks>
|
||||
<mainPrefs/>
|
||||
</e107Plugin>
|
@@ -1,13 +1,13 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- $Id: plugin.xml,v 1.13 2009-12-11 22:33:15 e107steved Exp $ -->
|
||||
<e107Plugin name="ADLAN_PM" version="3.0" date="2012-08-01" compatibility="2.0" installRequired="true">
|
||||
<e107Plugin name="Private Messenger" lang="ADLAN_PM" version="3.0" date="2012-08-01" compatibility="2.0" installRequired="true">
|
||||
<author name="e107 Inc." email="devs@e107.org" />
|
||||
<description>ADLAN_PM_57</description>
|
||||
<description lang="ADLAN_PM_57">This plugin is a fully featured Private Messaging system.</description>
|
||||
<category>users</category>
|
||||
<languageFiles>
|
||||
<file type='log' path='languages/--LAN--_log.php' />
|
||||
</languageFiles>
|
||||
<adminLinks>
|
||||
<link url='pm_conf.php' description='ADLAN_PM_2' icon='images/pvt_message_32.png' iconSmall='images/pvt_message_16.png' primary='true' >ADLAN_PM_2</link>
|
||||
<link url='pm_conf.php' description='ADLAN_PM_2' icon='images/pvt_message_32.png' iconSmall='images/pvt_message_16.png' primary='true' />
|
||||
</adminLinks>
|
||||
</e107Plugin>
|
||||
|
@@ -1,8 +1,8 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- $Id: plugin.xml,v 1.11 2009-10-20 03:49:22 e107coders Exp $ -->
|
||||
<e107Plugin name="POLL_ADLAN01" version="2.0" date="2012-08-01" compatibility="2.0" installRequired="true" >
|
||||
<e107Plugin name="Poll" lang="POLL_ADLAN01" version="2.0" date="2012-08-01" compatibility="2.0" installRequired="true" >
|
||||
<author name="e107 Inc." url="http://e107.org" />
|
||||
<description>POLL_ADLAN02</description>
|
||||
<description lang="POLL_ADLAN02">The poll plugin allows you to define polls in either a menu or forum post.</description>
|
||||
<category>content</category>
|
||||
<languageFiles>
|
||||
<file type='log' path='languages/--LAN--_admin_poll.php' />
|
||||
|
@@ -2,10 +2,9 @@
|
||||
|
||||
<!-- $Id: plugin.xml,v 1.9 2009-10-20 03:49:22 e107coders Exp $ -->
|
||||
|
||||
<e107Plugin name="RSS_PLUGIN_LAN_1" version="1.3" date="2012-08-01" compatibility="2.0" installRequired="true">
|
||||
<e107Plugin name="RSS" lang="RSS_PLUGIN_LAN_1" version="1.3" date="2012-08-01" compatibility="2.0" installRequired="true">
|
||||
<author name="e107 Inc." url="http://e107.org" />
|
||||
<description>RSS_PLUGIN_LAN_2</description>
|
||||
<compatibility>0.8</compatibility>
|
||||
<description lang="RSS_PLUGIN_LAN_2">RSS Feeds from your site</description>
|
||||
<category>misc</category>
|
||||
<languageFiles>
|
||||
<file type='log' path='languages/--LAN--_admin_rss_menu.php' />
|
||||
|
Reference in New Issue
Block a user