<?php
/**
 *
 * @category        modules
 * @package         wysiwyg
 * @author          WebsiteBaker Project
 * @copyright       2004-2009, Ryan Djurovich
 * @copyright       2009-2011, Website Baker Org. e.V.
 * @link			http://www.websitebaker2.org/
 * @license         http://www.gnu.org/licenses/gpl.html
 * @platform        WebsiteBaker 2.8.x
 * @requirements    PHP 5.2.2 and higher
 * @version         $Id: info.php 1828 2012-11-22 02:40:35Z Luisehahne $
 * @filesource		$HeadURL: svn://isteam.dynxs.de/wb-archiv/branches/2.8.x/wb/modules/fckeditor/info.php $
 * @lastmodified    $Date: 2012-11-22 03:40:35 +0100 (Thu, 22 Nov 2012) $
 *
 */

$module_directory		= 'fckeditor';
$module_name			= 'FCKeditor';
$module_function		= 'WYSIWYG';
$module_version			= '2.9.8';
$module_platform		= '2.7 | 2.8.x';
$module_requirements    = 'PHP 4.3.11 or higher, WB 2.7 or higher';
$module_author 			= 'Christian Sommer, P. Widlund, S. Braunewell, M. Gallas, Wouldlouper, Aldus, Luisehahne';
$module_license 		= 'GNU General Public License';
$module_description 	= 'This module allows you to edit the contents of a page using <a href="http://www.fckeditor.net/" target="_blank">FCKeditor v2.6.6</a>.';
