From 46eef3d32e839d2db379cffa5ff970e965e6a430 Mon Sep 17 00:00:00 2001 From: Oddvar Lovaas Date: Thu, 1 Dec 2016 18:03:47 +0000 Subject: [PATCH] Add new projects (interlocutor, node-red-nodes, matrex, gomatrix and matrix-live) --- .../projects/2016-08-27-interlocutor.md | 13 +++++++++++++ .../projects/2016-09-05-node-red-nodes.md | 15 +++++++++++++++ supporting-docs/projects/2016-11-12-matrex.md | 11 +++++++++++ supporting-docs/projects/2016-11-29-gomatrix.md | 13 +++++++++++++ .../projects/2016-11-29-matrix-live.md | 17 +++++++++++++++++ 5 files changed, 69 insertions(+) create mode 100644 supporting-docs/projects/2016-08-27-interlocutor.md create mode 100644 supporting-docs/projects/2016-09-05-node-red-nodes.md create mode 100644 supporting-docs/projects/2016-11-12-matrex.md create mode 100644 supporting-docs/projects/2016-11-29-gomatrix.md create mode 100644 supporting-docs/projects/2016-11-29-matrix-live.md diff --git a/supporting-docs/projects/2016-08-27-interlocutor.md b/supporting-docs/projects/2016-08-27-interlocutor.md new file mode 100644 index 00000000..67599286 --- /dev/null +++ b/supporting-docs/projects/2016-08-27-interlocutor.md @@ -0,0 +1,13 @@ +--- +layout: project +title: Interlocutor +description: Free, decentralized comment software for the web +categories: projects other +author: Alexander Maznev +maturity: Alpha +--- + +# {{ page.title }} +Interlocutor is a decentralized comment software built on top of Matrix as a Polymer Webcomponent, it is under active development and not yet ready for production use. + +Check it on [GitHub](https://github.com/pik/interlocutor). diff --git a/supporting-docs/projects/2016-09-05-node-red-nodes.md b/supporting-docs/projects/2016-09-05-node-red-nodes.md new file mode 100644 index 00000000..90de2114 --- /dev/null +++ b/supporting-docs/projects/2016-09-05-node-red-nodes.md @@ -0,0 +1,15 @@ +--- +layout: project +title: Matrix bot nodes for Node-RED +description: Visual bot creation using Node-RED +categories: projects other +author: mlopezr +maturity: Alpha +--- + +# {{ page.title }} +It's very easy to create simple interactions with a Matrix chatroom without programming. Discover Node-RED, a visual tool to wire together APIs. We have extended Node-RED with nodes to listen and talk in Matrix chatrooms. + +![image](https://github.com/mlopezr/node-red-contrib-matrixbot/raw/master/docs/nodered-twitter.png) + +Check it out on [GitHub](https://github.com/mlopezr/node-red-contrib-matrixbot). diff --git a/supporting-docs/projects/2016-11-12-matrex.md b/supporting-docs/projects/2016-11-12-matrex.md new file mode 100644 index 00000000..d146b338 --- /dev/null +++ b/supporting-docs/projects/2016-11-12-matrex.md @@ -0,0 +1,11 @@ +--- +layout: project +title: Matrex +categories: projects server +author: Ryan Johnson +maturity: Alpha +--- + + +# {{ page.title }} +A WIP toy Matrix server implementation in Elixir. Find it on [GitHub](https://github.com/bismark/matrex). diff --git a/supporting-docs/projects/2016-11-29-gomatrix.md b/supporting-docs/projects/2016-11-29-gomatrix.md new file mode 100644 index 00000000..26913a99 --- /dev/null +++ b/supporting-docs/projects/2016-11-29-gomatrix.md @@ -0,0 +1,13 @@ +--- +layout: project +title: gomatrix +categories: projects client +description: A Golang Matrix client +author: Kegsay +maturity: Alpha +--- + +# {{ page.title }} +A Golang Matrix client in early development. + +Find it on [GitHub](https://github.com/matrix-org/gomatrix). diff --git a/supporting-docs/projects/2016-11-29-matrix-live.md b/supporting-docs/projects/2016-11-29-matrix-live.md new file mode 100644 index 00000000..e95a95b2 --- /dev/null +++ b/supporting-docs/projects/2016-11-29-matrix-live.md @@ -0,0 +1,17 @@ +--- +layout: project +title: Matrix Live +description: Liveblogging based on Matrix +categories: projects other +author: ar +maturity: Alpha +--- + +# {{ page.title }} +Liveblogging is reporting about events -- with text and pictures -- as they happen. Matrix is a new, powerful messaging platform for instant communication. We believe the two belong together. That's why we have created Matrix Live. + +With Matrix Live, you can create a room in Matrix, and while you use your favorite Matrix client (such as Riot) to write text and post pictures in this room, your users will see them appear live on the web - either here or right on your blog or website. + +How does it look like in practice? You can try it out. We have prepared two demo versions for you, which are both fully functional Matrix Live implementations - check them out [here](https://live.hello-matrix.net/live.html#matrix.hello-matrix.net/!sBcCeweWXOjVViEiIY%3Ahello-matrix.net/Hello%2C%20Matrix!) and [here](https://live.hello-matrix.net/demo2.html). + +For more information, visit [live.hello-matrix.net](https://live.hello-matrix.net/) or look at the source code on [gitlab](https://gitlab.com/argit/matrix-live).