Giter Club home page Giter Club logo

ckeditor-dev's Introduction

CKEditor 4 - The best browser-based WYSIWYG editor

Development Code

This repository contains the development version of CKEditor.

Attention: The code in this repository should be used locally and for development purposes only. We don't recommend distributing it on remote websites because the user experience will be very limited. For that purpose, you should build it (see below) or use an official release instead, available on the CKEditor website.

Code Installation

There is no special installation procedure to install the development code. Simply clone it on any local directory and you're set.

Available Branches

This repository contains the following branches:

  • master: development of the upcoming minor release.
  • major: development of the upcoming major release.
  • stable: latest stable release tag point (non-beta).
  • latest: latest release tag point (including betas).
  • release/A.B.x (e.g. 4.0.x, 4.1.x): release freeze, tests and tagging. Hotfixing.

Note that both master and major are under heavy development. Their code didn't pass the release testing phase so it may be unstable.

Additionally, all releases will have their relative tags in this form: 4.0, 4.0.1, etc.

Samples

The samples/ folder contains a good set of examples that can be used to test your installation. It can also be a precious resource for learning some aspects of the CKEditor JavaScript API and its integration on web pages.

Code Structure

The development code contains the following main elements:

  • Main coding folders:
    • core/: the core API of CKEditor. Alone, it does nothing, but it provides the entire JavaScript API that makes the magic happen.
    • plugins/: contains most of the plugins maintained by the CKEditor core team.
    • skin/: contains the official default skin of CKEditor.
    • dev/: contains "developer tools".

Building a Release

A release optimized version of the development code can be easily created locally. The dev/builder/build.sh script can be used for that purpose:

> ./dev/builder/build.sh

A "release ready" working copy of your development code will be built in the new dev/builder/release/ folder. An internet connection is necessary to run the builder, for its first time at least.

License

Licensed under the GPL, LGPL and MPL licenses, at your choice.

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

ckeditor-dev's People

Contributors

adelura avatar akashmohapatra avatar alfonsoml avatar annatomanek avatar anniecarlson avatar artygus avatar csilvers avatar fredck avatar hason avatar jeffreydevreede avatar jeresig avatar jmdelehaye avatar jswiderski avatar mattleff avatar mlewand avatar mychalvlcek avatar oleq avatar pamelafox avatar runemadsen avatar rveldpau avatar sebstefanov avatar sstur avatar stevewithington avatar teameh avatar theodoreb avatar tomyedwab avatar tricknotes avatar tzjames avatar woto avatar wwalc avatar

Watchers

 avatar  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.