Skip to content

Commit

Permalink
readme: rename the uploader (#972)
Browse files Browse the repository at this point in the history
* [CM-4] Rename the uploader

* [CM-4] Add deprecation alert

* Update README.md

Co-authored-by: Aleksandr Grenishin <nd0ut.me@gmail.com>

* Update DEVELOPMENT.md

* Update README.md

* Update README.md

---------

Co-authored-by: Aleksandr Grenishin <nd0ut.me@gmail.com>
  • Loading branch information
tenebricosa and nd0ut authored Aug 8, 2024
1 parent 6176a50 commit 47ac395
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 8 deletions.
2 changes: 1 addition & 1 deletion DEVELOPMENT.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Uploadcare Widget development guide
# jQuery File Uploader development guide

Clone the repository.

Expand Down
20 changes: 13 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,18 @@
# Uploadcare Widget
# Uploadcare jQuery File Uploader

## ⚠️ Deprecation alert

**This package is deprecated. Please use the new [Uploadcare File Uploader](https://github.com/uploadcare/file-uploader?tab=readme) for the latest updates and improvements.**

---

<a href="https://uploadcare.com/?utm_source=github&utm_campaign=uploadcare-widget">
<img align="right" width="64" height="64"
src="https://ucarecdn.com/2f4864b7-ed0e-4411-965b-8148623aa680/uploadcare-logo-mark.svg"
alt="">
</a>

Uploadcare Widget is an HTML5 file uploader, a part of the [Uploadcare][uc-home]
jQuery File Uploader is a part of the [Uploadcare][uc-home]
file handling platform.

[![NPM version][badge-npm-img]][badge-npm-url]
Expand All @@ -29,7 +35,7 @@ The widget features:
Django, Ruby on Rails, Angular, and more.
* 20+ languages, [learn more][uc-docs-widget-locales].

We provide the file uploader as a typical JavaScript library; it can be easily
We provide the uploading widget as a typical JavaScript library; it can be easily
embedded in your site.

Using the older `2.x` version? Check out the stuff under the
Expand Down Expand Up @@ -114,7 +120,7 @@ import uploadcare from 'uploadcare-widget'
### CDN

Embed our client library via the `<script>` tag in the `<head>`
section of each page where you’d like to use Uploadcare Widget.
section of each page where you’d like to use the uploading widget.
Here is the CDN link to the current widget version with built-in jQuery,

```html
Expand Down Expand Up @@ -172,13 +178,13 @@ upload is in progress. This can be a real time saver.
### Usage with React

Check out our [React component](https://github.com/uploadcare/react-widget/)
for Uploadcare Widget.
for jQuery File Uploader.

### Usage with Angular

Check out our
[Angular 2+ wrapper](https://www.npmjs.com/package/ngx-uploadcare-widget) for
Uploadcare Widget.
jQuery File Uploader.

[angular-uploadcare](https://github.com/uploadcare/angular-uploadcare) can be
used with Angular 1.
Expand Down Expand Up @@ -261,7 +267,7 @@ If you need the support for older browsers including IE8, consider using

## Development

Check out the Uploadcare Widget [development guide][github-files-development].
Check out jQuery File Uploader [development guide][github-files-development].

## Security issues

Expand Down

0 comments on commit 47ac395

Please sign in to comment.