Show
Ignore:
Timestamp:
2008-07-08 18:13:43 (6 months ago)
Author:
th-schwarz
Message:

doc improvements

Files:
1 modified

Legend:

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

    r2183 r2190  
    2424Installation Guide 
    2525 
    26   After downloading an appropriate distribution, you need now to install it into 
     26  After downloading an appropriate distribution, you need to install it into 
    2727  your webapp. Read the applying topics in this guide from top to bottom. 
    2828 
     
    4040** Manual installation 
    4141 
    42    Simply put the downloaded core jar, it's dependencies and the chosen SFL4J 
    43    binding and corresponding backend (may be optional) on your classpath (usually 
    44    <<<WEB-INF/lib>>>) and you are ready to go. 
     42   Simply put the downloaded core jar, it's dependencies and your favorite SFL4J 
     43   binding together with the corresponding backend (may be optional) in to your  
     44   classpath (usually <<<WEB-INF/lib>>>) and you are ready to go. 
    4545 
    4646* FCKeditor installation 
     
    5454+------------------------------------------------------------------------------+ 
    5555<target name="clean-fckeditor" description="Creates a clean FCKeditor distribution"> 
    56   <!-- Adapt properties to your needs --> 
     56  <!-- Adapt these properties to your needs --> 
    5757  <property name="fckeditor-tmp" location="fckeditor-tmp" /> 
    5858  <property name="fckeditor-basename" value="FCKeditor_2.6.2" />