From 094bf08f0616f5526b196f7d81e281cb2ee58b0f Mon Sep 17 00:00:00 2001 From: David Langley Date: Wed, 11 Sep 2024 09:51:15 +0100 Subject: [PATCH 1/2] Update README.md with archive notice --- README.md | 26 ++++++++++---------------- 1 file changed, 10 insertions(+), 16 deletions(-) diff --git a/README.md b/README.md index f3f34939a96..b706ffad2eb 100644 --- a/README.md +++ b/README.md @@ -10,22 +10,16 @@ # matrix-react-sdk -This is a react-based SDK for inserting a Matrix chat/voip client into a web page. - -This package provides the React components needed to build a Matrix web client -using React. It is not useable in isolation, and instead must be used from -a 'skin'. A skin provides: - -- Customised implementations of presentation components. -- Custom CSS -- The containing application -- Zero or more 'modules' containing non-UI functionality - -As of Aug 2018, the only skin that exists is -[`vector-im/element-web`](https://github.com/vector-im/element-web/); it and -`matrix-org/matrix-react-sdk` should effectively -be considered as a single project (for instance, matrix-react-sdk bugs -are currently filed against vector-im/element-web rather than this project). +## matrix-react-sdk is now actively maintained at [element-hq/matrix-react-sdk](https://github.com/element-hq/matrix-react-sdk) +This is a react-based SDK for inserting a Matrix chat/voip client into a web page developed from 2015 through 2024 as part of the Matrix.org Foundation. + +This package provides the React components needed to build a Matrix web client using React. It is not usable in isolation, and instead must be used from a 'skin'. + +The only skin that existed during its development was [ vector-im/element-web](https://github.com/element-hq/element-web); it and `matrix-org/matrix-react-sdk` have effectively been considered as a single project (for instance, matrix-react-sdk bugs have been filed against vector-im/element-web rather than this project). For this reason it is now maintained at [element-hq/matrix-react-sdk](https://github.com/element-hq/matrix-react-sdk). + +See the following blog posts for more information: +- https://matrix.org/blog/2024/08/heart-of-matrix/ +- https://element.io/blog/sustainable-licensing-at-element-with-agpl/ ## Developer Guide From e96f31094bf6f0bc11be66c2543927e61cd3f542 Mon Sep 17 00:00:00 2001 From: David Langley Date: Wed, 11 Sep 2024 14:22:36 +0100 Subject: [PATCH 2/2] lint --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b706ffad2eb..c86f5e0a846 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,7 @@ # matrix-react-sdk ## matrix-react-sdk is now actively maintained at [element-hq/matrix-react-sdk](https://github.com/element-hq/matrix-react-sdk) + This is a react-based SDK for inserting a Matrix chat/voip client into a web page developed from 2015 through 2024 as part of the Matrix.org Foundation. This package provides the React components needed to build a Matrix web client using React. It is not usable in isolation, and instead must be used from a 'skin'. @@ -18,8 +19,9 @@ This package provides the React components needed to build a Matrix web client u The only skin that existed during its development was [ vector-im/element-web](https://github.com/element-hq/element-web); it and `matrix-org/matrix-react-sdk` have effectively been considered as a single project (for instance, matrix-react-sdk bugs have been filed against vector-im/element-web rather than this project). For this reason it is now maintained at [element-hq/matrix-react-sdk](https://github.com/element-hq/matrix-react-sdk). See the following blog posts for more information: -- https://matrix.org/blog/2024/08/heart-of-matrix/ -- https://element.io/blog/sustainable-licensing-at-element-with-agpl/ + +- https://matrix.org/blog/2024/08/heart-of-matrix/ +- https://element.io/blog/sustainable-licensing-at-element-with-agpl/ ## Developer Guide