Server Side Integration"

This website contains links to software which is either no longer maintained or will be supported only until the end of 2019 (CKFinder 2). For the latest documentation about current CKSource projects, including software like CKEditor 4/CKEditor 5, CKFinder 3, Cloud Services, Letters, Accessibility Checker, please visit the new documentation website.

If you look for an information about very old versions of CKEditor, FCKeditor and CKFinder check also the CKEditor forum, which was closed in 2015. If not, please head to StackOverflow for support.

 
(5 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{CKFinder_SSI_Warning}}
+
{{CKFinder_SSI_Warning}} 
 +
 
 
CKFinder is an Ajax application where the front end is completely written in JavaScript, which communicates to the server through XML messages. In the server side, there is a “connector”, written in a specific server language, which handles the front end requests. The following graphic illustrates it:
 
CKFinder is an Ajax application where the front end is completely written in JavaScript, which communicates to the server through XML messages. In the server side, there is a “connector”, written in a specific server language, which handles the front end requests. The following graphic illustrates it:
  
 
<br>
 
<br>
  
 +
[[Image:CKFinder Connector.png|Image:CKFinder_Connector.png]] <br>
  
[[Image:CKFinder Connector.png|Image:CKFinder_Connector.png]]
+
<span class="jlink">The following tasks must be accomplished by the Connector</span>
 
 
<br>
 
 
 
<br>The following tasks must be accomplished by the Connector:
 
  
 +
<div id="tasks" class="hidden">
 
* Receive CKFinder requests.
 
* Receive CKFinder requests.
 
* Manage operations in the File System, like folder and files creations and listings.
 
* Manage operations in the File System, like folder and files creations and listings.
Line 18: Line 17:
 
* Handle ACL settings.
 
* Handle ACL settings.
 
* All requests must take in consideration the settings defined in the config file. All config files should be unified.
 
* All requests must take in consideration the settings defined in the config file. All config files should be unified.
 +
</div>
  
 
<br>This document contains the overall specifications for the development of the connector for CKFinder.
 
<br>This document contains the overall specifications for the development of the connector for CKFinder.
  
* [[CKFinder/Server Side Integration/File Browser Requests|File Browser Requests]]
+
* [[/File Browser Requests|File Browser Requests]]
* [[CKFinder/Server Side Integration/The Connector Responses|The Connector Responses]]
+
* [[/The Connector Responses|The Connector Responses]]
* [[CKFinder/Server Side Integration/Error Messages|Error Messages]]
+
* [[/Error Messages|Error Messages]]
* [[CKFinder/Server Side Integration/The Commands|The Commands]]
+
* [[/The Commands|The Commands]]
* [[CKFinder/Server Side Integration/Configurations File|Configurations File]]
+
* [[/Configurations File|Configurations File]]
* [[CKFinder/Server Side Integration/Access Control List|Access Control List]]
+
* [[/Access Control List|Access Control List]]
* [[CKFinder/Server Side Integration/Other Considerations|Other Considerations]]
+
* [[/Error Codes|Error Codes]]
 +
* [[/Other Considerations|Other Considerations]]

Latest revision as of 11:23, 19 November 2010

Note: This information is intented for programmers interested in modifying the CKFinder core.
If you are interested in installing/configuring CFKinder, please take a look at the Developer's Guide.
 

CKFinder is an Ajax application where the front end is completely written in JavaScript, which communicates to the server through XML messages. In the server side, there is a “connector”, written in a specific server language, which handles the front end requests. The following graphic illustrates it:


Image:CKFinder_Connector.png

The following tasks must be accomplished by the Connector


This document contains the overall specifications for the development of the connector for CKFinder.

This page was last edited on 19 November 2010, at 11:23.