ninegate/src/ninegate-1.0/web/ckeditor/README.md

40 lines
1.3 KiB
Markdown
Raw Normal View History

CKEditor 4
==========
2019-03-13 17:30:41 +01:00
Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved.
http://ckeditor.com - See LICENSE.md for license information.
2019-03-13 17:30:41 +01:00
CKEditor is a text editor to be used inside web pages. It's not a replacement
for desktop text editors like Word or OpenOffice, but a component to be used as
part of web applications and websites.
2019-03-13 17:30:41 +01:00
## Documentation
The full editor documentation is available online at the following address:
http://docs.ckeditor.com
2019-03-13 17:30:41 +01:00
## Installation
Installing CKEditor is an easy task. Just follow these simple steps:
2019-03-13 17:30:41 +01:00
1. **Download** the latest version from the CKEditor website:
http://ckeditor.com. You should have already completed this step, but be
sure you have the very latest version.
2. **Extract** (decompress) the downloaded file into the root of your website.
2019-03-13 17:30:41 +01:00
**Note:** CKEditor is by default installed in the `ckeditor` folder. You can
place the files in whichever you want though.
2019-03-13 17:30:41 +01:00
## Checking Your Installation
The editor comes with a few sample pages that can be used to verify that
installation proceeded properly. Take a look at the `samples` directory.
2019-03-13 17:30:41 +01:00
To test your installation, just call the following page at your website:
2019-03-13 17:30:41 +01:00
http://<your site>/<CKEditor installation path>/samples/index.html
For example:
http://www.example.com/ckeditor/samples/index.html