Bachir Soussi Chiadmi 1bc61b12ad first import 10 years ago
..
ckeditor 1bc61b12ad first import 10 years ago
images 1bc61b12ad first import 10 years ago
includes 1bc61b12ad first import 10 years ago
plugins 1bc61b12ad first import 10 years ago
CHANGELOG.txt 1bc61b12ad first import 10 years ago
LICENSE.txt 1bc61b12ad first import 10 years ago
README.txt 1bc61b12ad first import 10 years ago
TROUBLESHOOTING.txt 1bc61b12ad first import 10 years ago
UPGRADE.txt 1bc61b12ad first import 10 years ago
ckeditor-rtl.css 1bc61b12ad first import 10 years ago
ckeditor.api.php 1bc61b12ad first import 10 years ago
ckeditor.config.js 1bc61b12ad first import 10 years ago
ckeditor.css 1bc61b12ad first import 10 years ago
ckeditor.info 1bc61b12ad first import 10 years ago
ckeditor.install 1bc61b12ad first import 10 years ago
ckeditor.module 1bc61b12ad first import 10 years ago
ckeditor.styles.js 1bc61b12ad first import 10 years ago

README.txt

TABLE OF CONTENTS
-----------------
* Overview
* More Information and License
* Requirements
* Installation Paths
* Installation / Configuration
* Installation Troubleshooting
* Uploading Images and Files
* Installing CKFinder
* Managing Plugins
* Installing Additional Plugins
* Integrating a Plugin with the CKEditor Module (for Plugin Developers)
* Setting up Security Filters
* HTML Filters and Inline Styling
* Integrating a Custom Security Filter with the CKEditor Module (for Developers)
* Upgrading Instructions
* Help & Contribution
* Credits

Overview
--------
This module allows Drupal to replace textarea fields with CKEditor.
CKEditor is an online rich text editor that can be embedded inside web pages.
It is a WYSIWYG (What You See Is What You Get) editor which means that the
text edited in it looks as similar as possible to the results end users will
see after the document gets published. It brings to the Web popular editing
features found in desktop word processors such as Microsoft Word and
OpenOffice.org Writer. CKEditor is truly lightweight and does not require any
kind of installation on the client computer.

More Information and License
----------------------------
CKEditor - The text editor for the Internet
Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved.

Licensed under the terms of the GNU Lesser General Public License:
http://www.opensource.org/licenses/lgpl-license.php

For further information visit:
http://ckeditor.com/

Requirements
------------
- Drupal 7.x,
- PHP 5.2 or greater,
- CKEditor 3.4 or greater.
You will need to download CKEditor from the official download site: http://ckeditor.com/download.
It is recommended to always use the latest CKEditor version available.

Installation Paths
------------------
It is recommended to install the CKEditor for Drupal module in the "sites/all/modules" directory.

When adding the files for standalone CKEditor and CKFinder, you can use one of the following directories:
- "sites/all/modules/ckeditor/"
- "sites/all/libraries/"
and create a "ckeditor" or "ckfinder" directory inside.

The CKEditor module will automatically recognize the proper path to the editor and the file browser.

All installation and configuration instructions in this README file assume that you use the first option and place the CKEditor and CKFinder files in the "sites/all/modules/ckeditor/" directory. If you want to use the "sites/all/libraries/" directory, you will need to adjust the paths given in the instructions accordingly.

Installation / Configuration
----------------------------
Note: these instructions assume that you install the CKEditor for Drupal module in the
"sites/all/modules" directory (recommended).

1. Unzip the module files to the "sites/all/modules" directory. It should now
contain a "ckeditor" directory.
2. Download standalone CKEditor from http://ckeditor.com/download. Unzip the
contents of the "ckeditor" directory from the installation package to the
"sites/all/modules/ckeditor/ckeditor" (or "sites/all/libraries/ckeditor") directory.
Note: you can skip uploading the "_samples" and "_source" folders.
3. Enable the module in the "Administration panel > Modules > User Interface" section.
4. Grant permissions for using CKEditor in the
"Administration panel > People > Permissions" section.
Note: In order to enable the file browser, refer to the
"Installing CKFinder" section.
5. Adjust CKEditor profiles in the
"Administration panel > Configuration > Content Authoring > CKEditor" section.
Profiles determine which options are available to users based on the input format system.
6. For the Rich Text Editing to work you also need to configure your filters
for the users that may access Rich Text Editing.
Either grant those users Full HTML access or use the following tags: