* EN-Revision: Revision of lang_en.inc.php */ @define('PLUGIN_EVENT_CKEDITOR_NAME', 'CKEditor Plus'); @define('PLUGIN_EVENT_CKEDITOR_DESC', 'Uses CKEditor as the default WYSIWYG editor. For any JS-Editor usage: Recommended! After installation, go to the configuration screen of this plugin for further instructions.'); @define('PLUGIN_EVENT_CKEDITOR_REVISION_TITLE', '

This Plugin includes:

'); @define('PLUGIN_EVENT_CKEDITOR_INSTALL', '

Installation

Dependencies: Disable global body, extended and nugget parsing in the NL2BR plugin, OR by entry with entryproperties event plugin and/or for staticpages by entry "Perform Markup Transformations" option!
Since Serendipity 2.0 the entryproperties plugin detects CKEditor automatically as to that!

  1. To allow other plugins to use or hook into the editor, place this (CKEditor) plugin near the end of your plugin list.
  2. Make sure to enable WYSIWYG mode in your personal preferences.

Manually extending with CKEDITOR Plugins

  1. Define manually added Plugins (analog to { name: \'mediaembed\' },) to the CKEDITOR.config.toolbarGroups = [...] definition, in the cke_config.js.
  2. Add (append) the plugin name (analog to mediaembed) to var extraPluginList = \'...\' definition, in the cke_plugin.js.

Upgrading

This Plugin will provide Updates via Spartacus close to new CKEDITOR releases.

PLEASE NOTE: Do not use the Spartacus automatic plugin "Update All" button, if already available with your S9y version. Upgrade the CKEditor plugin singulary in list, to allow the internal routines to immediately fall back into this configuration, to run and deflate the ZIP-installer operations. Else you will have to force the deflation yourself after each CKEditor (library) upgrade by this plugins "Force install process (in emergencies)" option.

It is generally not advised to use or install any "customized" CKEDITOR releases, since this will lead to undesirable side effects with this Plugins configuration.

'); @define('PLUGIN_EVENT_CKEDITOR_CONFIG', ''); @define('PLUGIN_EVENT_CKEDITOR_INSTALL_PLUGPATH', 'HTTP path to s9y plugins directory'); @define('PLUGIN_EVENT_CKEDITOR_CKEACF_OPTION', 'Disable Advanced-Content-Filter (ACF)?'); @define('PLUGIN_EVENT_CKEDITOR_TOOLBAR_OPTION', 'Use CKE-default toolbar-group linebreak?'); @define('PLUGIN_EVENT_CKEDITOR_CODEBUTTON_OPTION', 'Allow code toolbar button?'); @define('PLUGIN_EVENT_CKEDITOR_PRETTIFY_OPTION', 'Allow additional prettify css/js in frontend?'); @define('PLUGIN_EVENT_CKEDITOR_PRETTIFY_OPTION_DESC', 'For upgraders only! Keeps backward compatibility for old entries with code-blocks.'); @define('PLUGIN_EVENT_CKEDITOR_OPTION_DESC', 'Usually: '); @define('PLUGIN_EVENT_CKEDITOR_FORCEINSTALL_OPTION', 'Force install process (in emergencies)'); @define('PLUGIN_EVENT_CKEDITOR_FORCEINSTALL_OPTION_DESC', 'Only on upgrade failures: Force the immediate zip deflation of '); @define('PLUGIN_EVENT_CKEDITOR_CKEACF_OPTION_DESC', 'The CKEDITOR built-in "Housekeeper" filter restricts custom html markup to follow its rules! Normally this is good and you will want to keep it working in the backyard and use the already built-in workarounds for certain markup, like "iframe"d media via the "Embed Media"-button, or "audio" and "other Serendipity" tags via the "Sourcecode-view"-mode. Please also read: "http://docs.ckeditor.com/?_escaped_fragment_=/guide/dev_advanced_content_filter#!/guide/dev_advanced_content_filter".'); @define('PLUGIN_EVENT_CKEDITOR_SETTOOLBAR_OPTION', 'Choose preset toolbars'); @define('PLUGIN_EVENT_CKEDITOR_CKEIBN_OPTION', 'Disable toolbars default image button?'); @define('PLUGIN_EVENT_CKEDITOR_CKEIBN_OPTION_DESC', 'The toolbar built-in image button follows its own rules for stylings and markup! Since we recommend to use the Serendipity Media Library Button only, this is disabled by default. Allow with "No" here and use at own risk.'); @define('PLUGIN_EVENT_CKEDITOR_SCAYT', '

Scayt/wsc

As long as not purchased a license, you may only use the "SpellCheckAsYouType" (SCAYT-plugin) [ABC]-Button over the free online service "Check Spelling" dialog option, or define a custom dictionary, which first is stored to a cookie, later to the browsers localStorage and start from scratch.

');