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

Improved doc

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • 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}}.