Skip to content
This repository has been archived by the owner on Jan 19, 2022. It is now read-only.

Commit

Permalink
Remove ckeditor
Browse files Browse the repository at this point in the history
* Remove ckeditor from repo except from build-config and update readme #43

* Remove ckeditor files
  • Loading branch information
Wtower committed Apr 6, 2016
1 parent ef2f603 commit c37c70b
Show file tree
Hide file tree
Showing 214 changed files with 23 additions and 14,182 deletions.
23 changes: 12 additions & 11 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -40,15 +40,16 @@ coverage.xml
.venv

### Django
tests/media/ninecms/basic/image/*/
# Exclude all static files such as front-end libraries
ninecms/static/ninecms/*

# except ckeditor recommended build config
!ninecms/static/ninecms/ckeditor/
ninecms/static/ninecms/ckeditor/*
!ninecms/static/ninecms/ckeditor/build-config.js

# Libraries
ninecms/static/ninecms/bootstrap/
ninecms/static/ninecms/jquery/
ninecms/static/ninecms/jquery.scrollTo/
ninecms/static/ninecms/masonry/
ninecms/static/ninecms/video-js/
ninecms/static/ninecms/waypoints/
ninecms/static/ninecms/owl-carousel/
ninecms/static/ninecms/wow/
ninecms/static/ninecms/angular.min.js
# except NineCMS own images, js and css
!ninecms/static/ninecms/images/
!ninecms/static/ninecms/*.js
!ninecms/static/ninecms/*.css
tests/media/ninecms/basic/image/*/
7 changes: 7 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,13 @@ There is also a project that can be used as an

$ pip install -r requirements.txt

- Download CKEditor (optionally) for rich text fields in admin:

- Download from http://ckeditor.com/builder
- Extract files under ``static/ninecms/ckeditor`` so that ``ckeditor.js`` is in this directory
- A recommended ``build-config.js`` file is bundled in the above directory
- Note: the django-ckeditor package requires a similar action too, so it is not used.

3. Settings

All relevant settings sample also exist in ninecms/settings.py as comment.
Expand Down
1,037 changes: 0 additions & 1,037 deletions ninecms/static/ninecms/ckeditor/CHANGES.md

This file was deleted.

1,420 changes: 0 additions & 1,420 deletions ninecms/static/ninecms/ckeditor/LICENSE.md

This file was deleted.

39 changes: 0 additions & 39 deletions ninecms/static/ninecms/ckeditor/README.md

This file was deleted.

10 changes: 0 additions & 10 deletions ninecms/static/ninecms/ckeditor/adapters/jquery.js

This file was deleted.

9 changes: 4 additions & 5 deletions ninecms/static/ninecms/ckeditor/build-config.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
* @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
* For licensing, see LICENSE.md or http://ckeditor.com/license
*/

Expand All @@ -13,10 +13,10 @@
* (1) http://ckeditor.com/builder
* Visit online builder to build CKEditor from scratch.
*
* (2) http://ckeditor.com/builder/e6189e713ba13f973aadf1f9be45be20
* (2) http://ckeditor.com/builder/0f20eddcb7463a55558fc4f293ca0dda
* Visit online builder to build CKEditor, starting with the same setup as before.
*
* (3) http://ckeditor.com/builder/download/e6189e713ba13f973aadf1f9be45be20
* (3) http://ckeditor.com/builder/download/0f20eddcb7463a55558fc4f293ca0dda
* Straight download link to the latest version of CKEditor (Optimized) with the same setup as before.
*
* NOTE:
Expand Down Expand Up @@ -99,7 +99,6 @@ var CKBUILDER_CONFIG = {
},
languages : {
'el' : 1,
'en' : 1,
'ru' : 1
'en' : 1
}
};

0 comments on commit c37c70b

Please sign in to comment.