8
0
Просмотр исходного кода

Changed names in the boilerplate files.

Piotrek Koszuliński 9 лет назад
Родитель
Сommit
d2d9757c2c

+ 3 - 3
packages/ckeditor5-engine/CHANGES.md

@@ -1,7 +1,7 @@
-CKEditor 5 Core Framework Changelog
+CKEditor 5 Editing Engine Changelog
 ========================================
 ========================================
 
 
-## CKEditor 5 Core Framework 0.0.2
+## CKEditor 5 Editing Engine 0.0.2
 
 
 **Major|Minor|Patch Release** – Build Date: yyyy-mm-dd
 **Major|Minor|Patch Release** – Build Date: yyyy-mm-dd
 
 
@@ -20,6 +20,6 @@ Other Changes:
 * Item 1
 * Item 1
 * Item 2
 * Item 2
 
 
-## CKEditor 5 Core Framework 0.0.1
+## CKEditor 5 Editing Engine 0.0.1
 
 
 ...
 ...

+ 1 - 1
packages/ckeditor5-engine/LICENSE.md

@@ -1,7 +1,7 @@
 Software License Agreement
 Software License Agreement
 ==========================
 ==========================
 
 
-**CKEditor 5 Core Framework** – https://github.com/ckeditor/ckeditor5-core <br>
+**CKEditor 5 Editing Engine** – https://github.com/ckeditor/ckeditor5-engine <br>
 Copyright (c) 2003-2016, [CKSource](http://cksource.com) Frederico Knabben. All rights reserved.
 Copyright (c) 2003-2016, [CKSource](http://cksource.com) Frederico Knabben. All rights reserved.
 
 
 Licensed under the terms of any of the following licenses at your choice:
 Licensed under the terms of any of the following licenses at your choice:

+ 3 - 3
packages/ckeditor5-engine/README.md

@@ -1,9 +1,9 @@
-CKEditor 5 Core Framework
+CKEditor 5 Editing Engine
 ========================================
 ========================================
 
 
-[![devDependency Status](https://david-dm.org/ckeditor/ckeditor5-core/dev-status.svg)](https://david-dm.org/ckeditor/ckeditor5-core#info=devDependencies)
+[![devDependency Status](https://david-dm.org/ckeditor/ckeditor5-editing/dev-status.svg)](https://david-dm.org/ckeditor/ckeditor5-editing#info=devDependencies)
 
 
-The core framework of CKEditor 5 project. More information about the project can be found at the following url: <https://github.com/ckeditor/ckeditor5>.
+The editing engine of CKEditor 5 project. More information about the project can be found at the following url: <https://github.com/ckeditor/ckeditor5>.
 
 
 ## License
 ## License
 
 

+ 5 - 5
packages/ckeditor5-engine/package.json

@@ -1,7 +1,7 @@
 {
 {
-  "name": "ckeditor5-core",
+  "name": "ckeditor5-engine",
   "version": "0.0.1-0.dev",
   "version": "0.0.1-0.dev",
-  "description": "CKEditor 5 Core Framework",
+  "description": "CKEditor 5 Editing Engine",
   "keywords": [
   "keywords": [
     "CKEditor"
     "CKEditor"
   ],
   ],
@@ -25,10 +25,10 @@
   },
   },
   "author": "CKSource (http://cksource.com/)",
   "author": "CKSource (http://cksource.com/)",
   "license": "See LICENSE.md",
   "license": "See LICENSE.md",
-  "homepage": "https://github.com/ckeditor/ckeditor5-core",
-  "bugs": "https://github.com/ckeditor/ckeditor5-core/issues",
+  "homepage": "https://github.com/ckeditor/ckeditor5-engine",
+  "bugs": "https://github.com/ckeditor/ckeditor5-engine/issues",
   "repository": {
   "repository": {
     "type": "git",
     "type": "git",
-    "url": "https://github.com/ckeditor/ckeditor5-core.git"
+    "url": "https://github.com/ckeditor/ckeditor5-engine.git"
   }
   }
 }
 }