We have FCKeditor in one of our projects, but we are striving for a stream-lined build process. I've noticed there seems to be a lot of bloat within the FCKEditor (images, HTML files, language.js files etc.) which are probably not used. Does anyone know which folders/files can be removed without affecting its functionality?
+1
A:
- You can remove unnecessary connectors - for example, I removed connectors for php, perl, lasso etc (I used ASP .NET). You can find connectors on editor/filemanager/connectors/
- You can remove _sample directory too.
- If multilingual support is unnecessary, you can remove unnecessary languages from editor/lang
Amber
2010-07-27 13:27:17
what are connectors by the way?
Jon
2010-07-28 09:06:31
Connectors are program modules, which allow you to upload file using FCKEditor. They work on the server side - so they are different for different server-side programming language
Amber
2010-07-29 16:19:56
A:
In addition to Amber's points you can remove all the plugins you don't want. Many, if not most are off by default.
SpliFF
2010-07-27 14:41:50