diff --git a/CODE-OF-CONDUCT.md b/CODE-OF-CONDUCT.md deleted file mode 100644 index a2b9f488..00000000 --- a/CODE-OF-CONDUCT.md +++ /dev/null @@ -1,3 +0,0 @@ -# Code of Conduct - -Please read the imgix [Code of Conduct](https://github.com/imgix/code-of-conduct). diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 457f6976..17ffa0b3 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -68,7 +68,7 @@ project: # Navigate to the newly cloned directory cd drift # Assign the original repo to a remote called "upstream" - git remote add upstream https://github.com/imgix/drift + git remote add upstream https://github.com//drift ``` 2. If you cloned a while ago, get the latest changes from upstream: diff --git a/LICENSE.md b/LICENSE.md deleted file mode 100644 index fb95b706..00000000 --- a/LICENSE.md +++ /dev/null @@ -1,24 +0,0 @@ -Copyright (c) 2015-2018, Zebrafish Labs -All rights reserved. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are met: - -1. Redistributions of source code must retain the above copyright notice, - this list of conditions and the following disclaimer. - -2. Redistributions in binary form must reproduce the above copyright notice, - this list of conditions and the following disclaimer in the documentation - and/or other materials provided with the distribution. - -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" -AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE -IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE -ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE -LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR -CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF -SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS -INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN -CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) -ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE -POSSIBILITY OF SUCH DAMAGE. diff --git a/README.md b/README.md index d92bfc1a..059c037b 100644 --- a/README.md +++ b/README.md @@ -1,25 +1,13 @@ - - -# This repository is no longer actively maintained. -See [#703](https://github.com/imgix/drift/issues/703) for details. --- -![imgix logo](https://assets.imgix.net/sdk-imgix-logo.svg) - Drift adds easy "zoom on hover" functionality to your site's images, all with lightweight, no-dependency JavaScript. [![npm version](https://img.shields.io/npm/v/drift-zoom.svg)](https://www.npmjs.com/package/drift-zoom) -[![Build Status](https://travis-ci.org/imgix/drift.svg?branch=main)](https://travis-ci.org/imgix/drift) [![npm](https://img.shields.io/npm/dm/drift-zoom.svg)](https://www.npmjs.com/package/drift-zoom) -[![License](https://img.shields.io/github/license/imgix/drift)](https://github.com/imgix/drift/blob/main/LICENSE.md) [![styled with prettier](https://img.shields.io/badge/styled_with-prettier-ff69b4.svg)](https://github.com/prettier/prettier) [![All Contributors](https://img.shields.io/badge/all_contributors-4-orange.svg?style=flat-square)](#contributors-) -[![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2Fimgix%2Fdrift.svg?type=shield)](https://app.fossa.com/projects/git%2Bgithub.com%2Fimgix%2Fdrift?ref=badge_shield) --- - - - - [Installation](#installation) - [Basic Usage](#basic-usage) @@ -44,7 +32,7 @@ Drift adds easy "zoom on hover" functionality to your site's images, all with li - **NPM**: `npm install drift-zoom` - **Bower**: `bower install drift` -- **Manual**: [Download](https://github.com/imgix/drift/archive/main.zip) and use `dist/Drift.min.js` or `dist/Drift.js` +- **Manual**: [Download](https://github.com/paulstraw/drift/archive/main.zip) and use `dist/Drift.min.js` or `dist/Drift.js` If you're using the pre-built version of Drift, it will automatically make `window.Drift` available for your use when included on your page. @@ -296,7 +284,6 @@ driftImgs.map(img => { We support the latest version of Google Chrome (which [automatically updates](https://support.google.com/chrome/answer/95414) whenever it detects that a new version of the browser is available). We also support the current and previous major releases of desktop Firefox, Internet Explorer, and Safari on a rolling basis. Mobile support is tested on the most recent minor version of the current and previous major release for the default browser on iOS and Android (e.g., iOS 9.2 and 8.4). Each time a new version is released, we begin supporting that version and stop supporting the third most recent version. ## Contributors ✨ - Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)): @@ -317,13 +304,10 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d - This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome! ## Meta -Drift was made by [imgix](https://imgix.com?utm_medium=referral&utm_source=github&utm_campaign=drift). It's licensed under the BSD 2-Clause license (see the [license file](https://github.com/imgix/drift/blob/main/LICENSE.md) for more info). Any contribution is absolutely welcome, but please review the [contribution guidelines](https://github.com/imgix/drift/blob/main/CONTRIBUTING.md) before getting started. +Drift was originally made by [imgix](https://imgix.com?utm_medium=referral&utm_source=github&utm_campaign=drift). Any contribution is absolutely welcome, but please review the [contribution guidelines](https://github.com/imgix/drift/blob/main/CONTRIBUTING.md) before getting started. -## License -[![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2Fimgix%2Fdrift.svg?type=large)](https://app.fossa.com/projects/git%2Bgithub.com%2Fimgix%2Fdrift?ref=badge_large) diff --git a/bower.json b/bower.json index 5fe5a9f4..b5688264 100644 --- a/bower.json +++ b/bower.json @@ -6,9 +6,7 @@ "dist/Drift.min.js", "dist/drift-basic.css" ], - "authors": [ - "imgix" - ], + "authors": [], "license": "BSD-2", "keywords": [ "javascript", @@ -17,7 +15,7 @@ "image", "images" ], - "homepage": "https://github.com/imgix/drift", + "homepage": "https://github.com/paulstraw/drift", "moduleType": [], "ignore": [ "**/.*", diff --git a/package.json b/package.json index b6eecd4e..571ce205 100644 --- a/package.json +++ b/package.json @@ -42,19 +42,19 @@ ], "repository": { "type": "git", - "url": "git+https://github.com/imgix/drift.git" + "url": "git+https://github.com/paulstraw/drift.git" }, "keywords": [ "javascript", "zoom", "hover" ], - "author": "imgix", + "author": "paulstraw", "license": "BSD-2", "bugs": { - "url": "https://github.com/imgix/drift/issues" + "url": "https://github.com/paulstraw/drift/issues" }, - "homepage": "https://github.com/imgix/drift", + "homepage": "https://github.com/paulstraw/drift", "devDependencies": { "@babel/cli": "7.22.9", "@babel/core": "7.22.9",