Changeset 2213 for FCKeditor.Java/trunk

Show
Ignore:
Timestamp:
2008-07-13 13:30:32 (5 months ago)
Author:
mosipov
Message:

Fixed traling spaces

Location:
FCKeditor.Java/trunk/src/site/apt
Files:
10 modified

Legend:

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

    r2191 r2213  
    9999        * <<<boolean isEnabledForFileBrowsing(final HttpServletRequest)>>> denoting 
    100100          the user's ability to browse files on the server. 
    101    
     101 
    102102        * <<<boolean isEnabledForFileUpload(final HttpServletRequest)>>> denoting 
    103103          the user's ability to upload files to the server. 
  • FCKeditor.Java/trunk/src/site/apt/demo.apt.vm

    r2178 r2213  
    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$ 
     
    3838   [[2]] Deploy the <<<fckeditor-java-demo-${currentVersion}.war>>> in your servlet container 
    3939         or application server and make sure that the context is enabled. 
    40          
     40 
    4141   [[3]] Open up your browser and point to <<<http://localhost:8080/fckeditor-java-demo-${currentVersion}>>>. 
    4242         (assuming your server is running local at port 8080 for testing purposes) 
  • FCKeditor.Java/trunk/src/site/apt/download.apt.vm

    r2178 r2213  
    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: installation.apt.vm 2162 2008-07-03 18:11:08Z mosipov $ 
     
    3030* Binary distribution 
    3131 
    32     [Requirements:] You need at least JRE 1.4 and a Servlet 2.4/JSP 2.0 compliant  
     32    [Requirements:] You need at least JRE 1.4 and a Servlet 2.4/JSP 2.0 compliant 
    3333                    server implementation to run the integration pack. 
    3434 
    3535** Using Maven 2 
    3636 
    37    Declare a dependency reference to the library in the dependencies section of  
     37   Declare a dependency reference to the library in the dependencies section of 
    3838   your POM and Maven 2 will do the rest for you: 
    3939 
  • FCKeditor.Java/trunk/src/site/apt/index.apt

    r2191 r2213  
    2727  Java environment a piece of cake. 
    2828 
    29   A rich documentation, a well-designed Java library, and an out of the box demo  
     29  A rich documentation, a well-designed Java library, and an out of the box demo 
    3030  webapp will show you how to get started quickly and deploy the FCKeditor within 
    3131  minutes without juggling with cryptic JSP scriptlets or any JavaScript API. 
     
    3737   
    3838  This documentation is straight forward to use!\ 
    39   Start with {{{whatsnew.html}What's new}} to see what has changed since 2.3 and 
    40   there is a lot! Go over and checkout the {{{demo.html}Demo}} and if you are  
    41   ready to deploy the FCKeditor in your webapp, {{{download.html}download}} it, 
    42   follow the {{{installation.html}Installation Guide}} and the {{{overview.html}Integration Overview}}. 
    43    
     39  Read the {{{changes-report.html}changes}} compared to the last release. Go over 
     40  and checkout the {{{demo.html}Demo}} and if you are ready to deploy the FCKeditor 
     41  in your webapp, {{{download.html}download}} it, follow the {{{installation.html}Installation Guide}} 
     42  and the {{{overview.html}Integration Overview}}. 
    4443 
    4544Call To Action 
  • FCKeditor.Java/trunk/src/site/apt/installation.apt

    r2190 r2213  
    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$ 
     
    4141 
    4242   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  
     43   binding together with the corresponding backend (may be optional) in to your 
    4444   classpath (usually <<<WEB-INF/lib>>>) and you are ready to go. 
    4545 
  • FCKeditor.Java/trunk/src/site/apt/overview.apt

    r2151 r2213  
    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$ 
     
    2525 
    2626  The Java integration pack consists of two main components: 
    27    
     27 
    2828  * <<JSP tag library>>: Easy integration of the FCKeditor in your JSPs. 
    29      
     29 
    3030  * <<Connector>>: A servlet to manage resources like images, documents, and other 
    3131    files. 
    32    
     32 
    3333  [] 
    34    
     34 
    3535  Please read the integration parts carefully! Both the tag library and the connector 
    3636  have been completely restructured. 
    37    
  • FCKeditor.Java/trunk/src/site/apt/properties.apt

    r2191 r2213  
    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$ 
     
    2727  Define only those you intend to override for the <entire> web application. 
    2828 
    29   There are two ways to override the default properties:  
     29  There are two ways to override the default properties: 
    3030 
    31   * By creating a <<<fckeditor.properties>>> file in the classpath (usually  
     31  * By creating a <<<fckeditor.properties>>> file in the classpath (usually 
    3232    <<<WEB-INF/classes>>>): 
    3333 
     
    4646  ... 
    4747  PropertiesLoader.setProperty("fckeditor.toolbarSet", "Basic"); 
    48   PropertiesLoader.setProperty("connector.userActionImpl",  
     48  PropertiesLoader.setProperty("connector.userActionImpl", 
    4949                   "net.fckeditor.requestcycle.impl.UserActionImpl"); 
    5050  ... 
     
    5353    [Attention:] It is essential to know how to use the <<<PropertiesHolder>>>. 
    5454                 Like the common properties usage, you should use it only at the 
    55                  start of your web application. If you don't have a kind of  
    56                  an 'initialization' servlet, where you could place the  
    57                  <<<PropertiesLoader>>> calls, we suggest for you to write your own  
    58                  <<<ServletContextListener>>>. So you guarantee, you call the  
     55                 start of your web application. If you don't have a kind of 
     56                 an 'initialization' servlet, where you could place the 
     57                 <<<PropertiesLoader>>> calls, we suggest for you to write your own 
     58                 <<<ServletContextListener>>>. So you guarantee, you call the 
    5959                 <<<PropertiesLoader>>> <before> the <<<ConnectorServlet>>> is 
    6060                 initialized. 
     
    6262  [] 
    6363 
    64   As you can see, setting a property is equal in both ways. The tables below  
     64  As you can see, setting a property is equal in both ways. The tables below 
    6565  list all configurable properties for the integration pack. 
    6666 
     
    8686 
    8787  The integration library supports file, flash, image, and media resource types. 
    88   Replace <type name> in the property name with "file", "flash", "image", or  
     88  Replace <type name> in the property name with "file", "flash", "image", or 
    8989  "media". 
    9090 
    91   Define <<either>> an allowed <<or>> denied list. If an allowed list is  
     91  Define <<either>> an allowed <<or>> denied list. If an allowed list is 
    9292  pre-defined overwrite it with an empty list and define your denied list as you 
    9393  wish. 
  • FCKeditor.Java/trunk/src/site/apt/taglibrary.apt

    r2151 r2213  
    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$ 
  • FCKeditor.Java/trunk/src/site/apt/velocity_freemarker.apt

    r2191 r2213  
    2121                        Velocity/FreeMarker Integration 
    2222                        ------------------------------ 
    23                          
     23 
    2424Integration with Velocity or FreeMarker 
    2525 
     
    3232            to use the Java Integration Pack with these template engines! 
    3333 
    34   The required jars are <<<velocity-1.x.x.jar>>> or <<<freemarker-2.x.jar>>> in  
     34  The required jars are <<<velocity-1.x.x.jar>>> or <<<freemarker-2.x.jar>>> in 
    3535  order to work with Velocity or FreeMarker respectively and <<<commons-collections.jar>>> 
    3636  also has to be available for Velocity. Drop the required jar files in your classpath 
    3737  (usually <<<WEB-INF/lib>>>). 
    38    
     38 
    3939  The main class that builds the html for the editor is {{{java-core/apidocs/net/fckeditor/FCKeditor.html}<<<net.fckeditor.FCKeditor>>>}}. 
    4040  We propose to write a wrapper object to initialize the FCKeditor object.\ 
    4141  Take a look at this very simple example: 
    42    
     42 
    4343+------------------------------------------------------------------------------+ 
    4444public class FCKeditorWrapper { 
     
    5757+------------------------------------------------------------------------------+ 
    5858 
    59   Let's assume you add a <<<FCKeditorWrapper>>> instance called <editor>  
    60   to your context objects, then you just need the following minimal template  
     59  Let's assume you add a <<<FCKeditorWrapper>>> instance called <editor> 
     60  to your context objects, then you just need the following minimal template 
    6161  example (Velocity): 
    6262 
  • FCKeditor.Java/trunk/src/site/apt/whatsnew.apt

    r2190 r2213  
    1818~~ == END LICENSE == 
    1919~~ @version $Id$ 
    20                                     ------------------------------ 
    21                                                                                                 What's New 
    22                                     ------------------------------ 
    23  
     20                        ------------------------------ 
     21                                                                What's New 
     22                        ------------------------------ 
    2423 
    2524What's New 
     
    3130  * The integration pack is now managed by {{{http://maven.apache.org}Maven 2}} 
    3231    with complete documentation and reports. 
    33      
     32 
    3433  * Automatic creation of release distribution files (assemblies). 
    3534 
     
    5251    * No configuration settings in the <<<web.xml>>> anymore. 
    5352 
    54     * The configuration properties can be set in a common properties file or  
     53    * The configuration properties can be set in a common properties file or 
    5554      programmatically. 
    5655