From d5409622de08115e5ee5fe732ec77ae001a32a0e Mon Sep 17 00:00:00 2001 From: Matthew Phillips Date: Tue, 21 Nov 2023 09:49:25 +0000 Subject: [PATCH 1/2] Update README with developer slack channel --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2bd8d1668..8acceb36d 100644 --- a/README.md +++ b/README.md @@ -107,11 +107,12 @@ See [developer-facing instructions for enabling translation](https://github.com/ - Join us on the [code4lib Slack](https://code4lib.org/irc) + - **#spotlight-development** - a developer-focused channel for Spotlight - **#blacklight** - a developer-focused channel for discussing implementation, customization, and other software concerns in the larger [Blacklight community](http://projectblacklight.org/) - **#spotlight-service** - a service-focused channel for people who support exhibit-builders at institutions already using Spotlight - Google Groups - [Blacklight Development Google group](https://groups.google.com/forum/#!forum/blacklight-development) - - [Spotlight Community Group](https://groups.google.com/forum/#!forum/spotlight-community) (equivalent to #spotlight-service) + - [Spotlight Community Group](https://groups.google.com/forum/#!forum/spotlight-community) (equivalent to #spotlight-service; not in active use since September 2021) ## Building the javascript @@ -123,4 +124,4 @@ following steps: 1. [Install npm](https://www.npmjs.com/get-npm) 1. run `npm install` to download dependencies 1. run `npm run prepare` to build the bundle -1. run `npm publish` to push the javascript package to https://npmjs.org/package/spotlight-frontend \ No newline at end of file +1. run `npm publish` to push the javascript package to https://npmjs.org/package/spotlight-frontend From c541e7cde789e079349e460a74143745fc27bbc5 Mon Sep 17 00:00:00 2001 From: Matthew Phillips Date: Mon, 29 Jan 2024 11:22:09 +0000 Subject: [PATCH 2/2] Remove remark about Google group being out of use --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8acceb36d..c754a5fb0 100644 --- a/README.md +++ b/README.md @@ -112,7 +112,7 @@ See [developer-facing instructions for enabling translation](https://github.com/ - **#spotlight-service** - a service-focused channel for people who support exhibit-builders at institutions already using Spotlight - Google Groups - [Blacklight Development Google group](https://groups.google.com/forum/#!forum/blacklight-development) - - [Spotlight Community Group](https://groups.google.com/forum/#!forum/spotlight-community) (equivalent to #spotlight-service; not in active use since September 2021) + - [Spotlight Community Group](https://groups.google.com/forum/#!forum/spotlight-community) (equivalent to #spotlight-service) ## Building the javascript