Add matrix-static ++ image
This commit is contained in:
parent
3a9ccd8d7e
commit
52f1b570e8
2 changed files with 10 additions and 10 deletions
BIN
img/matrix-static-48px.png
Normal file
BIN
img/matrix-static-48px.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.2 KiB |
|
@ -29,16 +29,6 @@ var linkable_clients = [
|
||||||
maturity: "Stable",
|
maturity: "Stable",
|
||||||
comments: "Fully-featured Matrix client for Web, iOS & Android",
|
comments: "Fully-featured Matrix client for Web, iOS & Android",
|
||||||
},
|
},
|
||||||
{
|
|
||||||
name: "Matrix-Static",
|
|
||||||
logo: "img/matrix-static-48px.png",
|
|
||||||
author: "Michael Telatynski",
|
|
||||||
homepage: "https://github.com/t3chguy/matrix-static",
|
|
||||||
//room_url(alias) { return "https://view.matrix.org/alias/" + alias },
|
|
||||||
room_id_url(id) { return "https://view.matrix.org/room/" + id },
|
|
||||||
maturity: "Stable",
|
|
||||||
comments: "A static golang generated preview of public world readable Matrix rooms.",
|
|
||||||
}
|
|
||||||
{
|
{
|
||||||
name: "Matrix Console",
|
name: "Matrix Console",
|
||||||
logo: "img/console-48px.png",
|
logo: "img/console-48px.png",
|
||||||
|
@ -49,6 +39,16 @@ var linkable_clients = [
|
||||||
maturity: "Deprecated",
|
maturity: "Deprecated",
|
||||||
comments: "The original developer-focused client for Web, iOS & Android",
|
comments: "The original developer-focused client for Web, iOS & Android",
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
name: "Matrix-Static",
|
||||||
|
logo: "img/matrix-static-48px.png",
|
||||||
|
author: "Michael Telatynski",
|
||||||
|
homepage: "https://github.com/t3chguy/matrix-static",
|
||||||
|
room_url(alias) { return "https://view.matrix.org/alias/" + alias.replace('#', '%23') },
|
||||||
|
room_id_url(id) { return "https://view.matrix.org/room/" + id },
|
||||||
|
maturity: "Stable",
|
||||||
|
comments: "A static golang generated preview of public world readable Matrix rooms.",
|
||||||
|
},
|
||||||
];
|
];
|
||||||
|
|
||||||
var unlinkable_clients = [
|
var unlinkable_clients = [
|
||||||
|
|
Loading…
Reference in a new issue