ckeditor/README.md
changeset 0 44d330dccc59
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/ckeditor/README.md	Thu Dec 15 18:10:20 2016 +0300
     1.3 @@ -0,0 +1,39 @@
     1.4 +CKEditor 4
     1.5 +==========
     1.6 +
     1.7 +Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
     1.8 +http://ckeditor.com - See LICENSE.md for license information.
     1.9 +
    1.10 +CKEditor is a text editor to be used inside web pages. It's not a replacement
    1.11 +for desktop text editors like Word or OpenOffice, but a component to be used as
    1.12 +part of web applications and websites.
    1.13 +
    1.14 +## Documentation
    1.15 +
    1.16 +The full editor documentation is available online at the following address:
    1.17 +http://docs.ckeditor.com
    1.18 +
    1.19 +## Installation
    1.20 +
    1.21 +Installing CKEditor is an easy task. Just follow these simple steps:
    1.22 +
    1.23 + 1. **Download** the latest version from the CKEditor website:
    1.24 +    http://ckeditor.com. You should have already completed this step, but be
    1.25 +    sure you have the very latest version.
    1.26 + 2. **Extract** (decompress) the downloaded file into the root of your website.
    1.27 +
    1.28 +**Note:** CKEditor is by default installed in the `ckeditor` folder. You can
    1.29 +place the files in whichever you want though.
    1.30 +
    1.31 +## Checking Your Installation
    1.32 +
    1.33 +The editor comes with a few sample pages that can be used to verify that
    1.34 +installation proceeded properly. Take a look at the `samples` directory.
    1.35 +
    1.36 +To test your installation, just call the following page at your website:
    1.37 +
    1.38 +	http://<your site>/<CKEditor installation path>/samples/index.html
    1.39 +
    1.40 +For example:
    1.41 +
    1.42 +	http://www.example.com/ckeditor/samples/index.html