From f55e7aec16b59961466fb9af07fee0e1ae1182c6 Mon Sep 17 00:00:00 2001 From: Anna Tomanek Date: Thu, 4 Jan 2018 12:32:17 +0100 Subject: [PATCH] Happy 2018! Links to new sites updated, too. --- LICENSE.md | 4 ++-- README.md | 6 +++--- editors/article-editor/index.html | 12 ++++++------ editors/document-editor/index.html | 18 +++++++++--------- tutorial-abbr-1/abbr/LICENSE.md | 4 ++-- tutorial-abbr-1/abbr/dialogs/abbr.js | 6 +++--- tutorial-abbr-1/abbr/plugin.js | 4 ++-- tutorial-abbr-1/abbr/samples/abbr.html | 6 +++--- tutorial-abbr-2/abbr/LICENSE.md | 4 ++-- tutorial-abbr-2/abbr/dialogs/abbr.js | 4 ++-- tutorial-abbr-2/abbr/plugin.js | 4 ++-- tutorial-abbr-2/abbr/samples/abbr.html | 6 +++--- tutorial-abbr-acf/abbr/LICENSE.md | 4 ++-- tutorial-abbr-acf/abbr/dialogs/abbr.js | 6 +++--- tutorial-abbr-acf/abbr/plugin.js | 4 ++-- tutorial-abbr-acf/abbr/samples/abbr.html | 6 +++--- tutorial-simplebox-1/simplebox/LICENSE.md | 4 ++-- tutorial-simplebox-1/simplebox/plugin.js | 8 ++++---- .../simplebox/samples/contents.css | 2 +- .../simplebox/samples/simplebox.html | 2 +- tutorial-simplebox-2/simplebox/LICENSE.md | 4 ++-- .../simplebox/dialogs/simplebox.js | 2 +- tutorial-simplebox-2/simplebox/plugin.js | 10 +++++----- .../simplebox/samples/contents.css | 2 +- .../simplebox/samples/simplebox.html | 2 +- tutorial-timestamp/timestamp/LICENSE.md | 4 ++-- tutorial-timestamp/timestamp/plugin.js | 4 ++-- .../timestamp/samples/timestamp.html | 6 +++--- 28 files changed, 74 insertions(+), 74 deletions(-) diff --git a/LICENSE.md b/LICENSE.md index a5e4045..9a7622a 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -1,7 +1,7 @@ Software License Agreement ========================== -Copyright (c) 2014-2016, CKSource - Frederico Knabben. All rights reserved. +Copyright (c) 2014-2018, CKSource - Frederico Knabben. All rights reserved. All sample plugins are licensed under the terms of the MIT License (see Appendix A): @@ -21,7 +21,7 @@ Appendix A: The MIT License The MIT License (MIT) -Copyright (c) 2014-2016, CKSource - Frederico Knabben +Copyright (c) 2014-2018, CKSource - Frederico Knabben Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/README.md b/README.md index 7abed2a..0e6cc4a 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,11 @@ Code samples for CKEditor documentation ===================== -This repository contains ready-to-use code samples created for the [CKEditor documentation](http://docs.ckeditor.com). +This repository contains ready-to-use code samples created for the [CKEditor 4 documentation](https://docs.ckeditor.com/ckeditor4/docs/) and [website](https://ckeditor.com/ckeditor-4/). In order to see a sample in action, copy its source to the CKEditor `plugins` directory. -1. Download a CKEditor package. Note that for development purposes it is recommended to download the source version. You can do this by downloading [your own CKEditor build](http://ckeditor.com/builder) (note the sample's requirements) and checking the "Source (Big N’Slow)" option at the bottom. You can also clone the [CKEditor development repository](https://github.com/ckeditor/ckeditor-dev) and proceed from there. +1. Download a CKEditor package. Note that for development purposes it is recommended to download the source version. You can do this by downloading [your own CKEditor build](https://ckeditor.com/cke4/builder) (note the sample's requirements) and checking the "Source (Big N’Slow)" option at the bottom. You can also clone the [CKEditor development repository](https://github.com/ckeditor/ckeditor-dev) and proceed from there. 2. Copy the plugin directory which you can find in every sample to the `plugins` directory in the installed CKEditor package. @@ -15,7 +15,7 @@ For example: git clone https://github.com/ckeditor/ckeditor-dev.git git clone https://github.com/ckeditor/ckeditor-docs-samples.git - # Checkout the latest stable branch (equals to latest release available on http://ckeditor.com/download). + # Checkout the latest stable branch (equals to latest release available on https://ckeditor.com/ckeditor-4/download/). cd ckeditor-dev git co stable cd .. diff --git a/editors/article-editor/index.html b/editors/article-editor/index.html index 57d5b1a..4d08a6f 100644 --- a/editors/article-editor/index.html +++ b/editors/article-editor/index.html @@ -2,7 +2,7 @@ - + Article Editor