Wtower / django-ninecms

Nine CMS is a simple Django app to manage content. Users can create content and publish it to various paths.
BSD 3-Clause "New" or "Revised" License
42 stars 6 forks source link

Add ckeditor in repository #43

Closed Wtower closed 8 years ago

Wtower commented 8 years ago

CKEditor is used in by 9cms in admin for node editing. CKEditor recommends that the script is pre-configured to use only the necessary script plugins for maximum security.

Add the stripped-down CKEditor version in the repository.

Wtower commented 8 years ago

Fixed with b6df0a9b23b642d4bdda218c9954711f51c61493

Wtower commented 8 years ago

CKEditor takes up a large part of the repository on the other hand, and makes it too opinionated. Remove from repo and consider different options.

Wtower commented 8 years ago

Use django-ckeditor.

Wtower commented 8 years ago

Package django-ckeditor requires to download ckeditor separately too, so it will not be used after all.

The ckeditor files will be removed from repo and an additional download instruction will be added in readme, along with a sample build-config file.