Diferenças entre FCKeditor e CKeditor?

3

Desculpe, mas não consegui localizar qualquer coisa (mesmo nas páginas oficiais) informando-me das diferenças entre as duas versões.

Até mesmo uma consulta em seu fórum oficial não foi respondida por muitos meses -

A página de licença fala um pouco sobre as diferenças "internas"

CKEditor Commercial License - CKSource Closed Distribution License - CDL

...
This license offers a very flexible way to integrate CKEditor in your commercial
application. These are the main advantages it offers over an Open Source license:

* Modifications and enhancements doesn't need to be released under an Open Source
  license;
* There is no need to distribute any Open Source license terms alongside with your
  product and no reference to it have to be done;
* No references to CKEditor have to be done in any file distributed with your 
  product;
* The source code of CKEditor doesn’t have to be distributed alongside with your
  product;
* You can remove any file from CKEditor when integrating it with your product.
    
por siliconpi 07.01.2011 / 13:31

1 resposta

9

Como o FCKeditor pode ser lido como F * ckeditor, eles decidiram mudar o nome para CKeditor (FCK significa o nome do autor dele, Frederico Knabben)

O desenvolvimento vai além com o nome "CKEditor", "FCKeditor" é mantido para fins de legado. Novos aplicativos devem usar o CKEditor, é muito mais rápido e a interface parece muito bem.

Uma nota final: o FCKeditor continha um uploader / browser de arquivos embutido. Este recurso foi removido do CKEditor e separado no CKFinder. Infelizmente, o CKFinder não é gratuito e sem pagar por ele, você só pode usá-lo em "modo de demonstração". Seus recursos estarão totalmente disponíveis, mas um aviso desagradável será exibido e o aplicativo não poderá ser usado para aplicativos do mundo real:

  1. Unlicensed Copies

If you did not pay for a license, you may use unlicensed copies of CKFinder for the exclusive purpose of demonstration. In this case you will be using CKFinder in "demo mode". Without derogating from the forgoing, you may not use CKFinder in "demo mode" for commercial purposes. CKFinder shall be used only for evaluation purposes and may not be used or disclosed for any other purposes, including without limitation, external distribution or software development. You may not remove demo notices from the interface nor disable the ability to display such notices or otherwise modify CKFinder. Product support is not offered for CKFinder in "demo mode".

    
por 07.01.2011 / 14:17