Projet

Général

Profil

Paste
Télécharger (2,22 ko) Statistiques
| Branche: | Révision:

root / drupal7 / sites / all / modules / media_ckeditor / README.txt @ da542b7b

1
CONTENTS OF THIS FILE
2
---------------------
3

    
4
 * Introduction
5
 * Requirements
6
 * Installation
7
 * Technical details
8

    
9
INTRODUCTION
10
------------
11

    
12
Current Maintainers:
13

    
14
 * Devin Carlson <http://drupal.org/user/290182>
15

    
16
Media CKEditor provides a bridge between Media and the stand-alone CKEditor
17
module, allowing files to be embedded within a textarea using the media browser.
18

    
19
REQUIREMENTS
20
------------
21

    
22
Media CKEditor has two dependencies.
23

    
24
Contributed modules
25
 * CKEditor - The latest development release.
26
 * Media - 7.x-2.x - The Media WYSIWYG submodule.
27

    
28
Additionally, the CKEditor library used by the CKEditor module must meet certain
29
criteria and two plugins must be available.
30

    
31
CKEditor Library
32
 * CKEditor - Version 4.3 or later.
33
   http://ckeditor.com/download
34

    
35
CKEditor Library Plugins
36
 * CKEditor Line Utilities plugin - Compatible with the installed version of CKEditor.
37
   http://ckeditor.com/addon/lineutils
38
 * CKEditor Widget plugin - Compatible with the installed version of CKEditor.
39
   http://ckeditor.com/addon/widget
40

    
41
INSTALLATION
42
------------
43

    
44
* Install Media CKEditor via the standard Drupal installation process:
45
  'http://drupal.org/node/895232'.
46
* If you weren't previously using the CKEditor WYSIWYG client-side editor,
47
  download the CKEditor library (http://ckeditor.com/download) and extract it to
48
  'sites/all/libraries' or 'sites/sitename/libraries' as you require. The
49
  extracted folder must be named 'ckeditor'.
50
* Download the Line Utilities plugin (http://ckeditor.com/addon/lineutils),
51
  extract it and move it into the 'plugins' directory of the 'ckeditor' folder
52
  so that it is available at 'ckeditor/plugins/lineutils'.
53
* Download the Widget plugin (http://ckeditor.com/addon/widget), extract it and
54
  move it into the 'plugins' directory of the 'ckeditor' folder so that it is
55
  available at 'ckeditor/plugins/widget'.
56
* Enable the 'Convert Media tags to markup' filter for the desired text formats
57
  from the Text Formats configuration page: '/admin/config/content/formats'.
58
* Enable the 'Plugin for embedding files using Media CKEditor' Media CKEditor
59
  plugin for the desired text formats from the CKEditor configuration
60
  page: '/admin/config/content/ckeditor'.
61
* Disable CKEditor's Advanced Content Filter for each of the text formats.