Skip to content
Snippets Groups Projects
Unverified Commit 52f1b570 authored by Michael Telatynski's avatar Michael Telatynski
Browse files

Add matrix-static ++ image

parent 3a9ccd8d
No related branches found
No related tags found
No related merge requests found
img/matrix-static-48px.png

3.25 KiB

......@@ -29,16 +29,6 @@ var linkable_clients = [
maturity: "Stable",
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",
logo: "img/console-48px.png",
......@@ -49,6 +39,16 @@ var linkable_clients = [
maturity: "Deprecated",
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 = [
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment