Changeset 1974
- Timestamp:
- 2008-05-09 12:14:34 (4 months ago)
- Location:
- FCKeditor.Java/branches/2.4
- Files:
-
- 4 modified
-
pom.xml (modified) (1 diff)
-
src/site/apt/demo.apt (modified) (1 diff)
-
src/site/apt/index.apt (modified) (1 diff)
-
src/site/apt/installation.apt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
FCKeditor.Java/branches/2.4/pom.xml
r1969 r1974 331 331 </url> 332 332 </site> 333 <!--334 <site>335 <id>local</id>336 <url>337 file:///tmp/fckeditor-web338 </url>339 </site>340 -->341 333 </distributionManagement> 342 334 </project> -
FCKeditor.Java/branches/2.4/src/site/apt/demo.apt
r1972 r1974 23 23 24 24 Demo Web Application 25 25 26 [Requirements:] You need at least JRE 1.4 and a Servlet 2.4/JSP 2.0 compliant 27 server implementation to run the library and the demo webapp. 28 26 29 The demo is intended for novices, beginners and for everyone who wants to see 27 30 the FCKeditor (version 2.6) in action right out of the box. It's also a good 28 31 reference for you to see how all integral parts work together. 29 32 30 It takes t wosimple steps to see the demo in action:33 It takes three simple steps to see the demo in action: 31 34 32 [[1]] Deploy the <<<fckeditor-java-demo-2.4-beta-1.war>>> in your servlet container 35 [[1]] Download the <<<fckeditor-java-demo-2.4-beta-1.war>>> from them 36 {{{http://www.fckeditor.net/download}download area}}. 37 38 [[2]] Deploy the <<<fckeditor-java-demo-2.4-beta-1.war>>> in your servlet container 33 39 or application server and make sure that the context is enabled. 34 40 35 [[ 2]] Open up your browser and point to {{http://localhost:8080/fckeditor-java-demo-2.4-beta-1}}.41 [[3]] Open up your browser and point to {{http://localhost:8080/fckeditor-java-demo-2.4-beta-1}}. 36 42 (assuming your server is running local at port 8080 for testing purposes) 37 43 -
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}}. -
FCKeditor.Java/branches/2.4/src/site/apt/installation.apt
r1970 r1974 23 23 24 24 Installation Guide 25 26 [Requirements:] You need at least JRE 1.4 and a Servlet 2.4/JSP 2.0 compliant 27 server implementation to run the library and the demo webapp. 25 28 26 29 * Using Maven 2