Show
Ignore:
Timestamp:
2008-03-31 01:26:25 (8 months ago)
Author:
mosipov
Message:

small fix

Files:
1 modified

Legend:

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

    r1845 r1849  
    1717~~  
    1818~~ == END LICENSE == 
    19 ~~ @version $Id$ 
     19~~ @version $Id: installation.apt 1845 2008-03-29 19:10:35Z th-schwarz $ 
    2020                        ------------------------------ 
    2121                                Installation 
     
    2626* Using Maven 
    2727 
    28     [Attention:]  The integration pack will be available on the central repo  
    29                   after it has gone gold, from then on the additional repository  
     28    [Attention:]  The integration pack will be available on the central repo 
     29                  after it has gone gold, from then on the additional repository 
    3030                  location will be obsolete! 
    3131 
    32   If you use Maven 2 for your projects all you need to do is include a reference  
     32  If you use Maven 2 for your projects all you need to do is include a reference 
    3333  to the library in the dependencies section of your POM: 
    3434 
     
    5656  </dependencies> 
    5757  ... 
    58 </project>  
     58</project> 
    5959+-------------------------------------------------------+ 
    6060 
    6161* Manual installation 
    6262 
    63   The distribution comes in three flavors, pick one that best fits your  
     63  The distribution comes in three flavors, pick one that best fits your 
    6464  environment from the {{{http://www.fckeditor.net/download}download area}}. 
    6565 
    6666  * <<<fckeditor-java-2.4-beta-1.jar>>> 
    6767 
    68     If you already have all dependencies on your classpath, simply put this jar  
     68    If you already have all dependencies on your classpath, simply put this jar 
    6969    on your classpath (usually <<<WEB-INF/lib>>>) and you are ready to go. 
    7070 
    7171  * <<<fckeditor-java-2.4-beta-1-bin.zip>>> 
    7272 
    73     If you are starting from scratch, this distribution fits best. This package  
     73    If you are starting from scratch, this distribution fits best. This package 
    7474    comes with a pre-built jar and all dependencies. 
    7575 
     
    100100*--------------------------------------------+----------------------------------+ 
    101101 
    102     Drop the main jar and the dependencies in your classpath (usually  
     102    Drop the main jar and the dependencies in your classpath (usually 
    103103    <<<WEB-INF/lib>>>) and you are ready to go. 
    104104 
    105105  * <<<fckeditor-java-2.4-beta-1-src.zip>>> 
    106106 
    107     If you want to check out the pack's core, refit the code to your needs  
    108     (obeying the license terms) or compile it yourself, this is the perfect  
     107    If you want to check out the pack's core, refit the code to your needs 
     108    (obeying the license terms) or compile it yourself, this is the perfect 
    109109    distribution for you. 
    110110 
     
    115115    [Attention:] Do <not> skip this section otherwise your application will <<fail!>> 
    116116 
    117   We use a state-of-the-art logging facade slf4j which gives us full and  
     117  We use a state-of-the-art logging facade slf4j which gives us full and 
    118118  high-performance flexibility on a logging subsystem. 
    119119 
    120120  There are two possible scenarios which should be of your concern: 
    121121 
    122   * You don't want to log at all, just leave <<<slf4j-nop-1.5.0.jar>>> on your  
     122  * You don't want to log at all, just leave <<<slf4j-nop-1.5.0.jar>>> on your 
    123123    classpath and you're done. 
    124124 
     
    128128  [] 
    129129 
    130   For more information on slf4j and bindings for nearly all well-known logging frameworks 
    131   see the {{{http://www.slf4j.org}website}}.  
     130  For more information on slf4j and bindings for nearly all well-known logging  
     131  frameworks see the {{{http://www.slf4j.org}website}}.