Nessuna descrizione

Piotrek Koszuliński e38b3ab94f Moved one paragraph above the image to make it more visible. 9 anni fa
dev 17ad7d38d8 Updated git-guppy version, added base directory to guppy.stream method. 10 anni fa
src 75b0db0821 Initial work on porting tests to ES6 modules. 10 anni fa
tests 262903fd3f Merge branch 'master' into t/44 10 anni fa
.editorconfig dd7edf242e Initialized .editorconfig. 11 anni fa
.gitattributes bab0e300aa Initialized .gitattributes 11 anni fa
.gitignore ff4428106e Nth attempt to implement a reusable set of Gulp tasks succeeded. 10 anni fa
.jscsrc f6880f02d5 Merge branch 'master' into esnext 10 anni fa
.jshintrc 48e2879528 JSHint: Surpressed warnings about functions in loops because since we use ES6 they became less problematic. 10 anni fa
CHANGES.md 38cb438286 Minor template updates. 10 anni fa
CONTRIBUTING.md 8391231dd0 Introduced CONTRIBUTING.md. 11 anni fa
LICENSE.md 49b17a2f5b Removed the RequireJS distro from the repo making it a npm dependency. 11 anni fa
README.md e38b3ab94f Moved one paragraph above the image to make it more visible. 9 anni fa
bender.js 2baf814662 Cover test utils by code coverage. 10 anni fa
ckeditor.js 75b0db0821 Initial work on porting tests to ES6 modules. 10 anni fa
gulpfile.js 2ae1545ff7 Cleaned up few minor mistakes. 10 anni fa
package.json 17ad7d38d8 Updated git-guppy version, added base directory to guppy.stream method. 10 anni fa

README.md

CKEditor 5 – Development Repository

Dependency Status devDependency Status

Project Status (January 2016)

WARNING: The project is still at its first development stage. No usable software is currently available.

Periodic updates and news about the project can be found at the wiki pages of ckeditor5.

Project Organization

Design

Discussions, decisions and documentation about the architecture design of CKEditor 5 are made at the "ckeditor5-design" repository:

At the current stage, this is the best place for bringing opinions and contributions. Letting the core team know if they are going in the right or wrong direction is great feedback.

Development

The project is split into several different repositories, as described in the design wiki. Most of these repositories are generally available within the CKEditor organization in GitHub, prefixed with "ckeditor5".

The ckeditor5 repository is the place that centralizes the development of CKEditor 5. It bundles different repositories into a single place, adding the necessary helper tools for the development workflow, like the builder and the test runner. Basic information on how to setup the development environment can be found in the wiki pages.

A key repository is ckeditor5-core, which keeps the editor's core modules such as the basic infrastructure, the data model and the basic UI library. Most of the development happens in this repository.

Reporting Issues and Feature Requests

Each repository independently handles its issues, so focus is kept on their scope: ckeditor5-design: issues related to macro program design, not going into the specifics of other repos. ckeditor5: issues related to the development environment and workflow. ckeditor5-core: issues related to the core API. other ckeditor5-* repos: issues related to all other parts of the code, like features, UI libraries, themes, etc.

License

Licensed under the GPL, LGPL and MPL licenses, at your choice. For full details about the license, please check the LICENSE.md file.