Changeset 1974

Show
Ignore:
Timestamp:
2008-05-09 12:14:34 (4 months ago)
Author:
mosipov
Message:

Improved doc

Location:
FCKeditor.Java/branches/2.4
Files:
4 modified

Legend:

Unmodified
Added
Removed
  • FCKeditor.Java/branches/2.4/pom.xml

    r1969 r1974  
    331331                        </url> 
    332332                </site> 
    333                 <!-- 
    334                 <site> 
    335                         <id>local</id> 
    336                         <url> 
    337                                 file:///tmp/fckeditor-web 
    338                         </url> 
    339                 </site> 
    340                  --> 
    341333        </distributionManagement> 
    342334</project> 
  • FCKeditor.Java/branches/2.4/src/site/apt/demo.apt

    r1972 r1974  
    2323 
    2424Demo 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 
    2629  The demo is intended for novices, beginners and for everyone who wants to see 
    2730  the FCKeditor (version 2.6) in action right out of the box. It's also a good  
    2831  reference for you to see how all integral parts work together. 
    2932 
    30   It takes two simple steps to see the demo in action: 
     33  It takes three simple steps to see the demo in action: 
    3134 
    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  
    3339         or application server and make sure that the context is enabled. 
    3440         
    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}}. 
    3642         (assuming your server is running local at port 8080 for testing purposes) 
    3743 
  • FCKeditor.Java/branches/2.4/src/site/apt/index.apt

    r1953 r1974  
    11~~ FCKeditor - The text editor for Internet - http://www.fckeditor.net 
    22~~ Copyright (C) 2003-2008 Frederico Caldeira Knabben 
    3 ~~  
     3~~ 
    44~~ == BEGIN LICENSE == 
    5 ~~  
     5~~ 
    66~~ Licensed under the terms of any of the following licenses at your 
    77~~ choice: 
    8 ~~  
     8~~ 
    99~~  - GNU General Public License Version 2 or later (the "GPL") 
    1010~~    http://www.gnu.org/licenses/gpl.html 
    11 ~~  
     11~~ 
    1212~~  - GNU Lesser General Public License Version 2.1 or later (the "LGPL") 
    1313~~    http://www.gnu.org/licenses/lgpl.html 
    14 ~~  
     14~~ 
    1515~~  - Mozilla Public License Version 1.1 or later (the "MPL") 
    1616~~    http://www.mozilla.org/MPL/MPL-1.1.html 
    17 ~~  
     17~~ 
    1818~~ == END LICENSE == 
    1919~~ @version $Id$ 
    2020                                    ------------------------------ 
    21                                                                                                 Overview 
     21                                                                                                About 
    2222                                    ------------------------------ 
    2323 
    2424FCKeditor.Java Integration 
    25    
    26   This is the Java integration pack for using FCKeditor inside a java web application 
    27 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. 
    2925 
    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 
     35Call 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  
    2323 
    2424Installation 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. 
    2528 
    2629* Using Maven 2