mirror of
https://github.com/matrix-org/matrix.org.git
synced 2026-01-11 20:07:22 +00:00
Update: Add Extera Next client (#3057)
* Update: Add Extera next client Signed-off-by: Jack S. <181536874+awtj8o81ryywg793@users.noreply.github.com> * Add Extera Next client logo Signed-off-by: Jack S. <181536874+awtj8o81ryywg793@users.noreply.github.com> * Update maturity of Extera Next client Signed-off-by: Jack S. <181536874+awtj8o81ryywg793@users.noreply.github.com> * Clear latest_release for Extera Next client Signed-off-by: Jack S. <181536874+awtj8o81ryywg793@users.noreply.github.com> * Add extra.packages to Extera next client Signed-off-by: Jack S. <181536874+awtj8o81ryywg793@users.noreply.github.com> * Update Extera Next client logo Signed-off-by: Jack S. <181536874+awtj8o81ryywg793@users.noreply.github.com> * Add extera-next.svg.license Signed-off-by: Jack S. <181536874+awtj8o81ryywg793@users.noreply.github.com> * Update repository URL for Extera Next client Signed-off-by: Jack S. <181536874+awtj8o81ryywg793@users.noreply.github.com> --------- Signed-off-by: Jack S. <181536874+awtj8o81ryywg793@users.noreply.github.com>
This commit is contained in:
parent
bf2327be46
commit
1fed5ce344
3 changed files with 41 additions and 0 deletions
27
content/ecosystem/clients/extera-next.md
Normal file
27
content/ecosystem/clients/extera-next.md
Normal file
|
|
@ -0,0 +1,27 @@
|
|||
+++
|
||||
title = "Extera Next"
|
||||
template = "ecosystem/client.html"
|
||||
[extra]
|
||||
thumbnail = "extera-next.svg"
|
||||
maintainer = "OfficialDakari"
|
||||
licence = "AGPL-3.0"
|
||||
language = "Dart"
|
||||
latest_release = ""
|
||||
maturity = "Beta"
|
||||
repo = "https://github.com/ExteraApp/Extera"
|
||||
website = "https://extera.xyz"
|
||||
matrix_room = "#extera:extera.xyz"
|
||||
featured = false
|
||||
[extra.features]
|
||||
e2ee = true
|
||||
spaces = true
|
||||
voip_1to1 = true
|
||||
voip_jitsi = true
|
||||
threads = true
|
||||
sso = true
|
||||
multi_account = true
|
||||
multi_language = true
|
||||
[extra.packages]
|
||||
+++
|
||||
|
||||
Extera Next is another generation of Extera, made on top of FluffyChat.
|
||||
11
content/ecosystem/clients/extera-next.svg
Normal file
11
content/ecosystem/clients/extera-next.svg
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
<svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 70.82 81.78">
|
||||
<defs>
|
||||
<linearGradient id="a" x1="0" x2="0" y1="0" y2="1">
|
||||
<stop offset="0%" stop-color="#406FBF" />
|
||||
<stop offset="100%" stop-color="#23509D" />
|
||||
</linearGradient>
|
||||
</defs>
|
||||
<path fill-rule="evenodd"
|
||||
d="M70.82 44.98v16.36l-17.7 10.22-17.71 10.22-2.59-1.5L0 61.34V20.45l17.7-10.23L35.41 0l28.33 16.36 4.49 2.59 2.59 1.5v8.17L35.41 49.07l-7.08-4.09V36.8l21.25-12.27-14.17-8.17-21.25 12.26v24.54l21.25 12.26.03.02.02-.05z"
|
||||
style="fill:url(#a)" />
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 546 B |
3
content/ecosystem/clients/extera-next.svg.license
Normal file
3
content/ecosystem/clients/extera-next.svg.license
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
SPDX-FileCopyrightText: 2025 OfficialDakari
|
||||
|
||||
SPDX-License-Identifier: CC-BY-SA-3.0
|
||||
Loading…
Add table
Reference in a new issue