What is all this stuff in the CKEditor folder?

Posted by Ashley Ward on Stack Overflow See other posts from Stack Overflow or by Ashley Ward
Published on 2010-06-12T20:50:19Z Indexed on 2010/06/13 9:12 UTC
Read the original article Hit count: 544

Filed under:
|
|

A while ago I downloaded the latest version (3.1) of the CKEditor text editor.

The directory name was ckeditor and I deleted the ckeditor/_source and ckeditor/_samples sub-directories, then I referenced the ckeditor.js file in my html pages, like so :

<script type="text/javascript" src="ckeditor/ckeditor.js"></script>

this works well. To make config changes, I have been modifying the ckeditor/config.js file.

However, as of late, I have been reading various web resources that say 'do not delete the _source' folder and other such ominous messages.

What is this _source folder?
What is all the stuff at the root of the ckeditor folder? and,
What is safe to remove from the folder?

© Stack Overflow or respective owner

Related posts about source

Related posts about ckeditor