Skip to content

Commit

Permalink
chore: removes imgix branding
Browse files Browse the repository at this point in the history
  • Loading branch information
mattlaguardia committed Dec 14, 2023
1 parent 52e8c39 commit 806139a
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 89 deletions.
3 changes: 0 additions & 3 deletions CODE-OF-CONDUCT.md

This file was deleted.

2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ project:
# Navigate to the newly cloned directory
cd luminous
# Assign the original repo to a remote called "upstream"
git remote add upstream https://github.com/imgix/luminous
git remote add upstream https://github.com/paulstraw/luminous
```

2. If you cloned a while ago, get the latest changes from upstream:
Expand Down
24 changes: 0 additions & 24 deletions LICENSE.md

This file was deleted.

19 changes: 3 additions & 16 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,23 +1,12 @@
<!-- ix-docs-ignore -->

# This repository is no longer actively maintained.
See [#626](https://github.com/imgix/luminous/issues/626) for details.

---

![imgix logo](https://assets.imgix.net/sdk-imgix-logo.svg)

`Luminous` is a simple, lightweight, no-dependencies JavaScript image lightbox.

[![npm version](https://img.shields.io/npm/v/luminous-lightbox.svg)](https://www.npmjs.com/package/luminous-lightbox)
[![Build Status](https://travis-ci.org/imgix/luminous.svg?branch=main)](https://travis-ci.org/imgix/luminous)
[![npm](https://img.shields.io/npm/dm/luminous-lightbox.svg)](https://www.npmjs.com/package/luminous-lightbox)
[![License](https://img.shields.io/github/license/imgix/luminous)](https://github.com/imgix/luminous/blob/main/LICENSE.md)
[![styled with prettier](https://img.shields.io/badge/styled_with-prettier-ff69b4.svg)](https://github.com/prettier/prettier)
[![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2Fimgix%2Fluminous.svg?type=shield)](https://app.fossa.com/projects/git%2Bgithub.com%2Fimgix%2Fluminous?ref=badge_shield)

---
<!-- /ix-docs-ignore -->

- [Installation](#installation)
- [Usage](#usage)
Expand All @@ -35,7 +24,7 @@ See [#626](https://github.com/imgix/luminous/issues/626) for details.

- **NPM**: `npm install luminous-lightbox`
- **Bower**: `bower install luminous`
- **Manual**: [Download](https://github.com/imgix/luminous/archive/main.zip) and use `dist/Luminous.min.js` or `dist/Luminous.js`
- **Manual**: [Download](https://github.com/paulstraw/luminous/archive/main.zip) and use `dist/Luminous.min.js` or `dist/Luminous.js`

If you're using the pre-built version of Luminous, it will automatically make `window.Luminous` and `window.LuminousGallery` available for your use when included on your page.

Expand All @@ -59,7 +48,7 @@ new Luminous(…);

## Usage

Once you've installed Luminous via one of the above methods, you're ready to get started. There are no dependencies, so you can just start making cool stuff. Check out the [announcement blog post](https://blog.imgix.com/2016/01/06/better-lightbox-zoom-viewer-with-imgix?utm_medium=referral&utm_source=github&utm_campaign=luminous), or take a peek at [our demo](https://codepen.io/imgix/pen/wMgOEL). Here's an example of a basic implementation:
Once you've installed Luminous via one of the above methods, you're ready to get started. There are no dependencies, so you can just start making cool stuff. Check out [our demo](https://codepen.io/imgix/pen/wMgOEL). Here's an example of a basic implementation:

```html
<a href="https://assets.imgix.net/dog.png?w=1600">
Expand Down Expand Up @@ -191,7 +180,5 @@ We support the latest version of Google Chrome (which [automatically updates](ht

## Meta

Luminous was made by [imgix](https://imgix.com?utm_medium=referral&utm_source=github&utm_campaign=luminous). It's licensed under the BSD 2-Clause license (see the [license file](https://github.com/imgix/luminous/blob/main/LICENSE.md) for more info). Any contribution is absolutely welcome, but please review the [contribution guidelines](https://github.com/imgix/luminous/blob/main/CONTRIBUTING.md) before getting started.
Luminous was made by [imgix](https://imgix.com?utm_medium=referral&utm_source=github&utm_campaign=luminous). Any contribution is absolutely welcome, but please review the [contribution guidelines](https://github.com/paulstraw/luminous/blob/main/CONTRIBUTING.md) before getting started.

## License
[![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2Fimgix%2Fluminous.svg?type=large)](https://app.fossa.com/projects/git%2Bgithub.com%2Fimgix%2Fluminous?ref=badge_large)
4 changes: 2 additions & 2 deletions bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"dist/luminous-basic.css"
],
"authors": [
"imgix"
"paulstraw"
],
"license": "BSD-2",
"keywords": [
Expand All @@ -16,7 +16,7 @@
"image",
"images"
],
"homepage": "https://github.com/imgix/luminous",
"homepage": "https://github.com/paulstraw/luminous",
"moduleType": [],
"ignore": [
"**/.*",
Expand Down
8 changes: 0 additions & 8 deletions build/banner.js

This file was deleted.

19 changes: 0 additions & 19 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 4 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,18 @@
"description": "A simple, lightweight, no-dependencies JavaScript image lightbox.",
"repository": {
"type": "git",
"url": "git+https://github.com/imgix/luminous.git"
"url": "git+https://github.com/paulstraw/luminous.git"
},
"keywords": [
"javascript",
"lightbox"
],
"author": "imgix",
"author": "paulstraw",
"license": "BSD-2",
"bugs": {
"url": "https://github.com/imgix/luminous/issues"
"url": "https://github.com/paulstraw/luminous/issues"
},
"homepage": "https://github.com/imgix/luminous#readme",
"homepage": "https://github.com/paulstraw/luminous#readme",
"contributors": [
"Frederick Fogerty <[email protected]> (https://github.com/frederickfogerty)",
"Jakub Duras <[email protected]> (https://duras.me)",
Expand Down Expand Up @@ -80,7 +80,6 @@
"karma-webpack": "4.0.2",
"npm-run-all": "4.1.5",
"postcss": "8.4.24",
"postcss-banner": "4.0.1",
"postcss-cli": "9.1.0",
"prettier": "2.8.8",
"rimraf": "3.0.2",
Expand Down
6 changes: 0 additions & 6 deletions postcss.config.js
Original file line number Diff line number Diff line change
@@ -1,14 +1,8 @@
const licenseBanner = require("./build/banner");

module.exports = {
plugins: [
require("cssnano")({
preset: "advanced"
})
,
require("postcss-banner")({
banner: licenseBanner,
important: true
})
]
};
5 changes: 0 additions & 5 deletions webpack.config.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
const webpack = require("webpack");
const path = require("path");
const env = require("yargs").argv.env; // use --env with webpack 2
const ClosureCompilerPlugin = require("webpack-closure-compiler");
const licenseBanner = require("./build/banner");

let libraryName = "luminous";

Expand Down Expand Up @@ -47,9 +45,6 @@ function buildWithEnv(mode, outputFile) {
test: /^(?!.*tests\.webpack).*$/,
concurrency: 3
}),
new webpack.BannerPlugin({
banner: licenseBanner
}),
]
};

Expand Down

0 comments on commit 806139a

Please sign in to comment.