• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..07-Oct-2022-

adapters/H07-Oct-2022-106

css/H07-Oct-2022-98

images/H07-Oct-2022-7157

lang/H07-Oct-2022-3,5683,248

plugins/H07-Oct-2022-11,6139,710

skins/H07-Oct-2022-616430

CHANGES.mdH A D06-Oct-2022224.1 KiB1,7041,359

LICENSE.mdH A D06-Oct-202274.5 KiB1,4211,178

README.mdH A D06-Oct-20221.3 KiB4025

additional.cssH A D06-Oct-2022626 98

build-config.jsH A D06-Oct-20223.4 KiB190164

ckeditor.jsH A D06-Oct-2022685.5 KiB1,3371,330

ckeditor.js.uncH A D06-Oct-20221.2 MiB26,72226,356

config.jsH A D06-Oct-202218.2 KiB11

config.js.uncH A D06-Oct-202225.4 KiB476437

contents-default.cssH A D06-Oct-202210.2 KiB505435

contents.cssH A D06-Oct-20227.4 KiB11

contents.css.uncH A D06-Oct-202211.1 KiB573498

dwsmileys.phpH A D06-Oct-2022326 106

get_headers.phpH A D06-Oct-20222.4 KiB8573

get_version.phpH A D06-Oct-202299 92

schemes.phpH A D06-Oct-2022145 83

styles.jsH A D06-Oct-20221 KiB3917

useheading.phpH A D06-Oct-2022338 1410

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