From 9eb857e68c11da1975087594893621022d4e3a47 Mon Sep 17 00:00:00 2001 From: Merlijn Vos Date: Thu, 19 Sep 2024 10:42:57 +0200 Subject: [PATCH] docs: rename Edgly to Smart CDN (#5449) * docs: rename Edgly to Smart CDN * Apply suggestions from code review * Apply suggestions from code review --- CHANGELOG.md | 2 +- README.md | 5 ++--- examples/transloadit/index.html | 2 +- packages/@uppy/angular/projects/uppy/angular/README.md | 2 +- packages/@uppy/audio/README.md | 4 ++-- packages/@uppy/aws-s3/README.md | 4 ++-- packages/@uppy/box/README.md | 4 ++-- packages/@uppy/compressor/README.md | 4 ++-- packages/@uppy/core/README.md | 4 ++-- packages/@uppy/dashboard/README.md | 4 ++-- packages/@uppy/drag-drop/README.md | 4 ++-- packages/@uppy/dropbox/README.md | 4 ++-- packages/@uppy/facebook/README.md | 4 ++-- packages/@uppy/file-input/README.md | 4 ++-- packages/@uppy/form/README.md | 4 ++-- packages/@uppy/golden-retriever/README.md | 4 ++-- packages/@uppy/google-drive/README.md | 4 ++-- packages/@uppy/google-photos/README.md | 4 ++-- packages/@uppy/image-editor/README.md | 4 ++-- packages/@uppy/informer/README.md | 4 ++-- packages/@uppy/instagram/README.md | 4 ++-- packages/@uppy/onedrive/README.md | 4 ++-- packages/@uppy/progress-bar/README.md | 4 ++-- packages/@uppy/react/README.md | 4 ++-- packages/@uppy/redux-dev-tools/README.md | 4 ++-- packages/@uppy/remote-sources/README.md | 4 ++-- packages/@uppy/screen-capture/README.md | 4 ++-- packages/@uppy/status-bar/README.md | 4 ++-- packages/@uppy/store-default/README.md | 4 ++-- packages/@uppy/store-redux/README.md | 4 ++-- packages/@uppy/thumbnail-generator/README.md | 4 ++-- packages/@uppy/transloadit/README.md | 4 ++-- packages/@uppy/tus/README.md | 4 ++-- packages/@uppy/unsplash/README.md | 4 ++-- packages/@uppy/url/README.md | 4 ++-- packages/@uppy/vue/README.md | 4 ++-- packages/@uppy/webcam/README.md | 4 ++-- packages/@uppy/xhr-upload/README.md | 4 ++-- packages/@uppy/zoom/README.md | 4 ++-- private/upload-to-cdn/index.js | 2 +- 40 files changed, 76 insertions(+), 77 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 15b1344db..6116eae18 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6154,7 +6154,7 @@ Released: 2018-02-11. - dashboard: Use more accessible tip lib microtip (#536 / @arturi) - docs: Add PHP snippets to XHRUpload docs (#567 / @goto-bus-stop) - meta: Added instruction to fork the repo first (#512 / muhammadInam) -- meta: Automatically host releases on edgly and use that as our main CDN (#558 / @kvz) +- meta: Automatically host releases on Smart CDN and use that as our main CDN (#558 / @kvz) - meta: Dependency version updates (#523 / @goto-bus-stop) - meta: Remove unused files from published package (#586 / @goto-bus-stop) - s3: Respect `limit` option for upload parameter requests too; fix isXml() check when no content-type is available (#545, #544, #528 / @goto-bus-stop) diff --git a/README.md b/README.md index 2faed23c2..d67c22796 100644 --- a/README.md +++ b/README.md @@ -91,9 +91,8 @@ Add CSS either to your HTML page’s `` or include in JS, if your bundler of choice supports it. -Alternatively, you can also use a pre-built bundle from Transloadit’s CDN: -Edgly. In that case `Uppy` will attach itself to the global `window.Uppy` -object. +Alternatively, you can also use a pre-built bundle from Transloadit’s CDN: Smart +CDN. In that case `Uppy` will attach itself to the global `window.Uppy` object. > ⚠️ The bundle consists of most Uppy plugins, so this method is not recommended > for production, as your users will have to download all plugins when you are diff --git a/examples/transloadit/index.html b/examples/transloadit/index.html index ac0cf2a5e..a3919ae1f 100644 --- a/examples/transloadit/index.html +++ b/examples/transloadit/index.html @@ -37,7 +37,7 @@

Uppy Transloadit diff --git a/packages/@uppy/angular/projects/uppy/angular/README.md b/packages/@uppy/angular/projects/uppy/angular/README.md index 17fff277a..24875eb67 100644 --- a/packages/@uppy/angular/projects/uppy/angular/README.md +++ b/packages/@uppy/angular/projects/uppy/angular/README.md @@ -20,7 +20,7 @@ Uppy is being developed by the folks at [Transloadit](https://transloadit.com), $ npm install @uppy/angular --save ``` -Alternatively, you can also use this plugin in a pre-built bundle from Transloadit’s CDN: Edgly. In that case `Uppy` will attach itself to the global `window.Uppy` object. See the [main Uppy documentation](https://uppy.io/docs/#Installation) for instructions. +Alternatively, you can also use this plugin in a pre-built bundle from Transloadit’s CDN: Smart CDN. In that case `Uppy` will attach itself to the global `window.Uppy` object. See the [main Uppy documentation](https://uppy.io/docs/#Installation) for instructions. ## Documentation diff --git a/packages/@uppy/audio/README.md b/packages/@uppy/audio/README.md index 5a5628016..b5dec2945 100644 --- a/packages/@uppy/audio/README.md +++ b/packages/@uppy/audio/README.md @@ -30,8 +30,8 @@ $ npm install @uppy/audio ``` Alternatively, you can also use this plugin in a pre-built bundle from -Transloadit’s CDN: Edgly. In that case `Uppy` will attach itself to the global -`window.Uppy` object. See the +Transloadit’s CDN: Smart CDN. In that case `Uppy` will attach itself to the +global `window.Uppy` object. See the [main Uppy documentation](https://uppy.io/docs/#Installation) for instructions. ## Documentation diff --git a/packages/@uppy/aws-s3/README.md b/packages/@uppy/aws-s3/README.md index d3707973c..9274a5651 100644 --- a/packages/@uppy/aws-s3/README.md +++ b/packages/@uppy/aws-s3/README.md @@ -34,8 +34,8 @@ $ npm install @uppy/aws-s3 ``` Alternatively, you can also use this plugin in a pre-built bundle from -Transloadit’s CDN: Edgly. In that case `Uppy` will attach itself to the global -`window.Uppy` object. See the +Transloadit’s CDN: Smart CDN. In that case `Uppy` will attach itself to the +global `window.Uppy` object. See the [main Uppy documentation](https://uppy.io/docs/#Installation) for instructions. ## Documentation diff --git a/packages/@uppy/box/README.md b/packages/@uppy/box/README.md index baefa9e00..0b8df87f9 100644 --- a/packages/@uppy/box/README.md +++ b/packages/@uppy/box/README.md @@ -36,8 +36,8 @@ $ npm install @uppy/box ``` Alternatively, you can also use this plugin in a pre-built bundle from -Transloadit’s CDN: Edgly. In that case `Uppy` will attach itself to the global -`window.Uppy` object. See the +Transloadit’s CDN: Smart CDN. In that case `Uppy` will attach itself to the +global `window.Uppy` object. See the [main Uppy documentation](https://uppy.io/docs/#Installation) for instructions. ## Documentation diff --git a/packages/@uppy/compressor/README.md b/packages/@uppy/compressor/README.md index aecb028f9..e0993002c 100644 --- a/packages/@uppy/compressor/README.md +++ b/packages/@uppy/compressor/README.md @@ -35,8 +35,8 @@ as [Parcel](https://parceljs.org/), [Vite](https://vitejs.dev/) or [Webpack](https://webpack.js.org/). Alternatively, you can also use this plugin in a pre-built bundle from -Transloadit’s CDN: Edgly. In that case `Uppy` will attach itself to the global -`window.Uppy` object. See the +Transloadit’s CDN: Smart CDN. In that case `Uppy` will attach itself to the +global `window.Uppy` object. See the [main Uppy documentation](https://uppy.io/docs/#Installation) for instructions. ## Documentation diff --git a/packages/@uppy/core/README.md b/packages/@uppy/core/README.md index 1e9be1055..580110f34 100644 --- a/packages/@uppy/core/README.md +++ b/packages/@uppy/core/README.md @@ -38,8 +38,8 @@ $ npm install @uppy/core ``` Alternatively, you can also use this plugin in a pre-built bundle from -Transloadit’s CDN: Edgly. In that case `Uppy` will attach itself to the global -`window.Uppy` object. See the +Transloadit’s CDN: Smart CDN. In that case `Uppy` will attach itself to the +global `window.Uppy` object. See the [main Uppy documentation](https://uppy.io/docs/#Installation) for instructions. ## Documentation diff --git a/packages/@uppy/dashboard/README.md b/packages/@uppy/dashboard/README.md index b87971313..9eb66b92d 100644 --- a/packages/@uppy/dashboard/README.md +++ b/packages/@uppy/dashboard/README.md @@ -44,8 +44,8 @@ $ npm install @uppy/dashboard ``` Alternatively, you can also use this plugin in a pre-built bundle from -Transloadit’s CDN: Edgly. In that case `Uppy` will attach itself to the global -`window.Uppy` object. See the +Transloadit’s CDN: Smart CDN. In that case `Uppy` will attach itself to the +global `window.Uppy` object. See the [main Uppy documentation](https://uppy.io/docs/#Installation) for instructions. ## Documentation diff --git a/packages/@uppy/drag-drop/README.md b/packages/@uppy/drag-drop/README.md index 7566041fc..c1abf835d 100644 --- a/packages/@uppy/drag-drop/README.md +++ b/packages/@uppy/drag-drop/README.md @@ -33,8 +33,8 @@ $ npm install @uppy/drag-drop ``` Alternatively, you can also use this plugin in a pre-built bundle from -Transloadit’s CDN: Edgly. In that case `Uppy` will attach itself to the global -`window.Uppy` object. See the +Transloadit’s CDN: Smart CDN. In that case `Uppy` will attach itself to the +global `window.Uppy` object. See the [main Uppy documentation](https://uppy.io/docs/#Installation) for instructions. ## Documentation diff --git a/packages/@uppy/dropbox/README.md b/packages/@uppy/dropbox/README.md index fa47f5039..022a3f69c 100644 --- a/packages/@uppy/dropbox/README.md +++ b/packages/@uppy/dropbox/README.md @@ -36,8 +36,8 @@ $ npm install @uppy/dropbox ``` Alternatively, you can also use this plugin in a pre-built bundle from -Transloadit’s CDN: Edgly. In that case `Uppy` will attach itself to the global -`window.Uppy` object. See the +Transloadit’s CDN: Smart CDN. In that case `Uppy` will attach itself to the +global `window.Uppy` object. See the [main Uppy documentation](https://uppy.io/docs/#Installation) for instructions. ## Documentation diff --git a/packages/@uppy/facebook/README.md b/packages/@uppy/facebook/README.md index e2a2edd7e..b031bfa2a 100644 --- a/packages/@uppy/facebook/README.md +++ b/packages/@uppy/facebook/README.md @@ -37,8 +37,8 @@ $ npm install @uppy/facebook ``` Alternatively, you can also use this plugin in a pre-built bundle from -Transloadit’s CDN: Edgly. In that case `Uppy` will attach itself to the global -`window.Uppy` object. See the +Transloadit’s CDN: Smart CDN. In that case `Uppy` will attach itself to the +global `window.Uppy` object. See the [main Uppy documentation](https://uppy.io/docs/#Installation) for instructions. ## Documentation diff --git a/packages/@uppy/file-input/README.md b/packages/@uppy/file-input/README.md index 71b872e72..db42c0c2a 100644 --- a/packages/@uppy/file-input/README.md +++ b/packages/@uppy/file-input/README.md @@ -35,8 +35,8 @@ $ npm install @uppy/file-input ``` Alternatively, you can also use this plugin in a pre-built bundle from -Transloadit’s CDN: Edgly. In that case `Uppy` will attach itself to the global -`window.Uppy` object. See the +Transloadit’s CDN: Smart CDN. In that case `Uppy` will attach itself to the +global `window.Uppy` object. See the [main Uppy documentation](https://uppy.io/docs/#Installation) for instructions. ## Documentation diff --git a/packages/@uppy/form/README.md b/packages/@uppy/form/README.md index 33b478eee..1f006c87b 100644 --- a/packages/@uppy/form/README.md +++ b/packages/@uppy/form/README.md @@ -38,8 +38,8 @@ $ npm install @uppy/form ``` Alternatively, you can also use this plugin in a pre-built bundle from -Transloadit’s CDN: Edgly. In that case `Uppy` will attach itself to the global -`window.Uppy` object. See the +Transloadit’s CDN: Smart CDN. In that case `Uppy` will attach itself to the +global `window.Uppy` object. See the [main Uppy documentation](https://uppy.io/docs/#Installation) for instructions. ## Documentation diff --git a/packages/@uppy/golden-retriever/README.md b/packages/@uppy/golden-retriever/README.md index c634040d3..96eb8494c 100644 --- a/packages/@uppy/golden-retriever/README.md +++ b/packages/@uppy/golden-retriever/README.md @@ -35,8 +35,8 @@ $ npm install @uppy/golden-retriever ``` Alternatively, you can also use this plugin in a pre-built bundle from -Transloadit’s CDN: Edgly. In that case `Uppy` will attach itself to the global -`window.Uppy` object. See the +Transloadit’s CDN: Smart CDN. In that case `Uppy` will attach itself to the +global `window.Uppy` object. See the [main Uppy documentation](https://uppy.io/docs/#Installation) for instructions. ## Documentation diff --git a/packages/@uppy/google-drive/README.md b/packages/@uppy/google-drive/README.md index 0ea737030..3a9621ca4 100644 --- a/packages/@uppy/google-drive/README.md +++ b/packages/@uppy/google-drive/README.md @@ -37,8 +37,8 @@ $ npm install @uppy/google-drive ``` Alternatively, you can also use this plugin in a pre-built bundle from -Transloadit’s CDN: Edgly. In that case `Uppy` will attach itself to the global -`window.Uppy` object. See the +Transloadit’s CDN: Smart CDN. In that case `Uppy` will attach itself to the +global `window.Uppy` object. See the [main Uppy documentation](https://uppy.io/docs/#Installation) for instructions. ## Documentation diff --git a/packages/@uppy/google-photos/README.md b/packages/@uppy/google-photos/README.md index 4cc652ee1..1d6b73e07 100644 --- a/packages/@uppy/google-photos/README.md +++ b/packages/@uppy/google-photos/README.md @@ -37,8 +37,8 @@ $ npm install @uppy/google-photos ``` Alternatively, you can also use this plugin in a pre-built bundle from -Transloadit’s CDN: Edgly. In that case `Uppy` will attach itself to the global -`window.Uppy` object. See the +Transloadit’s CDN: Smart CDN. In that case `Uppy` will attach itself to the +global `window.Uppy` object. See the [main Uppy documentation](https://uppy.io/docs/#Installation) for instructions. ## Documentation diff --git a/packages/@uppy/image-editor/README.md b/packages/@uppy/image-editor/README.md index 56628466d..ca5281cb7 100644 --- a/packages/@uppy/image-editor/README.md +++ b/packages/@uppy/image-editor/README.md @@ -37,8 +37,8 @@ $ npm install @uppy/image-editor ``` Alternatively, you can also use this plugin in a pre-built bundle from -Transloadit’s CDN: Edgly. In that case `Uppy` will attach itself to the global -`window.Uppy` object. See the +Transloadit’s CDN: Smart CDN. In that case `Uppy` will attach itself to the +global `window.Uppy` object. See the [main Uppy documentation](https://uppy.io/docs/#Installation) for instructions. ## Documentation diff --git a/packages/@uppy/informer/README.md b/packages/@uppy/informer/README.md index eb3d2a37d..6ce4c1384 100644 --- a/packages/@uppy/informer/README.md +++ b/packages/@uppy/informer/README.md @@ -32,8 +32,8 @@ $ npm install @uppy/informer ``` Alternatively, you can also use this plugin in a pre-built bundle from -Transloadit’s CDN: Edgly. In that case `Uppy` will attach itself to the global -`window.Uppy` object. See the +Transloadit’s CDN: Smart CDN. In that case `Uppy` will attach itself to the +global `window.Uppy` object. See the [main Uppy documentation](https://uppy.io/docs/#Installation) for instructions. ## Documentation diff --git a/packages/@uppy/instagram/README.md b/packages/@uppy/instagram/README.md index 283741b42..8cdf19285 100644 --- a/packages/@uppy/instagram/README.md +++ b/packages/@uppy/instagram/README.md @@ -34,8 +34,8 @@ $ npm install @uppy/instagram ``` Alternatively, you can also use this plugin in a pre-built bundle from -Transloadit’s CDN: Edgly. In that case `Uppy` will attach itself to the global -`window.Uppy` object. See the +Transloadit’s CDN: Smart CDN. In that case `Uppy` will attach itself to the +global `window.Uppy` object. See the [main Uppy documentation](https://uppy.io/docs/#Installation) for instructions. ## Documentation diff --git a/packages/@uppy/onedrive/README.md b/packages/@uppy/onedrive/README.md index 9279d4d8a..8a643ee21 100644 --- a/packages/@uppy/onedrive/README.md +++ b/packages/@uppy/onedrive/README.md @@ -37,8 +37,8 @@ $ npm install @uppy/onedrive ``` Alternatively, you can also use this plugin in a pre-built bundle from -Transloadit’s CDN: Edgly. In that case `Uppy` will attach itself to the global -`window.Uppy` object. See the +Transloadit’s CDN: Smart CDN. In that case `Uppy` will attach itself to the +global `window.Uppy` object. See the [main Uppy documentation](https://uppy.io/docs/#Installation) for instructions. ## Documentation diff --git a/packages/@uppy/progress-bar/README.md b/packages/@uppy/progress-bar/README.md index ec07a9e5e..e711d5c1e 100644 --- a/packages/@uppy/progress-bar/README.md +++ b/packages/@uppy/progress-bar/README.md @@ -33,8 +33,8 @@ $ npm install @uppy/progress-bar ``` Alternatively, you can also use this plugin in a pre-built bundle from -Transloadit’s CDN: Edgly. In that case `Uppy` will attach itself to the global -`window.Uppy` object. See the +Transloadit’s CDN: Smart CDN. In that case `Uppy` will attach itself to the +global `window.Uppy` object. See the [main Uppy documentation](https://uppy.io/docs/#Installation) for instructions. ## Documentation diff --git a/packages/@uppy/react/README.md b/packages/@uppy/react/README.md index 7817cd437..b10339f8f 100644 --- a/packages/@uppy/react/README.md +++ b/packages/@uppy/react/README.md @@ -48,8 +48,8 @@ $ npm install @uppy/react ``` Alternatively, you can also use this plugin in a pre-built bundle from -Transloadit’s CDN: Edgly. In that case `Uppy` will attach itself to the global -`window.Uppy` object. See the +Transloadit’s CDN: Smart CDN. In that case `Uppy` will attach itself to the +global `window.Uppy` object. See the [main Uppy documentation](https://uppy.io/docs/#Installation) for instructions. ## Documentation diff --git a/packages/@uppy/redux-dev-tools/README.md b/packages/@uppy/redux-dev-tools/README.md index 53b071c07..d774af6b1 100644 --- a/packages/@uppy/redux-dev-tools/README.md +++ b/packages/@uppy/redux-dev-tools/README.md @@ -30,8 +30,8 @@ $ npm install @uppy/redux-dev-tools ``` Alternatively, you can also use this plugin in a pre-built bundle from -Transloadit’s CDN: Edgly. In that case `Uppy` will attach itself to the global -`window.Uppy` object. See the +Transloadit’s CDN: Smart CDN. In that case `Uppy` will attach itself to the +global `window.Uppy` object. See the [main Uppy documentation](https://uppy.io/docs/#Installation) for instructions. ## Documentation diff --git a/packages/@uppy/remote-sources/README.md b/packages/@uppy/remote-sources/README.md index a1f3337fe..39f669fa9 100644 --- a/packages/@uppy/remote-sources/README.md +++ b/packages/@uppy/remote-sources/README.md @@ -28,8 +28,8 @@ yarn add @uppy/remote-sources ``` Alternatively, you can also use this plugin in a pre-built bundle from -Transloadit’s CDN: Edgly. In that case `Uppy.RemoteSources` will attach itself -to the global `window.Uppy` object. See the +Transloadit’s CDN: Smart CDN. In that case `Uppy.RemoteSources` will attach +itself to the global `window.Uppy` object. See the [main Uppy documentation](https://uppy.io/docs/#Installation) for instructions. ## Documentation diff --git a/packages/@uppy/screen-capture/README.md b/packages/@uppy/screen-capture/README.md index 55e0cb437..1cb9ae680 100644 --- a/packages/@uppy/screen-capture/README.md +++ b/packages/@uppy/screen-capture/README.md @@ -30,8 +30,8 @@ $ npm install @uppy/screen-capture ``` Alternatively, you can also use this plugin in a pre-built bundle from -Transloadit’s CDN: Edgly. In that case `Uppy` will attach itself to the global -`window.Uppy` object. See the +Transloadit’s CDN: Smart CDN. In that case `Uppy` will attach itself to the +global `window.Uppy` object. See the [main Uppy documentation](https://uppy.io/docs/#Installation) for instructions. ## Documentation diff --git a/packages/@uppy/status-bar/README.md b/packages/@uppy/status-bar/README.md index 69d7e3463..c0e529a81 100644 --- a/packages/@uppy/status-bar/README.md +++ b/packages/@uppy/status-bar/README.md @@ -40,8 +40,8 @@ $ npm install @uppy/status-bar ``` Alternatively, you can also use this plugin in a pre-built bundle from -Transloadit’s CDN: Edgly. In that case `Uppy` will attach itself to the global -`window.Uppy` object. See the +Transloadit’s CDN: Smart CDN. In that case `Uppy` will attach itself to the +global `window.Uppy` object. See the [main Uppy documentation](https://uppy.io/docs/#Installation) for instructions. ## Documentation diff --git a/packages/@uppy/store-default/README.md b/packages/@uppy/store-default/README.md index d4319b18a..c36cf72f1 100644 --- a/packages/@uppy/store-default/README.md +++ b/packages/@uppy/store-default/README.md @@ -31,8 +31,8 @@ $ npm install @uppy/store-default ``` Alternatively, you can also use this package in a pre-built bundle from -Transloadit’s CDN: Edgly. In that case `Uppy` will attach itself to the global -`window.Uppy` object. See the +Transloadit’s CDN: Smart CDN. In that case `Uppy` will attach itself to the +global `window.Uppy` object. See the [main Uppy documentation](https://uppy.io/docs/#Installation) for instructions. ## Documentation diff --git a/packages/@uppy/store-redux/README.md b/packages/@uppy/store-redux/README.md index 13d1589ae..0e1fd7011 100644 --- a/packages/@uppy/store-redux/README.md +++ b/packages/@uppy/store-redux/README.md @@ -41,8 +41,8 @@ $ npm install @uppy/store-redux ``` Alternatively, you can also use this plugin in a pre-built bundle from -Transloadit’s CDN: Edgly. In that case `Uppy` will attach itself to the global -`window.Uppy` object. See the +Transloadit’s CDN: Smart CDN. In that case `Uppy` will attach itself to the +global `window.Uppy` object. See the [main Uppy documentation](https://uppy.io/docs/#Installation) for instructions. ## Documentation diff --git a/packages/@uppy/thumbnail-generator/README.md b/packages/@uppy/thumbnail-generator/README.md index 13c6825f3..4540ed1e1 100644 --- a/packages/@uppy/thumbnail-generator/README.md +++ b/packages/@uppy/thumbnail-generator/README.md @@ -31,8 +31,8 @@ $ npm install @uppy/thumbnail-generator ``` Alternatively, you can also use this plugin in a pre-built bundle from -Transloadit’s CDN: Edgly. In that case `Uppy` will attach itself to the global -`window.Uppy` object. See the +Transloadit’s CDN: Smart CDN. In that case `Uppy` will attach itself to the +global `window.Uppy` object. See the [main Uppy documentation](https://uppy.io/docs/#Installation) for instructions.