GithubHelp home page GithubHelp logo

gerhobbelt / ckeditor-releases Goto Github PK

View Code? Open in Web Editor NEW

This project forked from ckeditor/ckeditor4-releases

0.0 1.0 0.0 31.5 MB

Official distribution releases of CKEditor.

License: Other

JavaScript 63.89% CSS 36.11%

ckeditor-releases's Introduction

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.

ckeditor-releases's People

Contributors

fredck avatar reinmar avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.