You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

39 lines
1.3 KiB

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