Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.

Commit b67a230

Browse files
authored
Update README.md with archive notice (#12970)
* Update README.md with archive notice * lint
1 parent 0252c12 commit b67a230

File tree

1 file changed

+12
-16
lines changed

1 file changed

+12
-16
lines changed

README.md

+12-16
Original file line numberDiff line numberDiff line change
@@ -10,22 +10,18 @@
1010

1111
# matrix-react-sdk
1212

13-
This is a react-based SDK for inserting a Matrix chat/voip client into a web page.
14-
15-
This package provides the React components needed to build a Matrix web client
16-
using React. It is not useable in isolation, and instead must be used from
17-
a 'skin'. A skin provides:
18-
19-
- Customised implementations of presentation components.
20-
- Custom CSS
21-
- The containing application
22-
- Zero or more 'modules' containing non-UI functionality
23-
24-
As of Aug 2018, the only skin that exists is
25-
[`vector-im/element-web`](https://github.com/vector-im/element-web/); it and
26-
`matrix-org/matrix-react-sdk` should effectively
27-
be considered as a single project (for instance, matrix-react-sdk bugs
28-
are currently filed against vector-im/element-web rather than this project).
13+
## matrix-react-sdk is now actively maintained at [element-hq/matrix-react-sdk](https://github.com/element-hq/matrix-react-sdk)
14+
15+
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.
16+
17+
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+
19+
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).
20+
21+
See the following blog posts for more information:
22+
23+
- https://matrix.org/blog/2024/08/heart-of-matrix/
24+
- https://element.io/blog/sustainable-licensing-at-element-with-agpl/
2925

3026
## Developer Guide
3127

0 commit comments

Comments
 (0)