Changeset 1974 for FCKeditor.Java/branches/2.4/src/site/apt/index.apt
- Timestamp:
- 2008-05-09 12:14:34 (8 months ago)
- Files:
-
- 1 modified
-
FCKeditor.Java/branches/2.4/src/site/apt/index.apt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
FCKeditor.Java/branches/2.4/src/site/apt/index.apt
r1953 r1974 1 1 ~~ FCKeditor - The text editor for Internet - http://www.fckeditor.net 2 2 ~~ Copyright (C) 2003-2008 Frederico Caldeira Knabben 3 ~~ 3 ~~ 4 4 ~~ == BEGIN LICENSE == 5 ~~ 5 ~~ 6 6 ~~ Licensed under the terms of any of the following licenses at your 7 7 ~~ choice: 8 ~~ 8 ~~ 9 9 ~~ - GNU General Public License Version 2 or later (the "GPL") 10 10 ~~ http://www.gnu.org/licenses/gpl.html 11 ~~ 11 ~~ 12 12 ~~ - GNU Lesser General Public License Version 2.1 or later (the "LGPL") 13 13 ~~ http://www.gnu.org/licenses/lgpl.html 14 ~~ 14 ~~ 15 15 ~~ - Mozilla Public License Version 1.1 or later (the "MPL") 16 16 ~~ http://www.mozilla.org/MPL/MPL-1.1.html 17 ~~ 17 ~~ 18 18 ~~ == END LICENSE == 19 19 ~~ @version $Id$ 20 20 ------------------------------ 21 Overview21 About 22 22 ------------------------------ 23 23 24 24 FCKeditor.Java Integration 25 26 This is the Java integration pack for using FCKeditor inside a java web application27 without the complexity of using a Java scriptlets or the JavaScript api.28 The package contains a JSP-Tag-library, but in principle you can use the pack for example in java based template engines like Velocity or Freemaker too.29 25 30 You can download the latest integration files from the {{{http://www.fckeditor.net/download}download area}}. 31 32 There are different distribution files: 33 34 * FCKeditor-[version].war: A drop-in demo. 35 36 * FCKeditor-[version].jar: The integration pack without dependencies. 37 38 * FCKeditor-[version].zip: The integration pack with all dependencies and documentation. 39 40 [] 41 42 The minimum requirements to run the pack are: 43 44 * JSE 1.4 45 46 * Servlet 2.4 / JSP 2.0 26 The FCKeditor.Java Integration makes the deployment of the FCKeditor in your 27 Java environment a piece of cake.\ 28 A rich documentation, a well-designed Java library, and an out of the box demo 29 webapp will show you how to get started quickly and deploy the FCKeditor within 30 minutes. 31 32 Start with the {{{demo.html}demo}} first and proceed to the {{{installation.html}installtion guide}} 33 if you are ready to deploy the FCKeditor in your webapp. 34 35 Call To Action 36 37 Help us to improve the FCKeditor.Java Integration!\ 38 If you think this documentation, the Java library or anything else is lacking 39 something, contains errors, or can be improved do <not> hesitate to open a 40 thread in our {{{http://www.fckeditor.net/forums}forums}} or file a ticket in 41 our {{{issue-tracking.html}issue tracker}}.