Explorar o código

Renamed core to UI in boilerplate files.

Piotrek Koszuliński %!s(int64=10) %!d(string=hai) anos
pai
achega
e40e8c3271

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

@@ -1,7 +1,7 @@
-CKEditor 5 Core Framework Changelog
+CKEditor 5 UI Framework Changelog
 ========================================
 ========================================
 
 
-## CKEditor 5 Core Framework 0.0.2
+## CKEditor 5 UI Framework 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 UI Framework 0.0.1
 
 
 ...
 ...

+ 1 - 1
packages/ckeditor5-ui/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 UI Framework** – https://github.com/ckeditor/ckeditor5-ui <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-ui/README.md

@@ -1,9 +1,9 @@
-CKEditor 5 Core Framework
+CKEditor 5 UI Framework
 ========================================
 ========================================
 
 
-[![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-ui/dev-status.svg)](https://david-dm.org/ckeditor/ckeditor5-ui#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 UI framework of CKEditor 5. More information about the project can be found at the following url: <https://github.com/ckeditor/ckeditor5>.
 
 
 ## License
 ## License
 
 

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

@@ -1,7 +1,7 @@
 {
 {
-  "name": "ckeditor5-core",
+  "name": "ckeditor5-ui",
   "version": "0.0.1-0.dev",
   "version": "0.0.1-0.dev",
-  "description": "CKEditor 5 Core Framework",
+  "description": "The UI framework of CKEditor 5.",
   "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-ui",
+  "bugs": "https://github.com/ckeditor/ckeditor5-ui/issues",
   "repository": {
   "repository": {
     "type": "git",
     "type": "git",
-    "url": "https://github.com/ckeditor/ckeditor5-core.git"
+    "url": "https://github.com/ckeditor/ckeditor5-ui.git"
   }
   }
 }
 }