Show
Ignore:
Timestamp:
2008-04-20 23:44:14 (6 months ago)
Author:
mosipov
Message:

Improved doc, corrected links

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • FCKeditor.Java/branches/2.4/src/site/apt/installation.apt

    r1900 r1931  
    2424Installation Guide 
    2525 
    26 * Using Maven 
     26* Using Maven 2 
    2727 
    2828    [Attention:]  The integration pack will be available on the central repo 
     
    3030                  location will be obsolete! 
    3131 
    32   If you use Maven 2 for your projects all you need to do is include a reference 
    33   to the library in the dependencies section of your POM: 
     32  Include a dependency reference to the library in the dependencies section of  
     33  your POM: 
    3434 
    3535+-------------------------------------------------------+ 
     
    6161* Manual installation 
    6262 
    63   The distribution comes in three flavors, pick one that best fits your 
    64   environment from the {{{http://www.fckeditor.net/download}download area}}. 
     63  The distribution comes in three flavors, pick one from the  
     64  {{{http://www.fckeditor.net/download}download area}} which fits best in your 
     65  environment. 
    6566 
    6667  * <<<fckeditor-java-core-2.4-beta-1.jar>>> 
     
    7273 
    7374    If you are starting from scratch, this distribution fits best. This package 
    74     comes with a pre-built jar and all dependencies. 
     75    comes with pre-built jars, all dependencies, the entire documentation for 
     76    offline usage and the license file. 
    7577 
    76     Those distribution files are: 
     78    The pre-built jars are: 
    7779 
    7880*--------------------------------------------+----------------------------------+ 
    7981|| File                                      || Description                    || 
    8082*--------------------------------------------+----------------------------------+ 
    81 | fckeditor-java-2.4-core-beta-1.jar              | main jar                    | 
     83| fckeditor-java-core-2.4-beta-1.jar         | main jar                         | 
    8284*--------------------------------------------+----------------------------------+ 
    83 | fckeditor-java-2.4-core-beta-1-javadoc.jar      | optional javadoc for IDE integration | 
     85| fckeditor-java-core-2.4-beta-1-javadoc.jar | optional javadoc for IDE integration | 
    8486*--------------------------------------------+----------------------------------+ 
    8587 
     
    9395| commons-io-1.3.2.jar                       | Apache Commons IO library        | 
    9496*--------------------------------------------+----------------------------------+ 
    95 | slf4j-api-1.5.0.jar                        | simple logging facade api        | 
     97| slf4j-api-1.5.0.jar                        | Simple logging facade library    | 
    9698*--------------------------------------------+----------------------------------+ 
    9799 
     
    101103  * <<<fckeditor-java-2.4-beta-1-src.zip>>> 
    102104 
    103     If you want to check out the pack's core, refit the code to your needs 
    104     (obeying the license terms) or compile it yourself, this is the perfect 
     105    If you want to check out the integration's source code, refit to your needs 
     106    (obeying the license terms) or compile yourself, this is the perfect 
    105107    distribution for you. 
    106108 
     
    109111A word on Logging 
    110112 
    111     [Attention:] Do <not> skip this section otherwise your application will <<fail!>> 
     113    [Attention:] Do <not> skip this section otherwise your application will <<fail>>! 
    112114 
    113115  We use the state-of-the-art logging facade <<<slf4j>>>. To make slf4j work at runtime,  
    114   you have to add <<one>> binding and the appropriate  backend (may be optional) onto  
     116  you have to add <<one>> binding and the appropriate  backend (may be optional) into  
    115117  your classpath.\ 
    116118  Please check the {{{http://slf4j.org}slf4j website}} for more information on bindings