| 1 |  ##################################################################################################
 | 
  
    | 2 |  # OVERVIEW OF APPLIED CHANGES BASED ON FCKEDITOR v2.50
 | 
  
    | 3 |  # ------------------------------------------------------------------------------------------------
 | 
  
    | 4 |  #   Symbols for changes applied to the original FCKEditor package
 | 
  
    | 5 |  #   + = Added 
 | 
  
    | 6 |  #   - = Removed
 | 
  
    | 7 |  #   ! = Update/Change (the original FCKEditor files are renamed: xxx.extension.org)
 | 
  
    | 8 |  ##################################################################################################
 | 
  
    | 9 | 
 | 
  
    | 10 |   /fckeditor/editor/filemanager/connectors/
 | 
  
    | 11 |    ! test.html
 | 
  
    | 12 |    ! uploadtest.html
 | 
  
    | 13 | 
 | 
  
    | 14 |   /fckeditor/editor/filemanager/connectors/php/
 | 
  
    | 15 |    ! config.php
 | 
  
    | 16 | 
 | 
  
    | 17 |   /fckeditor/editor/filemanager/browser/default
 | 
  
    | 18 |     ! frmresourcetype.html
 | 
  
    | 19 | 
 | 
  
    | 20 |   NOTE:
 | 
  
    | 21 |   - files and folders starting with "_" contain source code or documentation and were removed
 | 
  
    | 22 | 
 | 
  
    | 23 |   - all files with extension: afp, asp, cfd, cfm, lasso, pl, py were removed
 | 
  
    | 24 |    (only required to integrate FCKEditor in other programming languages than PHP)
 | 
  
    | 25 | 
 | 
  
    | 26 |   - /fckeditor/editor/filemanager/connectors/
 | 
  
    | 27 |        /asp, /aspx, /cfm, /lasso, /perl, /py 	(subfolders removed)
 | 
  
    | 28 | 
 | 
  
    | 29 |   + /fckeditor/editor/plugins/WBModules
 | 
  
    | 30 | 
 | 
  
    | 31 | 
 | 
  
    | 32 |  ##################################################################################################
 | 
  
    | 33 |  # CUSTOMISING FCKEDITOR TO YOUR NEEDS
 | 
  
    | 34 |  # ------------------------------------------------------------------------------------------------
 | 
  
    | 35 |  #   You can specify the appearance of FCKEditor to your needs via the files located in /my_config
 | 
  
    | 36 |  #   Open the file /my_config/my_fckconfig.js with a texteditor and follow the instructions
 | 
  
    | 37 |  #   in the textfile for customisation
 | 
  
    | 38 |  ##################################################################################################  
 |