Browse Source

Ported all build docs.

Piotrek Koszuliński 8 years ago
parent
commit
fe36fc11ca

+ 31 - 0
docs/builds/guides/license-and-legal.md

@@ -0,0 +1,31 @@
+---
+# Scope:
+# * Clarify copyright and license conditions.
+
+title: License and legal
+category: builds-guides
+order: 310
+---
+
+The following legal notices apply to CKEditor 5 Builds and all software from the CKEditor 5 Ecosystem included with it.
+
+Copyright (c) 2003-2017, CKSource Frederico Knabben. All rights reserved.
+
+Licensed under the terms of any of the following licenses at your choice:
+
+* [GNU General Public License Version 2 or later (the "GPL")](http://www.gnu.org/licenses/old-licenses/gpl-2.0.html)
+* [GNU Lesser General Public License Version 2.1 or later (the "LGPL")](http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html)
+* [Mozilla Public License Version 1.1 or later (the "MPL")](http://www.mozilla.org/MPL/MPL-1.1.html)
+
+You are not required to, but if you want to explicitly declare the license you have chosen to be bound to when using, reproducing, modifying and distributing this software, just include a text file titled "legal.txt" in your version of this software, indicating your license choice. In any case, your choice will not restrict any recipient of your version of this software to use, reproduce, modify and distribute this software under any of the above licenses.
+
+##  Sources of Intellectual Property Included in CKEditor
+
+Where not otherwise indicated, all CKEditor 5 Builds 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.
+
+<!-- TODO 5 -->
+
+## 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.
+

+ 29 - 0
docs/builds/guides/reporting-issues.md

@@ -0,0 +1,29 @@
+---
+# Scope:
+# * Serve as a single point for the most common questions.
+# * Drive the user to other parts of documentation.
+# * Bring knowledge for topics not covered in other parts of the documentation.
+
+title: Reporting issues
+category: builds-guides
+order: 320
+---
+
+If you feel you found an issue in CKEditor, we will be grateful for letting us know. Before you create a bug report, however, please read our guidelines on how to do it properly and most efficiently.
+
+## Reproduce on official examples
+
+To eliminate the chance that the issue might be caused by some third-party software or your customizations, try to reproduce the issue on the {@link TODO official examples} first.
+
+The examples are always running the latest editor version. Please note that if the problem was fixed in one of the releases that succeeded the version you are using, you will need to upgrade your CKEditor installation as we do not backport fixes.
+
+Most of the issues are reproducible on the demo. If you have a different case though, no problem. Go ahead with the next steps.
+
+## Reporting Issues
+
+All issues should be reported on the [CKEditor 5 repositories](https://github.com/ckeditor?q=ckeditor5) in GitHub.
+
+Issues related to builds are usually due to issues in the CKEditor 5 Framework components and plugins included in the build. You may report issues directly into the repositories that you think are related to them (like plugins) but, if you are unsure, the [`ckeditor5` issues page](https://github.com/ckeditor/ckeditor5/issues) should be used as the fallback place for any issue. The CKEditor 5 team will them take steps to move the issue to the right place or give you further instructions, if necessary.
+
+Issues on third party plugins should be reported to their developers directly.
+

+ 4 - 2
docs/umberto.json

@@ -84,12 +84,14 @@
 						{
 							"name": "Integration",
 							"id": "builds-integration",
-							"slug": "integration"
+							"slug": "integration",
+							"order": 100
 						},
 						{
 							"name": "Development",
 							"id": "builds-development",
-							"slug": "development"
+							"slug": "development",
+							"order": 200
 						}
 					]
 				}