You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

xckeditor

Package Overview
Dependencies
Maintainers
0
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install
Package was removed
Sorry, it seems this package was removed from the registry

xckeditor

4.3.2.3
unpublished
nugetNuGet
Maintainers
0
Source

CKEditor 4 - Releases

Releases Code

This repository contains the official release versions of CKEditor.

There are three versions for each release - basic, standard and full. They differ by the number of compiled in plugins and configuration of the toolbar.

All versions available in this repository have been built using CKBuilder, so they are ready to be used in production environment.

Documentation

The full editor documentation is available online at the following address: http://docs.ckeditor.com

Installation

To install one of available releases, just clone this repository and switch to corresponding branch (see next section):

git clone git://github.com/ckeditor/ckeditor-releases.git
git co <release branch>

If you're using git for your project and you want to integrate CKEditor, we recommend you adding this repository as a submodule.

git submodule add git://github.com/ckeditor/ckeditor-releases.git <clone dir>
cd <clone dir>
git co <release branch>
cd <your repository dir>
git commit -m "Added CKEditor submodule in <clone dir> directory."

Available Branches

This repository contains the following branches:

  • stable/(basic|standard|full): latest stable release tag point (non-beta).
  • latest/(basic|standard|full): latest release tag point (including betas).
  • A.B.x/(basic|standard|full) (e.g. 4.0.x/basic): release freeze, tests and tagging. Hotfixing.

Additionally, all releases will have their relative tags in this form: 4.0, 4.0.1, etc. For example: 4.0/(basic|standard|full).

Checking Your Installation

The editor comes with a few sample pages that can be used to verify that installation proceeded properly. Take a look at the samples directory.

To test your installation, just call the following page at 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.

For full details about license, please check the LICENSE.md file.

Keywords

html

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts