Changeset 1931

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

Improved doc, corrected links

Location:
FCKeditor.Java/branches/2.4/src/site/apt
Files:
4 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 
  • FCKeditor.Java/branches/2.4/src/site/apt/integration/connector.apt

    r1917 r1931  
    8181    
    8282  The fully-qualified class name of the implemented classes can now be set as described in  
    83   {{{fckeditor-properties.html}Configuration settings}}. 
     83  {{{../properties.html}Configuration settings}}. 
    8484   
    8585  At the moment, the integration pack provides two interfaces to extend the connector: 
    8686   
    87   [[1]] {{{java-core/apidocs/net/fckeditor/requestcycle/UserPathBuilder.html}<<<net.fckeditor.requestcycle.UserPathBuilder>>>}} 
     87  [[1]] {{{../java-core/apidocs/net/fckeditor/requestcycle/UserPathBuilder.html}<<<net.fckeditor.requestcycle.UserPathBuilder>>>}} 
    8888   
    8989  In this interface there is only one method <<<getUserFilesPath(final HttpServletRequest request)>>>,  
     
    9191  the path for all resource files.  
    9292   
    93   [[2]] {{{java-core/apidocs/net/fckeditor/requestcycle/UserAction.html}<<<net.fckeditor.requestcycle.UserAction>>>}} 
     93  [[2]] {{{../java-core/apidocs/net/fckeditor/requestcycle/UserAction.html}<<<net.fckeditor.requestcycle.UserAction>>>}} 
    9494   
    9595  There are two methods to authorize users to do file based actions: 
     
    102102   
    103103  For those who wants to enable all users for browsing and uploading files, there is an implementation 
    104   of <<<UserAction>>> you can use: {{{java-core/apidocs/net/fckeditor/requestcycle/impl/UserActionImp.html}UserActionImpl}} 
     104  of <<<UserAction>>> you can use: {{{../java-core/apidocs/net/fckeditor/requestcycle/impl/UserActionImpl.html}UserActionImpl}} 
  • FCKeditor.Java/branches/2.4/src/site/apt/integration/taglibrary.apt

    r1900 r1931  
    2424Tag library 
    2525 
    26   Define the tag extension in each JSP page that uses the FCKeditor.Java taglib. 
    27   The uri directives must match the URI defined in the tld in the jar file. 
     26  Declare the tag extension in each JSP page that uses the FCKeditor.Java taglib. 
     27  The uri directive must match the uri defined in the {{{../java-core/tagreference.html}tag reference}}. 
    2828  The prefix identifies the tags in the tag library within the JSP page. 
    2929 
     
    3939+--------------------------------------------------------------------+ 
    4040 
    41   Now you are set to use the taglib. A brief usage would be: 
     41  Now you are set to use the taglib. A brief declaration would be: 
    4242 
    4343+--------------------------------------------------------------------+ 
  • FCKeditor.Java/branches/2.4/src/site/apt/properties.apt

    r1919 r1931  
    7272||                                   ||                               ||                            ||                                 || 
    7373*------------------------------------+--------------------------------+-----------------------------+-----------------------------------+ 
    74 | fckeditor.toolbarSet \ \ \ \ \ \       | Default                                | any string \ \ \ \ \ \      | Indicates the toolbar set you want to load. If you provide a name which does not exist, the editor will fail. | 
     74| fckeditor.toolbarSet \ \ \ \ \ \       | Default                                | any string \ \ \ \ \ \      | Indicates the toolbar set you want to load. If you provide a name which does not exist, the editor will fail to load. | 
    7575*------------------------------------+--------------------------------+-----------------------------+-----------------------------------+ 
    7676| fckeditor.width                        | 200                            | any string                                  | Indicates the editor width.           | 
     
    8484* Connector 
    8585 
    86   The integration pack supports file, flash, image, and media resource types. 
     86  The integration library supports file, flash, image, and media resource types. 
    8787  Replace <type name> in the property name with "file", "flash", "image", or  
    8888  "media". 
     
    131131*-------------------------------+--------------------------------+-----------------------------+----------------------------------------------------+ 
    132132| connector.secureImageUploads  |true                                                    | true, false (boolean)           | Checks uploaded images for validity.                               | 
    133 |                                                               |                                                                |                                                         | I.e. the uploaded file is a real image not any             | 
     133|                                                               |                                                                |                                                         | I.e. the uploaded file is a real image and not any | 
    134134|                                                               |                                                                |                                                         | other renamed file type.                                                   | 
    135135*-------------------------------+--------------------------------+-----------------------------+----------------------------------------------------+ 
    136136| connector.userActionImpl              |                                                                | any class implementing the  | Providing custom security functions for the File       | 
    137137|                                                               |                                                                | {{{java-core/apidocs/net/fckeditor/requestcycle/UserAction.html}<<<net.fckeditor.requestcycle.UserAction>>>}} | Browser Connector. For more details see              | 
    138 |                                                               |                                                                | interface                       | {{{integration/connector.html#Extending_the_Connector}Extending the Connector}}. | 
     138|                                                               |                                                                | interface                       | {{{integration/connector.html#Extending_the_Connector}here}}. | 
    139139*-------------------------------+--------------------------------+-----------------------------+----------------------------------------------------+ 
    140 | connector.userPathBuilderImpl |                                                                | any class implementing the  | Providing a custom function to construct an user depended 'BaseDir' for the | 
    141 |                                                               |                                                                | {{{java-core/apidocs/net/fckeditor/requestcycle/UserPathBuilder.html}<<<net.fckeditor.requestcycle.UserPathBuilder>>>}} | Browser Connector. For more details see            | 
    142 |                                                               |                                                                | interface                       | {{{integration/connector.html#Extending_the_Connector}Extending the Connector}}. | 
     140| connector.userPathBuilderImpl |                                                                | any class implementing the  | Providing a custom function to construct a user-dependent 'UserFilesPath' for the | 
     141|                                                               |                                                                | {{{java-core/apidocs/net/fckeditor/requestcycle/UserPathBuilder.html}<<<net.fckeditor.requestcycle.UserPathBuilder>>>}} | File Browser Connector. For more details see               | 
     142|                                                               |                                                                | interface                       | {{{integration/connector.html#Extending_the_Connector}here}}. | 
    143143*-------------------------------+--------------------------------+-----------------------------+----------------------------------------------------+