Projet

Général

Profil

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

root / drupal7 / sites / all / modules / media_ckeditor / README.txt @ 5d940405

1 27945136 Florent Torregrosa
CONTENTS OF THIS FILE
2
---------------------
3
4
 * Introduction
5
 * Requirements
6
 * Installation
7
 * Technical details
8
9
INTRODUCTION
10
------------
11
12
Current Maintainers:
13 f2fc85df Assos Assos
 * Joseph Olstad <http://drupal.org/user/1321830>
14 27945136 Florent Torregrosa
15 f2fc85df Assos Assos
Previous Maintainers:
16 27945136 Florent Torregrosa
 * Devin Carlson <http://drupal.org/user/290182>
17
18
Media CKEditor provides a bridge between Media and the stand-alone CKEditor
19
module, allowing files to be embedded within a textarea using the media browser.
20
21
REQUIREMENTS
22
------------
23
24 da542b7b Assos Assos
Media CKEditor has two dependencies.
25 27945136 Florent Torregrosa
26
Contributed modules
27
 * CKEditor - The latest development release.
28 da542b7b Assos Assos
 * Media - 7.x-2.x - The Media WYSIWYG submodule.
29 27945136 Florent Torregrosa
30 da542b7b Assos Assos
Additionally, the CKEditor library used by the CKEditor module must meet certain
31
criteria and two plugins must be available.
32
33
CKEditor Library
34 27945136 Florent Torregrosa
 * CKEditor - Version 4.3 or later.
35
   http://ckeditor.com/download
36 da542b7b Assos Assos
37
CKEditor Library Plugins
38 f2fc85df Assos Assos
 * CKEditor Line Utilities plugin - Compatible with CKEditor.
39 27945136 Florent Torregrosa
   http://ckeditor.com/addon/lineutils
40
 * CKEditor Widget plugin - Compatible with the installed version of CKEditor.
41
   http://ckeditor.com/addon/widget
42
43
INSTALLATION
44
------------
45
46 5d940405 Assos Assos
***Very NEW***
47
  A module (sub module/feature) is provided with media_ckeditor , enable it and it will configure text format and working ckeditor defaults.
48
  Refer to the section below for dependency installation and troubleshooting, you will need the ckeditor library 4.14.0 installed (minimum recommended).
49
***Very NEW***
50 59ae487e Assos Assos
***NEW***
51
  For a quicker and easier setup, follow this recipe
52
  https://www.drupal.org/node/2843391
53
  use this README.txt as additional troubleshooting
54
***end NEW***
55
56 27945136 Florent Torregrosa
* Install Media CKEditor via the standard Drupal installation process:
57
  'http://drupal.org/node/895232'.
58
* If you weren't previously using the CKEditor WYSIWYG client-side editor,
59
  download the CKEditor library (http://ckeditor.com/download) and extract it to
60
  'sites/all/libraries' or 'sites/sitename/libraries' as you require. The
61
  extracted folder must be named 'ckeditor'.
62
* Download the Line Utilities plugin (http://ckeditor.com/addon/lineutils),
63
  extract it and move it into the 'plugins' directory of the 'ckeditor' folder
64
  so that it is available at 'ckeditor/plugins/lineutils'.
65
* Download the Widget plugin (http://ckeditor.com/addon/widget), extract it and
66
  move it into the 'plugins' directory of the 'ckeditor' folder so that it is
67
  available at 'ckeditor/plugins/widget'.
68
* Enable the 'Convert Media tags to markup' filter for the desired text formats
69
  from the Text Formats configuration page: '/admin/config/content/formats'.
70
* Enable the 'Plugin for embedding files using Media CKEditor' Media CKEditor
71
  plugin for the desired text formats from the CKEditor configuration
72
  page: '/admin/config/content/ckeditor'.
73
* Disable CKEditor's Advanced Content Filter for each of the text formats.