-
Notifications
You must be signed in to change notification settings - Fork 187
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b511f65
commit e81f26c
Showing
493 changed files
with
9,660 additions
and
3,173 deletions.
There are no files selected for viewing
1,383 changes: 0 additions & 1,383 deletions
1,383
dist/pagebuilder/ckeditor-full-all-v4.14.0.min.js
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
.*/** |
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,82 @@ | ||
CKEditor 4 - Releases | ||
===================== | ||
|
||
## Releases Code | ||
|
||
This repository contains the official release versions of [CKEditor 4](https://ckeditor.com/ckeditor-4/). | ||
|
||
There are four versions for each release — `standard-all`, `basic`, `standard`, and `full`. | ||
They differ in the number of plugins that are compiled into the main `ckeditor.js` file as well as the toolbar configuration. | ||
|
||
See the [comparison](https://ckeditor.com/cke4/presets) of the `basic`, `standard`, and `full` installation presets for more details. | ||
|
||
The `standard-all` build includes all official CKSource plugins with only those from the `standard` installation preset compiled into the `ckeditor.js` file and enabled in the configuration. | ||
|
||
All versions available in this repository were built using [CKBuilder](https://ckeditor.com/cke4/builder), so they are optimized and ready to be used in a production environment. | ||
|
||
## Documentation | ||
|
||
Developer documentation for CKEditor is available online at: <https://ckeditor.com/docs/>. | ||
|
||
## Installation | ||
|
||
### Git clone | ||
|
||
To install one of the available releases, just clone this repository and switch to the respective branch (see next section): | ||
|
||
git clone -b <release branch> git://github.com/ckeditor/ckeditor4-releases.git | ||
|
||
### Git submodule | ||
|
||
If you are using git for your project and you want to integrate CKEditor, we recommend to add this repository as a | ||
[submodule](https://git-scm.com/book/en/v2/Git-Tools-Submodules). | ||
|
||
git submodule add -b <release branch> git://github.com/ckeditor/ckeditor-releases.git <clone dir> | ||
git commit -m "Added CKEditor submodule in <clone dir> directory." | ||
|
||
### Using Package Managers | ||
|
||
See the [Installing CKEditor with Package Managers](https://ckeditor.com/docs/ckeditor4/latest/guide/dev_package_managers.html) article for more details about installing CKEditor with [Bower](https://bower.io), [Composer](https://getcomposer.org/) and [npm](https://www.npmjs.com/). | ||
|
||
## Repository Structure | ||
|
||
### Branches | ||
|
||
This repository contains the following branches: | ||
|
||
- `master` and `latest` – the latest release of the `standard-all` preset (including betas). | ||
- `stable` – the latest stable release of the `standard-all` preset (non-beta). | ||
- `A.B.x` (e.g. `4.3.x`) – the latest release of the `standard-all` preset in the `A.B` branch. | ||
- `(basic|standard|full)/stable` – the latest stable release tag point (non-beta). | ||
- `(basic|standard|full)/latest` – the latest release tag point (including betas). | ||
- `(basic|standard|full)/A.B.x` (e.g. `basic/4.0.x`) – the latest releases in the `A.B` branch. | ||
|
||
### Tags | ||
|
||
**Since version 4.3.3** this repository uses the following tag naming rules: | ||
|
||
- `x.y.z` – contains the `standard-all` editor build, e.g. `4.3.3`, `4.4.0` etc. | ||
- `(basic|standard|full)/x.y.z` – contains the editor build with a given preset, e.g. `basic/4.3.3`. | ||
|
||
The version numbers follow the [Semantic Versioning 2.0.0](http://semver.org/) scheme. | ||
|
||
Up to version **4.3.2** the tags were released in the following form `x.y[.z]/(basic|standard|full)`. | ||
For example: `4.0/basic`, `4.0.1/standard`. This convention was changed in CKEditor 4.3.3 to conform to the Semantic Versioning scheme. | ||
|
||
## Checking Your Installation | ||
|
||
The editor comes with a few sample pages that can be used to verify if the installation succeeded. Take a look at the `samples` directory. | ||
|
||
To test your installation, just call the following page for your website: | ||
|
||
http://<your site>/<CKEditor installation path>/samples/index.html | ||
|
||
For example: | ||
|
||
http://www.example.com/ckeditor/samples/index.html | ||
|
||
### License | ||
|
||
Licensed under the GPL, LGPL, and MPL licenses, at your choice. | ||
|
||
Please check the `LICENSE.md` file for more information about the license. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
# Reporting a security issues | ||
|
||
If you believe you have found a security issue in the CKEditor 4 software, please contact us immediately. | ||
|
||
When reporting a potential security problem, please bear this in mind: | ||
|
||
* Make sure to provide as many details as possible about the vulnerability. | ||
* Please do not disclose publicly any security issues until we fix them and publish security releases. | ||
|
||
Contact the security team at [email protected]. As soon as we receive the security report, we will work promptly to confirm the issue and then to provide a security fix. |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
{ | ||
"bender": { | ||
"port": 9001 | ||
}, | ||
"server": { | ||
"port": 9002 | ||
}, | ||
"paths": { | ||
"ckeditor4": "../ckeditor4/", | ||
"runner": "./src/runner.html" | ||
}, | ||
"browsers": { | ||
"linux": [ "chrome", "firefox" ], | ||
"macos": [ "safari" ] | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
{ | ||
"name": "ckeditor", | ||
"description": "JavaScript WYSIWYG web text editor.", | ||
"keywords": [ "ckeditor4", "ckeditor", "fckeditor", "editor", "wysiwyg", "html", "richtext", "text", "javascript" ], | ||
"authors": "CKSource (https://cksource.com/)", | ||
"license": "For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license/.", | ||
"homepage": "https://ckeditor.com", | ||
"main": "./ckeditor.js", | ||
"moduleType": "globals" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,194 @@ | ||
/** | ||
* @license Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved. | ||
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license/ | ||
*/ | ||
|
||
/** | ||
* This file was added automatically by CKEditor builder. | ||
* You may re-use it at any time to build CKEditor again. | ||
* | ||
* If you would like to build CKEditor online again | ||
* (for example to upgrade), visit one the following links: | ||
* | ||
* (1) https://ckeditor.com/cke4/builder | ||
* Visit online builder to build CKEditor from scratch. | ||
* | ||
* (2) https://ckeditor.com/cke4/builder/6490967e78ab135a44d8c0998d90e841 | ||
* Visit online builder to build CKEditor, starting with the same setup as before. | ||
* | ||
* (3) https://ckeditor.com/cke4/builder/download/6490967e78ab135a44d8c0998d90e841 | ||
* Straight download link to the latest version of CKEditor (Optimized) with the same setup as before. | ||
* | ||
* NOTE: | ||
* This file is not used by CKEditor, you may remove it. | ||
* Changing this file will not change your CKEditor configuration. | ||
*/ | ||
|
||
var CKBUILDER_CONFIG = { | ||
skin: 'moono-lisa', | ||
preset: 'full', | ||
ignore: [ | ||
'.DS_Store', | ||
'.bender', | ||
'.editorconfig', | ||
'.gitattributes', | ||
'.gitignore', | ||
'.idea', | ||
'.jscsrc', | ||
'.jshintignore', | ||
'.jshintrc', | ||
'.mailmap', | ||
'.npm', | ||
'.nvmrc', | ||
'.travis.yml', | ||
'bender-err.log', | ||
'bender-out.log', | ||
'bender.ci.js', | ||
'bender.js', | ||
'dev', | ||
'gruntfile.js', | ||
'less', | ||
'node_modules', | ||
'package-lock.json', | ||
'package.json', | ||
'tests' | ||
], | ||
plugins : { | ||
'a11yhelp' : 1, | ||
'about' : 1, | ||
'basicstyles' : 1, | ||
'bidi' : 1, | ||
'blockquote' : 1, | ||
'clipboard' : 1, | ||
'colorbutton' : 1, | ||
'colordialog' : 1, | ||
'contextmenu' : 1, | ||
'copyformatting' : 1, | ||
'dialogadvtab' : 1, | ||
'div' : 1, | ||
'editorplaceholder' : 1, | ||
'elementspath' : 1, | ||
'enterkey' : 1, | ||
'entities' : 1, | ||
'exportpdf' : 1, | ||
'filebrowser' : 1, | ||
'find' : 1, | ||
'floatingspace' : 1, | ||
'font' : 1, | ||
'format' : 1, | ||
'forms' : 1, | ||
'horizontalrule' : 1, | ||
'htmlwriter' : 1, | ||
'iframe' : 1, | ||
'image' : 1, | ||
'indentblock' : 1, | ||
'indentlist' : 1, | ||
'justify' : 1, | ||
'language' : 1, | ||
'link' : 1, | ||
'list' : 1, | ||
'liststyle' : 1, | ||
'magicline' : 1, | ||
'maximize' : 1, | ||
'newpage' : 1, | ||
'pagebreak' : 1, | ||
'pastefromgdocs' : 1, | ||
'pastefromlibreoffice' : 1, | ||
'pastefromword' : 1, | ||
'pastetext' : 1, | ||
'preview' : 1, | ||
'print' : 1, | ||
'removeformat' : 1, | ||
'resize' : 1, | ||
'save' : 1, | ||
'scayt' : 1, | ||
'selectall' : 1, | ||
'showblocks' : 1, | ||
'showborders' : 1, | ||
'smiley' : 1, | ||
'sourcearea' : 1, | ||
'specialchar' : 1, | ||
'stylescombo' : 1, | ||
'tab' : 1, | ||
'table' : 1, | ||
'tableselection' : 1, | ||
'tabletools' : 1, | ||
'templates' : 1, | ||
'toolbar' : 1, | ||
'undo' : 1, | ||
'uploadimage' : 1, | ||
'wysiwygarea' : 1 | ||
}, | ||
languages : { | ||
'af' : 1, | ||
'ar' : 1, | ||
'az' : 1, | ||
'bg' : 1, | ||
'bn' : 1, | ||
'bs' : 1, | ||
'ca' : 1, | ||
'cs' : 1, | ||
'cy' : 1, | ||
'da' : 1, | ||
'de' : 1, | ||
'de-ch' : 1, | ||
'el' : 1, | ||
'en' : 1, | ||
'en-au' : 1, | ||
'en-ca' : 1, | ||
'en-gb' : 1, | ||
'eo' : 1, | ||
'es' : 1, | ||
'es-mx' : 1, | ||
'et' : 1, | ||
'eu' : 1, | ||
'fa' : 1, | ||
'fi' : 1, | ||
'fo' : 1, | ||
'fr' : 1, | ||
'fr-ca' : 1, | ||
'gl' : 1, | ||
'gu' : 1, | ||
'he' : 1, | ||
'hi' : 1, | ||
'hr' : 1, | ||
'hu' : 1, | ||
'id' : 1, | ||
'is' : 1, | ||
'it' : 1, | ||
'ja' : 1, | ||
'ka' : 1, | ||
'km' : 1, | ||
'ko' : 1, | ||
'ku' : 1, | ||
'lt' : 1, | ||
'lv' : 1, | ||
'mk' : 1, | ||
'mn' : 1, | ||
'ms' : 1, | ||
'nb' : 1, | ||
'nl' : 1, | ||
'no' : 1, | ||
'oc' : 1, | ||
'pl' : 1, | ||
'pt' : 1, | ||
'pt-br' : 1, | ||
'ro' : 1, | ||
'ru' : 1, | ||
'si' : 1, | ||
'sk' : 1, | ||
'sl' : 1, | ||
'sq' : 1, | ||
'sr' : 1, | ||
'sr-latn' : 1, | ||
'sv' : 1, | ||
'th' : 1, | ||
'tr' : 1, | ||
'tt' : 1, | ||
'ug' : 1, | ||
'uk' : 1, | ||
'vi' : 1, | ||
'zh' : 1, | ||
'zh-cn' : 1 | ||
} | ||
}; |
Oops, something went wrong.