Browse Source

Fix publication date and description

Brendan Abolivier 6 years ago
parent
commit
bf043bb54f
Signed by: Brendan Abolivier <contact@brendanabolivier.com> GPG key ID: 8EF1500759F70623
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      content/enter-the-matrix.md

+ 2
- 2
content/enter-the-matrix.md View File

@@ -1,8 +1,8 @@
1 1
 ---
2 2
 title: Enter the Matrix
3
-description: Matrix is a protocol for decentralised, federated and secure communications, created and mainly built by New Vector, a company split between London, UK and Rennes, France. It's based on RESTful HTTP/JSON APIs, documented in open specifications, and is designed to be usable for anything that requires real-time-ish communications, from instant messaging to IoT. Let's see how it works and how to make a basic use of it.
3
+description: Matrix is a protocol for decentralised, federated and secure communications, created and maintained by New Vector, a company split between London, UK and Rennes, France. It's based on RESTful HTTP/JSON APIs, documented in open specifications, and is designed to be usable for anything that requires real-time-ish communications, from instant messaging to IoT. Let's see how it works and how to make a basic use of it.
4 4
 tags: [ 'free', 'software', 'decentralisation', 'federation', 'communications' ]
5
-publishDate: 2018-05-12T00:00:00+02:00
5
+publishDate: 2018-05-13T00:00:00+02:00
6 6
 draft: false
7 7
 thumbnail: /enter-the-matrix/room-schema.png
8 8
 ---