Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updating the README to clarify that this project has been deprecated #94

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion DEVELOPMENT.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -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/)

Expand Down Expand Up @@ -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/.
2 changes: 1 addition & 1 deletion SUPPORT.md
Original file line number Diff line number Diff line change
@@ -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).

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down