From a7089fce19f30600bb3f86557db71067aca5fddf Mon Sep 17 00:00:00 2001 From: Ben Parsons Date: Tue, 2 Feb 2021 16:01:51 +0000 Subject: [PATCH] separate overview and landing pages --- content/stands/matrix.md | 29 ++---------- content/stands/matrix/_index.md | 84 +++++++++++++++++++++++++++++++++ 2 files changed, 88 insertions(+), 25 deletions(-) create mode 100644 content/stands/matrix/_index.md diff --git a/content/stands/matrix.md b/content/stands/matrix.md index 535137e..75ef712 100644 --- a/content/stands/matrix.md +++ b/content/stands/matrix.md @@ -1,30 +1,9 @@ --- description: | -
-

Matrix is an open protocol for secure, decentralised - communication - defining an end-to-end-encrypted real-time communication layer - for the open Web suitable for instant messaging, VoIP, microblogging, forums and - more. We publish Matrix as an open standard under - the open governance of the non-profit Matrix.org Foundation, - and release Apache-licensed reference implementations of the protocol for server, - client SDKs, bots, bridges & more. Some users may recognise Matrix via client - apps such as Element (https://element.io, formerly Riot).

- -

Matrix works - by replicating conversation history across servers which participate in a given - conversation, ensuring that ownership of the conversation is fully decentralised: - no single server owns or controls the conversation, just as git repositories are - cloned equally between all participants. As a result, you can think of Matrix - more like a global decentralised object database with realtime pubsub semantics, - rather than a traditional message-passing protocol. The protocol defines HTTPS+JSON - APIs as a baseline, but more efficient transports and encodings are supported - and encouraged.

- -

The public Matrix network on the internet has over 26M - addressable users spread over ~60K servers, ranging in size from personal RPis - through to massive deployments for organisations including Mozilla, the Wikimedia - Foundation, German schools in Schleswig-Holstein & Hamburg, and the entirety of - the French Government.

+ Matrix is an open protocol for secure, decentralised + communication: an end-to-end-encrypted real-time communication layer + for the open Web suitable for instant messaging, VoIP, forums and + more. layout: stand logo: stands/matrix/logo.png new_this_year: | diff --git a/content/stands/matrix/_index.md b/content/stands/matrix/_index.md new file mode 100644 index 0000000..08d22d4 --- /dev/null +++ b/content/stands/matrix/_index.md @@ -0,0 +1,84 @@ +--- +description: | +
+

Matrix is an open protocol for secure, decentralised + communication - defining an end-to-end-encrypted real-time communication layer + for the open Web suitable for instant messaging, VoIP, microblogging, forums and + more. We publish Matrix as an open standard under + the open governance of the non-profit Matrix.org Foundation, + and release Apache-licensed reference implementations of the protocol for server, + client SDKs, bots, bridges & more. Some users may recognise Matrix via client + apps such as Element (https://element.io, formerly Riot).

+ +

Matrix works + by replicating conversation history across servers which participate in a given + conversation, ensuring that ownership of the conversation is fully decentralised: + no single server owns or controls the conversation, just as git repositories are + cloned equally between all participants. As a result, you can think of Matrix + more like a global decentralised object database with realtime pubsub semantics, + rather than a traditional message-passing protocol. The protocol defines HTTPS+JSON + APIs as a baseline, but more efficient transports and encodings are supported + and encouraged.

+ +

The public Matrix network on the internet has over 26M + addressable users spread over ~60K servers, ranging in size from personal RPis + through to massive deployments for organisations including Mozilla, the Wikimedia + Foundation, German schools in Schleswig-Holstein & Hamburg, and the entirety of + the French Government.

+layout: stand +logo: stands/matrix/logo.png +new_this_year: | +

2020 was a busy year for Matrix.

+ +

In 2021, we plan + to add:

+ +showcase: | +

Matrix is an open protocol for secure decentralised communication, aiming + to bust open the closed proprietary communication silos (Slack, Teams, Discord, + WhatsApp etc) which have dominated in recent years. On our stand you'll be able + to sync via chat & video conference directly with the core Matrix team, get demos + of all the latest stuff we've been working on, and generally learn how to liberate + your communication and join the open Matrix communication network.

+themes: +- Office suites and productivity +title: Matrix +website: https://matrix.org +chatroom: matrix +--- \ No newline at end of file -- 2.30.2