mirror of
https://github.com/e107inc/e107.git
synced 2025-07-31 03:40:37 +02:00
remove obsolete file
convert file to UTF-8
This commit is contained in:
@@ -1,62 +0,0 @@
|
||||
<?php
|
||||
/*
|
||||
+ ----------------------------------------------------------------------------+
|
||||
| e107 website system
|
||||
|
|
||||
| <20>Steve Dunstan 2001-2002
|
||||
| http://e107.org
|
||||
| jalist@e107.org
|
||||
|
|
||||
| Released under the terms and conditions of the
|
||||
| GNU General Public License (http://gnu.org).
|
||||
|
|
||||
| $Source: /cvs_backup/e107_0.8/e107_plugins/tinymce/plugin.php,v $
|
||||
| $Revision: 1.3 $
|
||||
| $Date: 2009-07-14 03:50:56 $
|
||||
| $Author: e107coders $
|
||||
+----------------------------------------------------------------------------+
|
||||
*/
|
||||
|
||||
if (!defined('e107_INIT')) { exit; }
|
||||
|
||||
// Plugin info -------------------------------------------------------------------------------------------------------
|
||||
$eplug_name = "TinyMce";
|
||||
$eplug_version = "1.0";
|
||||
$eplug_author = "e107 Inc.";
|
||||
$eplug_url = "http://e107.org";
|
||||
$eplug_email = "";
|
||||
$eplug_description = "A Wysiwyg editor for e107";
|
||||
$eplug_compatible = "e107v0.8";
|
||||
$eplug_readme = "";
|
||||
// leave blank if no readme file
|
||||
|
||||
// Name of the plugin's folder -------------------------------------------------------------------------------------
|
||||
$eplug_folder = "tinymce";
|
||||
|
||||
// Name of menu item for plugin ----------------------------------------------------------------------------------
|
||||
$eplug_menu_name = "";
|
||||
|
||||
// Name of the admin configuration file --------------------------------------------------------------------------
|
||||
$eplug_conffile = "admin_config.php";
|
||||
|
||||
// Icon image and caption text ------------------------------------------------------------------------------------
|
||||
$eplug_icon = $eplug_folder."/images/icon_32.png";
|
||||
$eplug_icon_small = $eplug_folder."/images/icon_16.png";
|
||||
$eplug_caption = "Configure TinyMce";
|
||||
|
||||
// List of preferences -----------------------------------------------------------------------------------------------
|
||||
$eplug_prefs = "";
|
||||
|
||||
// List of table names -----------------------------------------------------------------------------------------------
|
||||
$eplug_table_names = "";
|
||||
|
||||
// List of sql requests to create tables -----------------------------------------------------------------------------
|
||||
$eplug_tables = "";
|
||||
|
||||
|
||||
// Create a link in main menu (yes=TRUE, no=FALSE) -------------------------------------------------------------
|
||||
$eplug_link = FALSE;
|
||||
$eplug_link_name = "";
|
||||
$eplug_link_url = "";
|
||||
|
||||
?>
|
@@ -1,12 +1,12 @@
|
||||
<?php
|
||||
/**
|
||||
* $RCSfile: tiny_mce_gzip.php,v $
|
||||
* $Revision: 1.1 $
|
||||
* $Date: 2006-12-22 18:45:26 $
|
||||
* $Revision: 1.2 $
|
||||
* $Date: 2009-11-17 12:02:32 $
|
||||
*
|
||||
* @version 1.07
|
||||
* @author Moxiecode
|
||||
* @copyright Copyright <EFBFBD> 20052006, Moxiecode Systems AB, All rights reserved.
|
||||
* @copyright Copyright © 2005 2006, Moxiecode Systems AB, All rights reserved.
|
||||
*
|
||||
* This file compresses the TinyMCE JavaScript using GZip and
|
||||
* enables the browser to do two requests instead of one for each .js file.
|
||||
|
Reference in New Issue
Block a user