Skip to content
This repository was archived by the owner on Mar 26, 2025. It is now read-only.

Commit 04fe17c

Browse files
authored
Update readme v5 (#599)
1 parent f789184 commit 04fe17c

File tree

1 file changed

+14
-10
lines changed

1 file changed

+14
-10
lines changed

README.rst

Lines changed: 14 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,15 @@
22
django CMS Text CKEditor
33
========================
44

5-
|pypi| |build| |coverage|
5+
|pypi| |coverage| |python| |django| |djangocms|
66

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
814
creation. It's a WYSIWYG editor that brings common word processor features
915
directly to your web pages. Enhance your website experience with our community
1016
maintained editor. This package aims to integrate CKEditor into django CMS as
@@ -52,11 +58,9 @@ Documentation
5258
=============
5359

5460
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
5862

59-
The current integrated Version of CKEditor is: **4.7.3**
63+
The current integrated Version of CKEditor is: **4.17.2**
6064

6165
For a full documentation visit: http://ckeditor.com/
6266

@@ -480,12 +484,12 @@ You can run tests by executing::
480484
:target: http://badge.fury.io/py/djangocms-text-ckeditor
481485
.. |build| image:: https://travis-ci.org/divio/djangocms-text-ckeditor.svg?branch=master
482486
: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
485489

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
487491
: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
489493
:target: https://www.djangoproject.com/
490494
.. |djangocms| image:: https://img.shields.io/badge/django%20CMS-3.7%2B-blue.svg
491495
:target: https://www.django-cms.org/

0 commit comments

Comments
 (0)