|
Name |
|
Date |
Size |
#Lines |
LOC |
| .. | | 07-Oct-2022 | - |
| adapters/ | H | 07-Oct-2022 | - | 10 | 6 |
| css/ | H | 07-Oct-2022 | - | 9 | 8 |
| images/ | H | 07-Oct-2022 | - | 71 | 57 |
| lang/ | H | 07-Oct-2022 | - | 3,568 | 3,248 |
| plugins/ | H | 07-Oct-2022 | - | 11,613 | 9,710 |
| skins/ | H | 07-Oct-2022 | - | 616 | 430 |
| CHANGES.md | H A D | 06-Oct-2022 | 224.1 KiB | 1,704 | 1,359 |
| LICENSE.md | H A D | 06-Oct-2022 | 74.5 KiB | 1,421 | 1,178 |
| README.md | H A D | 06-Oct-2022 | 1.3 KiB | 40 | 25 |
| additional.css | H A D | 06-Oct-2022 | 626 | 9 | 8 |
| build-config.js | H A D | 06-Oct-2022 | 3.4 KiB | 190 | 164 |
| ckeditor.js | H A D | 06-Oct-2022 | 685.5 KiB | 1,337 | 1,330 |
| ckeditor.js.unc | H A D | 06-Oct-2022 | 1.2 MiB | 26,722 | 26,356 |
| config.js | H A D | 06-Oct-2022 | 18.2 KiB | 1 | 1 |
| config.js.unc | H A D | 06-Oct-2022 | 25.4 KiB | 476 | 437 |
| contents-default.css | H A D | 06-Oct-2022 | 10.2 KiB | 505 | 435 |
| contents.css | H A D | 06-Oct-2022 | 7.4 KiB | 1 | 1 |
| contents.css.unc | H A D | 06-Oct-2022 | 11.1 KiB | 573 | 498 |
| dwsmileys.php | H A D | 06-Oct-2022 | 326 | 10 | 6 |
| get_headers.php | H A D | 06-Oct-2022 | 2.4 KiB | 85 | 73 |
| get_version.php | H A D | 06-Oct-2022 | 99 | 9 | 2 |
| schemes.php | H A D | 06-Oct-2022 | 145 | 8 | 3 |
| styles.js | H A D | 06-Oct-2022 | 1 KiB | 39 | 17 |
| useheading.php | H A D | 06-Oct-2022 | 338 | 14 | 10 |
README.md
1CKEditor 4
2==========
3
4Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved.
5http://ckeditor.com - See LICENSE.md for license information.
6
7CKEditor is a text editor to be used inside web pages. It's not a replacement
8for desktop text editors like Word or OpenOffice, but a component to be used as
9part of web applications and websites.
10
11## Documentation
12
13The full editor documentation is available online at the following address:
14http://docs.ckeditor.com
15
16## Installation
17
18Installing CKEditor is an easy task. Just follow these simple steps:
19
20 1. **Download** the latest version from the CKEditor website:
21 http://ckeditor.com. You should have already completed this step, but be
22 sure you have the very latest version.
23 2. **Extract** (decompress) the downloaded file into the root of your website.
24
25**Note:** CKEditor is by default installed in the `ckeditor` folder. You can
26place the files in whichever you want though.
27
28## Checking Your Installation
29
30The editor comes with a few sample pages that can be used to verify that
31installation proceeded properly. Take a look at the `samples` directory.
32
33To test your installation, just call the following page at your website:
34
35 http://<your site>/<CKEditor installation path>/samples/index.html
36
37For example:
38
39 http://www.example.com/ckeditor/samples/index.html
40