~~ FCKeditor - The text editor for Internet - http://www.fckeditor.net ~~ Copyright (C) 2004-2009 Frederico Caldeira Knabben ~~ ~~ == BEGIN LICENSE == ~~ ~~ Licensed under the terms of any of the following licenses at your ~~ choice: ~~ ~~ - GNU General Public License Version 2 or later (the "GPL") ~~ http://www.gnu.org/licenses/gpl.html ~~ ~~ - GNU Lesser General Public License Version 2.1 or later (the "LGPL") ~~ http://www.gnu.org/licenses/lgpl.html ~~ ~~ - Mozilla Public License Version 1.1 or later (the "MPL") ~~ http://www.mozilla.org/MPL/MPL-1.1.html ~~ ~~ == END LICENSE == ~~ @version $Id$ ------------------------------ Installation ------------------------------ Installation Guide After downloading an appropriate distribution, you need to install it into your webapp. Read the applying topics in this guide from top to bottom. * Integration pack installation Installing the integration pack, it's dependencies, and a required SLF4J binding. ** Using Maven 2 If you have already declared the depedency reference as described in the {{{download.html}download guide}}, Maven has already installed everything for you. Declare the chosen SFL4J binding and corresponding backend (may be optional) in the dependencies section of your POM within the scope. ** Manual installation Simply put the downloaded core jar, it's dependencies and your favorite SFL4J binding together with the corresponding backend (may be optional) in to your classpath (usually <<>>) and you are ready to go. * FCKeditor installation Although the public distribution is fine, it still contains a lot of superfluous files for a Java environment. Use the following <<>> target on the FCKeditor ${FCKeditorVersion} zip file (1,31 MiB) to create a cleaner and smaller distribution zip file (0,99 MiB). After the minification you can unzip the smaller distribution zip file into your webapp. +------------------------------------------------------------------------------+ +------------------------------------------------------------------------------+