From 54949764d19c4377bd6835c53c0df841a65cf352 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dariusz=20Jarze=CC=A8bski?= Date: Thu, 3 Oct 2019 10:20:47 +0200 Subject: [PATCH] Update repo names and some links. --- .gitmodules | 2 +- README.md | 4 ++-- build.sh | 2 +- presets/README.md | 8 ++++---- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.gitmodules b/.gitmodules index 730e7098..5965cd60 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,6 +1,6 @@ [submodule "ckeditor"] path = ckeditor - url = https://github.com/ckeditor/ckeditor-dev.git + url = https://github.com/ckeditor/ckeditor4.git [submodule "plugins/wsc"] path = plugins/wsc url = https://github.com/WebSpellChecker/ckeditor-plugin-wsc.git diff --git a/README.md b/README.md index bfe40bfa..d8748c49 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ The original source code from the official CKEditor repositories is used for the To clone this code: - > git clone https://github.com/ckeditor/ckeditor-presets.git + > git clone https://github.com/ckeditor/ckeditor4-presets.git Then, the registered submodules need to be updated: @@ -25,7 +25,7 @@ This is the command syntax: > build.sh standard|basic|full [all] -The optional "all" argument tells the builder to include all plugins available in the ckeditor-dev repository, even if they're not included in the preset. +The optional "all" argument tells the builder to include all plugins available in the `ckeditor4` repository, even if they're not included in the preset. The build will be then created in the `build/[preset name]` folder. diff --git a/build.sh b/build.sh index 3ba81ccc..b24afaeb 100755 --- a/build.sh +++ b/build.sh @@ -7,7 +7,7 @@ # Move to the script directory. cd $(dirname $0) -# Use the ckeditor-dev commit hash as the revision. +# Use the ckeditor4 commit hash as the revision. cd ckeditor/ rev=`git rev-parse --verify --short HEAD` CKEDITOR_VERSION=`node -pe "require('./package.json').version"` diff --git a/presets/README.md b/presets/README.md index 82c6b306..bff7e295 100644 --- a/presets/README.md +++ b/presets/README.md @@ -2,23 +2,23 @@ CKEditor 4 ========== Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved. -http://ckeditor.com - See LICENSE.md for license information. +https://ckeditor.com - See LICENSE.md for license information. -CKEditor is a text editor to be used inside web pages. It's not a replacement +CKEditor 4 is a text editor to be used inside web pages. It's not a replacement for desktop text editors like Word or OpenOffice, but a component to be used as part of web applications and websites. ## Documentation The full editor documentation is available online at the following address: -http://docs.ckeditor.com +https://ckeditor.com/docs/ ## Installation Installing CKEditor is an easy task. Just follow these simple steps: 1. **Download** the latest version from the CKEditor website: - http://ckeditor.com. You should have already completed this step, but be + https://ckeditor.com. You should have already completed this step, but be sure you have the very latest version. 2. **Extract** (decompress) the downloaded file into the root of your website.