From 6791e09c9b0cbe0a4946989db868a3c46df0cfa1 Mon Sep 17 00:00:00 2001 From: jrgriffiniii <1443986+jrgriffiniii@users.noreply.github.com> Date: Tue, 21 Feb 2023 08:17:29 -0500 Subject: [PATCH] Updating the README to clarify that this project has been deprecated --- DEVELOPMENT.md | 2 +- README.md | 10 +++++++--- SUPPORT.md | 2 +- package.json | 2 +- 4 files changed, 10 insertions(+), 6 deletions(-) diff --git a/DEVELOPMENT.md b/DEVELOPMENT.md index 248e04f..94c3412 100644 --- a/DEVELOPMENT.md +++ b/DEVELOPMENT.md @@ -42,7 +42,7 @@ environment for the React app: 1. Clone the repository ```bash -git clone https://github.com/samvera-labs/browse-everything-redux-react.git +git clone https://github.com/samvera-deprecated/browse-everything-redux-react.git ``` 2. Install the package dependencies diff --git a/README.md b/README.md index fb4fabc..3f54b62 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,11 @@ -# BrowseEverything Redux/ +# BrowseEverything Redux (Deprecated) +[![Samvera Deprecated](https://img.shields.io/badge/samvera-deprecated-inactive)](https://github.com/samvera-deprecated) + +*This project has been deprecated and is no longer being actively developed by members of the Samvera Community.* + _A [React](https://reactjs.org/) and [Redux](https://redux.js.org/) user interface implementation for the [BrowseEverything Core Component](https://github.com/samvera/browse-everything)_ -[![CircleCI](https://circleci.com/gh/samvera-labs/browse-everything-redux-react.svg?style=svg)](https://circleci.com/gh/samvera-labs/browse-everything-redux-react) +[![CircleCI](https://circleci.com/gh/samvera-deprecated/browse-everything-redux-react.svg?style=svg)](https://circleci.com/gh/samvera-deprecated/browse-everything-redux-react) Jump in: [![Slack Status](http://slack.samvera.org/badge.svg)](http://slack.samvera.org/) @@ -87,4 +91,4 @@ This software has been developed by and is brought to you by the Samvera communi ## Contributing -Bug reports and pull requests are welcome on GitHub at https://github.com/samvera-labs/browse-everything-redux-react/. +Bug reports and pull requests are welcome on GitHub at https://github.com/samvera-deprecated/browse-everything-redux-react/. diff --git a/SUPPORT.md b/SUPPORT.md index a3620cc..59639a9 100644 --- a/SUPPORT.md +++ b/SUPPORT.md @@ -1,4 +1,4 @@ -If you would like to report an issue, first search [the list of issues](https://github.com/samvera-labs/browse-everything-redux-react/issues/) to see if someone else has already reported it, and then feel free to [create a new issue](https://github.com/samvera-labs/browse-everything-redux-react/issues/new). +If you would like to report an issue, first search [the list of issues](https://github.com/samvera-deprecated/browse-everything-redux-react/issues/) to see if someone else has already reported it, and then feel free to [create a new issue](https://github.com/samvera-deprecated/browse-everything-redux-react/issues/new). If you have questions or need help, please email [the Samvera community tech list](https://groups.google.com/forum/#!forum/samvera-tech) or stop by the #dev channel in [the Samvera community Slack team](https://wiki.duraspace.org/pages/viewpage.action?pageId=87460391#Getintouch!-Slack). diff --git a/package.json b/package.json index 85158aa..a2b67e8 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "version": "1.0.0", "description": "Browse Everything user interface in React", "license": "Apache-2.0", - "homepage": "https://github.com/samvera-labs/browse-everything-redux-react", + "homepage": "https://github.com/samvera-deprecated/browse-everything-redux-react", "private": true, "dependencies": { "@material-ui/core": "^4.4.2",