8
0
Krzysztof Krztoń 7 жил өмнө
commit
b4091384ad

+ 12 - 0
packages/ckeditor5-paste-from-office/.editorconfig

@@ -0,0 +1,12 @@
+# Configurations to normalize the IDE behavior.
+# http://editorconfig.org/
+
+root = true
+
+[*]
+indent_style = tab
+tab_width = 4
+charset = utf-8
+end_of_line = lf
+trim_trailing_whitespace = true
+insert_final_newline = true

+ 12 - 0
packages/ckeditor5-paste-from-office/.eslintrc.js

@@ -0,0 +1,12 @@
+/**
+ * @license Copyright (c) 2003-2018, CKSource - Frederico Knabben. All rights reserved.
+ * For licensing, see LICENSE.md.
+ */
+
+/* eslint-env node */
+
+'use strict';
+
+module.exports = {
+	extends: 'ckeditor5'
+};

+ 18 - 0
packages/ckeditor5-paste-from-office/.gitattributes

@@ -0,0 +1,18 @@
+*			text=auto
+
+*.htaccess	eol=lf
+*.cgi		eol=lf
+*.sh		eol=lf
+
+*.css		text
+*.htm		text
+*.html		text
+*.js		text
+*.json		text
+*.php		text
+*.txt		text
+*.md		text
+
+*.png		-text
+*.gif		-text
+*.jpg		-text

+ 9 - 0
packages/ckeditor5-paste-from-office/.github/PULL_REQUEST_TEMPLATE.md

@@ -0,0 +1,9 @@
+### Suggested merge commit message ([convention](https://github.com/ckeditor/ckeditor5-design/wiki/Git-commit-message-convention))
+
+Type: Message. Closes #000.
+
+---
+
+### Additional information
+
+*For example – encountered issues, assumptions you had to make, other affected tickets, etc.*

+ 1 - 0
packages/ckeditor5-paste-from-office/.gitignore

@@ -0,0 +1 @@
+node_modules/

+ 28 - 0
packages/ckeditor5-paste-from-office/.travis.yml

@@ -0,0 +1,28 @@
+sudo: required
+dist: trusty
+addons:
+  firefox: latest
+  apt:
+    sources:
+    - google-chrome
+    packages:
+    - google-chrome-stable
+language: node_js
+node_js:
+- '6'
+cache:
+- node_modules
+before_install:
+- export DISPLAY=:99.0
+- sh -e /etc/init.d/xvfb start
+install:
+- npm install @ckeditor/ckeditor5-dev-tests
+- ckeditor5-dev-tests-install-dependencies
+script:
+- ckeditor5-dev-tests-travis
+after_success:
+- ckeditor5-dev-tests-save-revision
+env:
+  global:
+  - secure:
+  - secure:

+ 4 - 0
packages/ckeditor5-paste-from-office/CONTRIBUTING.md

@@ -0,0 +1,4 @@
+Contributing
+========================================
+
+Information about contributing can be found on the following page: <https://github.com/ckeditor/ckeditor5/blob/master/CONTRIBUTING.md>.

+ 17 - 0
packages/ckeditor5-paste-from-office/LICENSE.md

@@ -0,0 +1,17 @@
+Software License Agreement
+==========================
+
+**CKEditor 5 Paste from Word Feature** – https://github.com/ckeditor/ckeditor5-paste-from-word <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).
+
+Sources of Intellectual Property Included in CKEditor
+-----------------------------------------------------
+
+Where not otherwise indicated, all CKEditor content is authored by CKSource engineers and consists of CKSource-owned intellectual property. In some specific instances, CKEditor will incorporate work done by developers outside of CKSource with their express permission.
+
+Trademarks
+----------
+
+**CKEditor** is a trademark of [CKSource](http://cksource.com) Frederico Knabben. All other brand and product names are trademarks, registered trademarks or service marks of their respective holders.

+ 23 - 0
packages/ckeditor5-paste-from-office/README.md

@@ -0,0 +1,23 @@
+CKEditor 5 paste from Word 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)
+[![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)
+<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)
+
+This package implements the [Paste from Word](https://docs.ckeditor.com/ckeditor5/latest/features/paste-from-word.html) feature for CKEditor 5.
+
+Paste from Words 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/).
+
+## License
+
+Licensed under the terms of [GNU General Public License Version 2 or later](http://www.gnu.org/licenses/gpl.html). For full details about the license, please check the `LICENSE.md` file.