|
2 | 2 | django CMS Text CKEditor |
3 | 3 | ======================== |
4 | 4 |
|
5 | | -|pypi| |build| |coverage| |
| 5 | +|pypi| |coverage| |python| |django| |djangocms| |
6 | 6 |
|
7 | | -CKEditor is a ready-for-use HTML text editor designed to simplify web content |
| 7 | + |
| 8 | +.. note:: |
| 9 | + |
| 10 | + Version 5 of this package does not include a move to CKEditor version 5 |
| 11 | + |
| 12 | + |
| 13 | +CKEditor (v4) is a ready-for-use HTML text editor designed to simplify web content |
8 | 14 | creation. It's a WYSIWYG editor that brings common word processor features |
9 | 15 | directly to your web pages. Enhance your website experience with our community |
10 | 16 | maintained editor. This package aims to integrate CKEditor into django CMS as |
@@ -52,11 +58,9 @@ Documentation |
52 | 58 | ============= |
53 | 59 |
|
54 | 60 | See ``REQUIREMENTS`` in the `setup.py <https://github.com/divio/djangocms-text-ckeditor/blob/master/setup.py>`_ |
55 | | -file for additional dependencies: |
56 | | - |
57 | | -|python| |django| |djangocms| |
| 61 | +file for additional dependencies listed in the |
58 | 62 |
|
59 | | -The current integrated Version of CKEditor is: **4.7.3** |
| 63 | +The current integrated Version of CKEditor is: **4.17.2** |
60 | 64 |
|
61 | 65 | For a full documentation visit: http://ckeditor.com/ |
62 | 66 |
|
@@ -480,12 +484,12 @@ You can run tests by executing:: |
480 | 484 | :target: http://badge.fury.io/py/djangocms-text-ckeditor |
481 | 485 | .. |build| image:: https://travis-ci.org/divio/djangocms-text-ckeditor.svg?branch=master |
482 | 486 | :target: https://travis-ci.org/divio/djangocms-text-ckeditor |
483 | | -.. |coverage| image:: https://codecov.io/gh/divio/djangocms-text-ckeditor/branch/master/graph/badge.svg |
484 | | - :target: https://codecov.io/gh/divio/djangocms-text-ckeditor |
| 487 | +.. |coverage| image:: https://codecov.io/gh/django-cms/djangocms-text-ckeditor/branch/master/graph/badge.svg |
| 488 | + :target: https://codecov.io/gh/django-cms/djangocms-text-ckeditor |
485 | 489 |
|
486 | | -.. |python| image:: https://img.shields.io/badge/python-3.5+-blue.svg |
| 490 | +.. |python| image:: https://img.shields.io/badge/python-3.7+-blue.svg |
487 | 491 | :target: https://pypi.org/project/djangocms-text-ckeditor/ |
488 | | -.. |django| image:: https://img.shields.io/badge/django-2.2,%203.0,%203.1-blue.svg |
| 492 | +.. |django| image:: https://img.shields.io/badge/django-2.2,%203.1,%203.2-blue.svg |
489 | 493 | :target: https://www.djangoproject.com/ |
490 | 494 | .. |djangocms| image:: https://img.shields.io/badge/django%20CMS-3.7%2B-blue.svg |
491 | 495 | :target: https://www.django-cms.org/ |
0 commit comments