1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-19 12:51:52 +02:00

More plugin LAN clean-up (newsfeeds, links_page, linkwords, gsitemap)

This commit is contained in:
Tijn Kuyper
2012-12-19 10:58:28 +01:00
parent 054549ecde
commit 1bde493891
9 changed files with 29 additions and 44 deletions

View File

@@ -8,16 +8,14 @@
*
* Plugin - newsfeeds
*
* $Source: /cvs_backup/e107_0.8/e107_plugins/newsfeed/languages/English_admin_newsfeed.php,v $
* $Revision$
* $Date$
* $Author$
* $URL$
* $Id$
*
*/
define("NFLAN_01", "Newsfeeds");
define("NFLAN_02", "This plugin will retrieve rss feeds from other websites and display them according to your preferences");
//define("NFLAN_01", "Newsfeeds");
//define("NFLAN_02", "This plugin will retrieve rss feeds from other websites and display them according to your preferences");
define("NFLAN_03", "Configure newsfeeds");
define("NFLAN_04", "Newsfeeds plugin has been successfully installed. To add newsfeeds and configure, return to the main admin page and click on the newsfeeds icon in the plugin section.");
define("NFLAN_05", "Edit");

View File

@@ -0,0 +1,6 @@
<?php
define("LAN_PLUGIN_NEWSFEEDS_NAME", "Newsfeeds");
define("LAN_PLUGIN_NEWSFEEDS_DESCRIPTION", "This plugin will retrieve rss feeds from other websites and display them according to your preferences.");
?>

View File

@@ -1,14 +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="Newsfeeds" lan="NFLAN_01" version="2.0" date="2012-08-01" compatibility="2.0" installRequired="true">
<e107Plugin name="Newsfeeds" lan="LAN_PLUGIN_NEWSFEEDS_NAME" 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 lan="NFLAN_02">This plugin will retrieve rss feeds from other websites and display them according to your preferences</description>
<description lan="LAN_PLUGIN_NEWSFEEDS_DESCRIPTION">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>
<file type='log' path='languages/--LAN--_admin_newsfeed.php' />
</languageFiles>
<adminLinks>
<link url='admin_config.php' description='Configure Newsfeeds' icon='images/newsfeed_32.png' iconSmall='images/newsfeed_16.png' primary='true' >Configure Newsfeeds</link>
</adminLinks>