1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-04-18 05:24:06 +03:00

Update README.md with archive notice (#12970)

* Update README.md with archive notice

* lint
This commit is contained in:
David Langley 2024-09-11 14:37:55 +01:00 committed by GitHub
parent 0252c1214c
commit b67a2303f9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -10,22 +10,18 @@
# matrix-react-sdk
This is a react-based SDK for inserting a Matrix chat/voip client into a web page.
## matrix-react-sdk is now actively maintained at [element-hq/matrix-react-sdk](https://github.com/element-hq/matrix-react-sdk)
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:
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.
- Customised implementations of presentation components.
- Custom CSS
- The containing application
- Zero or more 'modules' containing non-UI functionality
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'.
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).
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