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

Internal: Renamed plugin from 'Paste from Word' to 'Paste from Office'.

Krzysztof Krztoń 7 лет назад
Родитель
Сommit
cdd54c2050

+ 1 - 1
packages/ckeditor5-paste-from-office/LICENSE.md

@@ -1,7 +1,7 @@
 Software License Agreement
 ==========================
 
-**CKEditor 5 Paste from Word Feature** – https://github.com/ckeditor/ckeditor5-paste-from-word <br>
+**CKEditor 5 Paste from Office Feature** – https://github.com/ckeditor/ckeditor5-paste-from-office <br>
 Copyright (c) 2003-2018, [CKSource](http://cksource.com) Frederico Knabben. All rights reserved.
 
 Licensed under the terms of [GNU General Public License Version 2 or later](http://www.gnu.org/licenses/gpl.html).

+ 9 - 9
packages/ckeditor5-paste-from-office/README.md

@@ -1,22 +1,22 @@
-CKEditor 5 paste from Word feature
+CKEditor 5 paste from Office feature
 ==================================
 
 [![Join the chat at https://gitter.im/ckeditor/ckeditor5](https://badges.gitter.im/ckeditor/ckeditor5.svg)](https://gitter.im/ckeditor/ckeditor5?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
-[![npm version](https://badge.fury.io/js/%40ckeditor%2Fckeditor5-paste-from-word.svg)](https://www.npmjs.com/package/@ckeditor/ckeditor5-paste-from-word)
-[![Build Status](https://travis-ci.org/ckeditor/ckeditor5-paste-from-word.svg?branch=master)](https://travis-ci.org/ckeditor/ckeditor5-paste-from-word)
+[![npm version](https://badge.fury.io/js/%40ckeditor%2Fckeditor5-paste-from-office.svg)](https://www.npmjs.com/package/@ckeditor/ckeditor5-paste-from-office)
+[![Build Status](https://travis-ci.org/ckeditor/ckeditor5-paste-from-office.svg?branch=master)](https://travis-ci.org/ckeditor/ckeditor5-paste-from-office)
 [![BrowserStack Status](https://automate.browserstack.com/automate/badge.svg?badge_key=d3hvenZqQVZERFQ5d09FWXdyT0ozVXhLaVltRFRjTTUyZGpvQWNmWVhUUT0tLUZqNlJ1YWRUd0RvdEVOaEptM1B2Q0E9PQ==--c9d3dee40b9b4471ff3fb516d9ecf8d09292c7e0)](https://automate.browserstack.com/public-build/d3hvenZqQVZERFQ5d09FWXdyT0ozVXhLaVltRFRjTTUyZGpvQWNmWVhUUT0tLUZqNlJ1YWRUd0RvdEVOaEptM1B2Q0E9PQ==--c9d3dee40b9b4471ff3fb516d9ecf8d09292c7e0)
-[![Coverage Status](https://coveralls.io/repos/github/ckeditor/ckeditor5-paste-from-word/badge.svg?branch=master)](https://coveralls.io/github/ckeditor/ckeditor5-paste-from-word?branch=master)
+[![Coverage Status](https://coveralls.io/repos/github/ckeditor/ckeditor5-paste-from-office/badge.svg?branch=master)](https://coveralls.io/github/ckeditor/ckeditor5-paste-from-office?branch=master)
 <br>
-[![Dependency Status](https://david-dm.org/ckeditor/ckeditor5-paste-from-word/status.svg)](https://david-dm.org/ckeditor/ckeditor5-paste-from-word)
-[![devDependency Status](https://david-dm.org/ckeditor/ckeditor5-paste-from-word/dev-status.svg)](https://david-dm.org/ckeditor/ckeditor5-paste-from-word?type=dev)
+[![Dependency Status](https://david-dm.org/ckeditor/ckeditor5-paste-from-office/status.svg)](https://david-dm.org/ckeditor/ckeditor5-paste-from-office)
+[![devDependency Status](https://david-dm.org/ckeditor/ckeditor5-paste-from-office/dev-status.svg)](https://david-dm.org/ckeditor/ckeditor5-paste-from-office?type=dev)
 
-This package implements the [Paste from Word](https://docs.ckeditor.com/ckeditor5/latest/features/paste-from-word.html) feature for CKEditor 5.
+This package implements the [Paste from Office](https://docs.ckeditor.com/ckeditor5/latest/features/paste-from-office.html) feature for CKEditor 5.
 
-Paste from Words allows copying content from Microsoft Word without loosing any formatting.
+Paste from Office allows copying content from Microsoft Word without loosing any formatting.
 
 ## Documentation
 
-See the [`@ckeditor/ckeditor5-paste-from-word` package](https://docs.ckeditor.com/ckeditor5/latest/api/paste-from-word.html) page in [CKEditor 5 documentation](https://docs.ckeditor.com/ckeditor5/latest/).
+See the [`@ckeditor/ckeditor5-paste-from-office` package](https://docs.ckeditor.com/ckeditor5/latest/api/paste-from-office.html) page in [CKEditor 5 documentation](https://docs.ckeditor.com/ckeditor5/latest/).
 
 ## License
 

+ 30 - 0
packages/ckeditor5-paste-from-office/docs/api/paste-from-office.md

@@ -0,0 +1,30 @@
+---
+category: api-reference
+---
+
+# CKEditor 5 Paste from Office feature
+
+[![npm version](https://badge.fury.io/js/%40ckeditor%2Fckeditor5-paste-from-office.svg)](https://www.npmjs.com/package/@ckeditor/ckeditor5-paste-from-office)
+
+This package implements Paste from Office feature for CKEditor 5.
+
+## Documentation
+
+See the {@link module:paste-from-office/pastefromoffice~PasteFromOffice} plugin documentation.
+
+## Installation
+
+```bash
+npm install --save @ckeditor/ckeditor5-paste-from-office
+```
+
+## Contribute
+
+The source code of this package is available on GitHub in https://github.com/ckeditor/ckeditor5-paste-from-office.
+
+## External links
+
+* [`@ckeditor/ckeditor5-paste-from-office` on npm](https://www.npmjs.com/package/@ckeditor/ckeditor5-paste-from-office)
+* [`ckeditor/ckeditor5-paste-from-office` on GitHub](https://github.com/ckeditor/ckeditor5-paste-from-office)
+* [Issue tracker](https://github.com/ckeditor/ckeditor5-paste-from-office/issues)
+* [Changelog](https://github.com/ckeditor/ckeditor5-paste-from-office/blob/master/CHANGELOG.md)

+ 6 - 5
packages/ckeditor5-paste-from-office/package.json

@@ -1,13 +1,14 @@
 {
-  "name": "@ckeditor/ckeditor5-paste-from-word",
+  "name": "@ckeditor/ckeditor5-paste-from-office",
   "version": "0.0.1",
-  "description": "Paste from Word feature for CKEditor 5.",
+  "description": "Paste from Office feature for CKEditor 5.",
   "keywords": [
     "ckeditor",
     "ckeditor5",
     "ckeditor 5",
     "ckeditor5-feature",
-    "paste from Word"
+    "paste from Word",
+    "paste from Office"
   ],
   "dependencies": {},
   "devDependencies": {
@@ -33,11 +34,11 @@
   "license": "GPL-2.0-or-later",
   "homepage": "https://ckeditor.com",
   "bugs": {
-    "url": "https://github.com/ckeditor/ckeditor5-paste-from-word/issues"
+    "url": "https://github.com/ckeditor/ckeditor5-paste-from-office/issues"
   },
   "repository": {
     "type": "git",
-    "url": "git+https://github.com/ckeditor/ckeditor5-paste-from-word.git"
+    "url": "git+https://github.com/ckeditor/ckeditor5-paste-from-office.git"
   },
   "scripts": {
     "lint": "eslint --quiet '**/*.js'",

+ 1 - 1
packages/ckeditor5-paste-from-office/tests/manual/integration.md

@@ -1,4 +1,4 @@
-## Paste from Word
+## Paste from Office
 
 Simple test for Paste from Word.