Projet

Général

Profil

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

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

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 one dependency and needs three libraries.
23

    
24
Contributed modules
25
 * CKEditor - The latest development release.
26

    
27
Libraries
28
 * CKEditor - Version 4.3 or later.
29
   http://ckeditor.com/download
30
 * CKEditor Line Utilities plugin - Compatible with the installed version of CKEditor.
31
   http://ckeditor.com/addon/lineutils
32
 * CKEditor Widget plugin - Compatible with the installed version of CKEditor.
33
   http://ckeditor.com/addon/widget
34

    
35
INSTALLATION
36
------------
37

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