You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Matrix Rooms Search (short: MRS) provides integrations for Matrix clients and other applications like [SearXNG](https://docs.searxng.org). Below you can find details about them.
MRS implements the mandatory subset of Matrix Federation API to provide the Public Rooms Directory over federation,
20
-
so you can use it in your matrix client apps directly.
30
+
MRS implements the mandatory subset of Matrix Federation API to provide the Public Rooms Directory over federation, so you can use it on your matrix client apps directly.
21
31
22
32
### Cinny / Extera
23
33
24
34
**Just for you**:
25
35
26
-
1. Click on the **Explore Community** button from the left sidebar
36
+
1. Click on the **Explore Community** button on the left sidebar
27
37
2. Click on the **Add Server** button
28
-
3.In the "Server Name" input, enter `matrixrooms.info`
38
+
3.Enter `matrixrooms.info` to the "Server Name" input area
29
39
4. Click the **View** button
30
40
31
41
**For all app users** (for all users of the Cinny app instance):
> including forks, like [SchildiChat](https://schildi.chat/)
67
+
💡 *This also applies to forks such as [SchildiChat](https://schildi.chat/).*
58
68
59
69
**Just for you** (just for your account)
60
70
61
-
1. Click on `Search` (Ctrl+K) in the top-left corner
62
-
2. Modal window will be opened, scroll down
71
+
1. Click on `Search` (Ctrl+K) at the top-left corner
72
+
2. Scroll down the modal window
63
73
3. Click on `Public rooms`
64
74
4. Under the search input, click on server selection (`Show: <your server name>`) and click on the `Add new server...`
65
-
5. In the opened modal window enter the server name from the config.yml (`matrix.server_name` value). In case of the demo instance, it's `matrixrooms.info`
75
+
5. On the opened modal window, enter the server name set to the config.yml (`matrix.server_name` value). In case of the demo instance, it is `matrixrooms.info`
66
76
6. Click on `Add`
67
77
68
78
**For all app users** (for all users of the Element Web/Desktop app instance)
@@ -81,7 +91,7 @@ If you use [etke.cc/ansible](https://github.com/etkecc/ansible) or [matrix-docke
6. Enter `matrixrooms.info` in the server name input and click `OK`
92
102
7. Select the newly added server in the list
93
103
94
-
## [SearXNG](https://docs.searxng.org)
104
+
## SearXNG
95
105
96
-
SearXNG is a free internet metasearch engine which aggregates results from more than 70 search services.
97
-
Users are neither tracked nor profiled.
98
-
Additionally, SearXNG can be used over Tor for online anonymity.
106
+
SearXNG is a free internet metasearch engine which aggregates results from more than 70 search services, preventing them from tracking or profiling users. Some SearXNG instances can also be accessed over Tor for online anonymity.
99
107
100
-
Just use the [SearXNG docs](https://docs.searxng.org/dev/engines/online/mrs.html).
108
+
See [the official SearXNG documentation](https://docs.searxng.org/dev/engines/online/mrs.html) for details.
101
109
102
110
## MSCs
103
111
104
-
MSC stands for Matrix Spec Change - a proposed changes to the matrix protocol, but not yet included within it.
112
+
MSC stands for Matrix Spec Change — a proposed changes to the matrix protocol, but not yet included within it. Below is the MSCs relevant to MRS.
105
113
106
114
### MSC1929
107
115
108
-
Details: [docs/msc1929.md](./msc1929.md)
116
+
MRS integrates [MSC1929](https://github.com/matrix-org/matrix-spec-proposals/pull/1929) natively, in order to help homeserver administrators to combat unlawful actions. See details on [this page](./msc1929.md).
109
117
110
118
### MSC3266
111
119
112
-
Room preview API, available on `GET /_matrix/client/unstable/im.nheko.summary/summary/{room_id_or_alias}` endpoint, more details in the API spec file
120
+
MRS integrates [MSC3266](https://github.com/matrix-org/matrix-spec-proposals/pull/3266) for room preview API. The API is available on `GET /_matrix/client/unstable/im.nheko.summary/summary/{room_id_or_alias}` endpoint. See the API's spec file for details.
0 commit comments