All the Matrix projects
This commit is contained in:
parent
6925547875
commit
8c05e12cfc
63 changed files with 1049 additions and 0 deletions
|
@ -0,0 +1,13 @@
|
|||
---
|
||||
layout: project
|
||||
title: Rocket Chat Federation
|
||||
categories: projects as
|
||||
thumbnail: https://raw.githubusercontent.com/Sing-Li/bbug/master/images/rcsnynapse.png
|
||||
author: Rocket.Chat
|
||||
maturity: Alpha
|
||||
---
|
||||
|
||||

|
||||
|
||||
# {{ page.title }}
|
||||
Rocket.Chat have written a bot called Freddie that pairs a Synapse server with a Rocket.Chat server ([github](https://github.com/RocketChat/Rocket.Chat.Federation/tree/develop/matrix.org/hubot-freddie))
|
12
supporting-docs/projects/2016-02-01-slackbridge.md
Normal file
12
supporting-docs/projects/2016-02-01-slackbridge.md
Normal file
|
@ -0,0 +1,12 @@
|
|||
---
|
||||
layout: project
|
||||
title: slackbridge
|
||||
categories: projects as
|
||||
author: illicitonion
|
||||
maturity: Alpha
|
||||
---
|
||||
|
||||
# {{ page.title }}
|
||||
illicitonion's early Slack bridge, written in Go.
|
||||
|
||||
Check it out on [github](https://github.com/illicitonion/slackbridge)
|
10
supporting-docs/projects/2016-02-01-vertobridge.md
Normal file
10
supporting-docs/projects/2016-02-01-vertobridge.md
Normal file
|
@ -0,0 +1,10 @@
|
|||
---
|
||||
layout: project
|
||||
title: Vertobridge
|
||||
categories: projects as
|
||||
author: Matthew
|
||||
maturity: Alpha
|
||||
---
|
||||
|
||||
# {{ page.title }}
|
||||
A Matrix <--> Verto bridge, designed for conferencing via Freeswitch. ([https://github.com/matrix-org/matrix-appservice-verto](https://github.com/matrix-org/matrix-appservice-verto)
|
10
supporting-docs/projects/2016-02-02-bullettime.md
Normal file
10
supporting-docs/projects/2016-02-02-bullettime.md
Normal file
|
@ -0,0 +1,10 @@
|
|||
---
|
||||
layout: project
|
||||
title: bullettime
|
||||
categories: projects server
|
||||
author: Patrik Oldsberg
|
||||
maturity: Alpha
|
||||
---
|
||||
|
||||
# {{ page.title }}
|
||||
An experimental golang Matrix homeserver ([github](https://github.com/matrix-org/bullettime))
|
10
supporting-docs/projects/2016-02-02-gomatrix-irc-bridge.md
Normal file
10
supporting-docs/projects/2016-02-02-gomatrix-irc-bridge.md
Normal file
|
@ -0,0 +1,10 @@
|
|||
---
|
||||
layout: project
|
||||
title: gomatrix IRC bridge
|
||||
categories: projects as
|
||||
author: Tor
|
||||
maturity: Alpha
|
||||
---
|
||||
|
||||
# {{ page.title }}
|
||||
Tor's IRC<->Matrix bridge written in the Go language ([github](https://github.com/torhve/gomirc))
|
11
supporting-docs/projects/2016-02-02-node-purple.md
Normal file
11
supporting-docs/projects/2016-02-02-node-purple.md
Normal file
|
@ -0,0 +1,11 @@
|
|||
---
|
||||
layout: project
|
||||
title: node-purple
|
||||
categories: projects as
|
||||
author: Matrix.org team / tjfontaine
|
||||
maturity: Early beta
|
||||
---
|
||||
|
||||
# {{ page.title }}
|
||||
[node-purple](https://github.com/tjfontaine/node-purple) provides basic FFI bindings for libpurple. In our fork, [appservice](https://github.com/matrix-org/node-purple/tree/master/appservice) connects node-purple to the AS API, so you can talk from Matrix to libpurple's connections.
|
||||
|
10
supporting-docs/projects/2016-02-02-redpill-irc-bridge.md
Normal file
10
supporting-docs/projects/2016-02-02-redpill-irc-bridge.md
Normal file
|
@ -0,0 +1,10 @@
|
|||
---
|
||||
layout: project
|
||||
title: redpill IRC bridge
|
||||
categories: projects as
|
||||
author: Tjgillies
|
||||
maturity: Alpha
|
||||
---
|
||||
|
||||
# {{ page.title }}
|
||||
Kodo's IRC<->matrix GW written in Ruby ([github](https://github.com/tjgillies/redpill))
|
12
supporting-docs/projects/2016-02-03-feedbot.md
Normal file
12
supporting-docs/projects/2016-02-03-feedbot.md
Normal file
|
@ -0,0 +1,12 @@
|
|||
---
|
||||
layout: project
|
||||
title: feedbot
|
||||
categories: projects other
|
||||
author: Ryan Rix
|
||||
maturity: Early beta
|
||||
---
|
||||
|
||||
# {{ page.title }}
|
||||
Connect to RSS and Twitter feeds via Ryan Rix' feedbot!
|
||||
|
||||
Check it out from [Ryan's git repo](http://fort.kickass.systems:10082/cgit/personal/rrix/pub/feedbot.git/)
|
11
supporting-docs/projects/2016-02-03-h4x.no-blog.md
Normal file
11
supporting-docs/projects/2016-02-03-h4x.no-blog.md
Normal file
|
@ -0,0 +1,11 @@
|
|||
---
|
||||
layout: project
|
||||
title: Matrix Blog
|
||||
categories: projects client
|
||||
description: Read-only blog-style Matrix interface
|
||||
author: simeng
|
||||
maturity: Alpha
|
||||
---
|
||||
|
||||
# {{ page.title }}
|
||||
An example read-only blog-style interface to a Matrix room ([github](https://github.com/simeng/matrix-blog)).
|
13
supporting-docs/projects/2016-02-03-jsynapse.md
Normal file
13
supporting-docs/projects/2016-02-03-jsynapse.md
Normal file
|
@ -0,0 +1,13 @@
|
|||
---
|
||||
layout: project
|
||||
title: jSynapse
|
||||
categories: projects server
|
||||
thumbnail: https://matrix.org/blog/wp-content/uploads/2015/04/jsynapse2.png
|
||||
author: Swarmcom
|
||||
maturity: Alpha
|
||||
---
|
||||
|
||||

|
||||
|
||||
# {{ page.title }}
|
||||
Swarmcom’s Java homeserver – jSynapse ([github](https://github.com/swarmcom/jSynapse/))
|
12
supporting-docs/projects/2016-02-03-lightrix.md
Normal file
12
supporting-docs/projects/2016-02-03-lightrix.md
Normal file
|
@ -0,0 +1,12 @@
|
|||
---
|
||||
layout: project
|
||||
title: Lightrix
|
||||
categories: projects other
|
||||
author: Ryan Rix
|
||||
maturity: Early beta
|
||||
---
|
||||
|
||||
# {{ page.title }}
|
||||
Control Adafruit Neopixels via Matrix!
|
||||
|
||||
Check it out from [Ryan's git repo](http://fort.kickass.systems:10082/cgit/personal/rrix/pub/lightrix.git/)
|
|
@ -0,0 +1,12 @@
|
|||
---
|
||||
layout: project
|
||||
title: matrix-appservice-respoke
|
||||
categories: projects as
|
||||
author: Matrix.org team
|
||||
maturity: Alpha
|
||||
---
|
||||
|
||||
# {{ page.title }}
|
||||
An incredibly hacky Matrix --> Asterisk bridge via chan_respoke.
|
||||
|
||||
Get it from [github](https://github.com/matrix-org/matrix-appservice-respoke)!
|
|
@ -0,0 +1,11 @@
|
|||
---
|
||||
layout: project
|
||||
title: Matrix for Ubuntu Touch
|
||||
categories: projects client
|
||||
description: Matrix for Ubuntu Touch
|
||||
author: Maarten Ectors
|
||||
maturity: Alpha
|
||||
---
|
||||
|
||||
# {{ page.title }}
|
||||
Maarten Ectors built an [Ubuntu Touch app](https://uappexplorer.com/app/matrix.mectors) using [silvio's synapse docker image](https://github.com/silvio/docker-matrix)
|
10
supporting-docs/projects/2016-02-03-matrix-xmpp-bridge.md
Normal file
10
supporting-docs/projects/2016-02-03-matrix-xmpp-bridge.md
Normal file
|
@ -0,0 +1,10 @@
|
|||
---
|
||||
layout: project
|
||||
title: Matrix-XMPP Bridge
|
||||
categories: projects as
|
||||
author: jfrederickson
|
||||
maturity: Alpha
|
||||
---
|
||||
|
||||
# {{ page.title }}
|
||||
This project creates a bridge between a Matrix room and an XMPP MUC: [https://github.com/jfrederickson/matrix-xmpp-bridge](https://github.com/jfrederickson/matrix-xmpp-bridge)
|
12
supporting-docs/projects/2016-02-03-mcat.md
Normal file
12
supporting-docs/projects/2016-02-03-mcat.md
Normal file
|
@ -0,0 +1,12 @@
|
|||
---
|
||||
layout: project
|
||||
title: mcat
|
||||
categories: projects other
|
||||
author: Ryan Rix
|
||||
maturity: Early beta
|
||||
---
|
||||
|
||||
# {{ page.title }}
|
||||
Pipe in to and out of a Matrix room using the [Matrix Python SDK](https://github.com/matrix-org/matrix-python-sdk).
|
||||
|
||||
Check it out from [Ryan's git repo](http://fort.kickass.systems:10082/cgit/personal/rrix/pub/mcat.git/)
|
14
supporting-docs/projects/2016-02-03-mero.md
Normal file
14
supporting-docs/projects/2016-02-03-mero.md
Normal file
|
@ -0,0 +1,14 @@
|
|||
---
|
||||
layout: project
|
||||
title: Mero
|
||||
categories: projects as
|
||||
author: SkaveRat
|
||||
maturity: Alpha
|
||||
---
|
||||
|
||||
# {{ page.title }}
|
||||
NodeJS based XMPP facade bridge for matrix.org
|
||||
|
||||
This Matrix Application Server will pretend to be a XMPP (jabber) server and mirror all actions to and from Matrix.
|
||||
|
||||
Check it out on [github](https://github.com/SkaveRat/mero)
|
11
supporting-docs/projects/2016-02-03-morpheus.md
Normal file
11
supporting-docs/projects/2016-02-03-morpheus.md
Normal file
|
@ -0,0 +1,11 @@
|
|||
---
|
||||
layout: project
|
||||
title: morpheus
|
||||
categories: projects client
|
||||
description: A Haskell client for Matrix
|
||||
author: Xe
|
||||
maturity: Alpha
|
||||
---
|
||||
|
||||
# {{ page.title }}
|
||||
A Matrix client written in Haskell ([github](https://github.com/Xe/morpheus))
|
12
supporting-docs/projects/2016-02-03-polynomial.md
Normal file
12
supporting-docs/projects/2016-02-03-polynomial.md
Normal file
|
@ -0,0 +1,12 @@
|
|||
---
|
||||
layout: project
|
||||
title: Polynomial - A Decentralized Webring
|
||||
categories: projects other
|
||||
author: Ryan Rix
|
||||
maturity: Early beta
|
||||
---
|
||||
|
||||
# {{ page.title }}
|
||||
Webring software built on top of Matrix.org which means it doesn't have a central point of failure.
|
||||
|
||||
Check it out at [Ryan's blog](http://whatthefuck.computer/blog/2015/12/06/polynomial-a-decentralized-webring/) and grab the code from [Ryan's git repo](http://fort.kickass.systems:10082/cgit/personal/rrix/pub/webring.git/)
|
11
supporting-docs/projects/2016-02-03-vector-desktop.md
Normal file
11
supporting-docs/projects/2016-02-03-vector-desktop.md
Normal file
|
@ -0,0 +1,11 @@
|
|||
---
|
||||
layout: project
|
||||
title: Vector Desktop
|
||||
categories: projects client
|
||||
description: Desktop version of Vector
|
||||
author: Steven Hammerton
|
||||
maturity: Alpha
|
||||
---
|
||||
|
||||
# {{ page.title }}
|
||||
Desktop version of the [Vector](./vector.html) web client. Basically it's Vector wrapped in an [Electron](https://github.com/atom/electron) app. Source here: [https://github.com/stevenhammerton/vector-desktop](https://github.com/stevenhammerton/vector-desktop)
|
10
supporting-docs/projects/2016-02-03-xmpptrix.md
Normal file
10
supporting-docs/projects/2016-02-03-xmpptrix.md
Normal file
|
@ -0,0 +1,10 @@
|
|||
---
|
||||
layout: project
|
||||
title: xmpptrix
|
||||
categories: projects as
|
||||
author: SkaveRat
|
||||
maturity: Alpha
|
||||
---
|
||||
|
||||
# {{ page.title }}
|
||||
XMPP<->Matrix gateway application service written in Node JS: [https://github.com/SkaveRat/xmpptrix](https://github.com/SkaveRat/xmpptrix).
|
14
supporting-docs/projects/2016-02-04-headjack.md
Normal file
14
supporting-docs/projects/2016-02-04-headjack.md
Normal file
|
@ -0,0 +1,14 @@
|
|||
---
|
||||
layout: project
|
||||
title: Headjack
|
||||
categories: projects client
|
||||
thumbnail: https://matrix.org/blog/wp-content/uploads/2015/05/headjack-400x284.png
|
||||
description: Experimental Chrome App client
|
||||
author: SkaveRat
|
||||
maturity: Alpha
|
||||
---
|
||||
|
||||

|
||||
|
||||
# {{ page.title }}
|
||||
Experimental Chrome App desktop client for Matrix, using [matrix-angular-sdk](https://github.com/matrix-org/matrix-angular-sdk). Available from [github](https://github.com/SkaveRat/headjack).
|
|
@ -0,0 +1,12 @@
|
|||
---
|
||||
layout: project
|
||||
title: matrix-appservice-slack
|
||||
categories: projects as
|
||||
author: illicitonion
|
||||
maturity: Early beta
|
||||
---
|
||||
|
||||
# {{ page.title }}
|
||||
This project bridges [Slack](https://slack.com) to Matrix, all in a 100 lines of code! It's currently quite barebones, but at the same time it shows how quickly a bridge can be written.
|
||||
|
||||
Get it from [github](https://github.com/matrix-org/matrix-appservice-slack)!
|
|
@ -0,0 +1,14 @@
|
|||
---
|
||||
layout: project
|
||||
title: Net::Async::Matrix Client
|
||||
categories: projects client
|
||||
thumbnail: https://matrix.org/blog/wp-content/uploads/2015/04/net-async-matrix-400x284.png
|
||||
description: A Perl CLI client from Net::Async::Matrix and Tickit
|
||||
author: LeoNerd
|
||||
maturity: Alpha
|
||||
---
|
||||
|
||||

|
||||
|
||||
# {{ page.title }}
|
||||
LeoNerd’s example Perl CLI client from Net::Async::Matrix and Tickit: [https://metacpan.org/source/PEVANS/Net-Async-Matrix-0.16/client.pl](https://metacpan.org/source/PEVANS/Net-Async-Matrix-0.16/client.pl)
|
13
supporting-docs/projects/2016-02-04-pallium.md
Normal file
13
supporting-docs/projects/2016-02-04-pallium.md
Normal file
|
@ -0,0 +1,13 @@
|
|||
---
|
||||
layout: project
|
||||
title: Pallium
|
||||
categories: projects server
|
||||
thumbnail: https://matrix.org/blog/wp-content/uploads/2015/04/pallium.png
|
||||
author: KoFish
|
||||
maturity: Alpha
|
||||
---
|
||||
|
||||

|
||||
|
||||
# {{ page.title }}
|
||||
KoFish’s homeserver written in Go – Pallium ([github](https://github.com/KoFish/pallium))
|
|
@ -0,0 +1,15 @@
|
|||
---
|
||||
layout: project
|
||||
title: Project Clearwater / Matrix Gateway
|
||||
categories: projects as
|
||||
thumbnail: https://matrix.org/blog/wp-content/uploads/2015/04/clearwter-400x284.jpg
|
||||
author: Matt Williams
|
||||
maturity: Alpha
|
||||
---
|
||||
|
||||

|
||||
|
||||

|
||||
|
||||
# {{ page.title }}
|
||||
Matt Williams’ IMS->Matrix gateway ([github](https://github.com/matt-williams/sprout/tree/matrix))
|
14
supporting-docs/projects/2016-02-04-quaternion.md
Normal file
14
supporting-docs/projects/2016-02-04-quaternion.md
Normal file
|
@ -0,0 +1,14 @@
|
|||
---
|
||||
layout: project
|
||||
title: Quaternion
|
||||
categories: projects client
|
||||
thumbnail: https://raw.githubusercontent.com/Fxrh/Quaternion/master/quaternion.png
|
||||
author: Fxrh
|
||||
description: Quaternion is an IM client for the Matrix protocol
|
||||
maturity: Alpha
|
||||
---
|
||||
|
||||

|
||||
|
||||
# {{ page.title }}
|
||||
Quaternion is an IM client for the Matrix protocol in development. ([github](https://github.com/Fxrh/Quaternion))
|
14
supporting-docs/projects/2016-02-04-redpill.md
Normal file
14
supporting-docs/projects/2016-02-04-redpill.md
Normal file
|
@ -0,0 +1,14 @@
|
|||
---
|
||||
layout: project
|
||||
title: redpill
|
||||
categories: projects client
|
||||
thumbnail: https://matrix.org/blog/wp-content/uploads/2015/04/redpill0.7-400x284.png
|
||||
description: A Python2 CLI client
|
||||
author: oddvar
|
||||
maturity: Alpha
|
||||
---
|
||||
|
||||

|
||||
|
||||
# {{ page.title }}
|
||||
Oddvar's Python2 CLI client – redpill ([github](https://github.com/oddvar/redpill))
|
11
supporting-docs/projects/2016-02-04-ruma.md
Normal file
11
supporting-docs/projects/2016-02-04-ruma.md
Normal file
|
@ -0,0 +1,11 @@
|
|||
---
|
||||
layout: project
|
||||
title: Ruma
|
||||
categories: projects server
|
||||
author: Jimmy Cuadra
|
||||
maturity: Alpha
|
||||
---
|
||||
|
||||
|
||||
# {{ page.title }}
|
||||
Ruma is a server written in Rust ([github](https://github.com/ruma/ruma))
|
14
supporting-docs/projects/2016-02-04-unplug.md
Normal file
14
supporting-docs/projects/2016-02-04-unplug.md
Normal file
|
@ -0,0 +1,14 @@
|
|||
---
|
||||
layout: project
|
||||
title: Unplug
|
||||
categories: projects client
|
||||
thumbnail: https://matrix.org/blog/wp-content/uploads/2015/04/unplug-0.1.5-400x284.png
|
||||
description: Experimental Kotlin client
|
||||
author: hrjet
|
||||
maturity: Alpha
|
||||
---
|
||||
|
||||

|
||||
|
||||
# {{ page.title }}
|
||||
hrjet's Kotlin/JVM client – unplug ([github](https://github.com/UprootLabs/unplug))
|
|
@ -0,0 +1,14 @@
|
|||
---
|
||||
layout: project
|
||||
title: Glowing Bear + Weechat Plugin
|
||||
categories: projects client
|
||||
thumbnail: https://matrix.org/blog/wp-content/uploads/2015/04/Screen-Shot-2015-04-21-at-17.36.43-400x284.png
|
||||
author: glowing-bear.org
|
||||
description: A great IRC-style web interface to Matrix.
|
||||
maturity: Late beta
|
||||
---
|
||||
|
||||

|
||||
|
||||
# {{ page.title }}
|
||||
[Glowing Bear](http://glowing-bear.org/) combined with [Tor’s Matrix plugin for Weechat](./weechat.html) makes for a great IRC-style web interface to Matrix.
|
206
supporting-docs/projects/2016-02-05-index.md
Normal file
206
supporting-docs/projects/2016-02-05-index.md
Normal file
|
@ -0,0 +1,206 @@
|
|||
---
|
||||
layout: project
|
||||
title: Vector
|
||||
categories: projects
|
||||
---
|
||||
|
||||
<div class='font18'>
|
||||
Matrix is a whole ecosystem of matrix-enabled clients, servers, gateways, application services, bots, etc.
|
||||
</div>
|
||||
|
||||
|
|
||||
|
||||
<div class='font18 bold'>
|
||||
The easiest way to get started is to pick a client that appeals and join #matrix:matrix.org:
|
||||
</div>
|
||||
|
||||
|
||||
<table class='bigtable'>
|
||||
<tr>
|
||||
<td class='bigproject'>
|
||||
<a href='./client/weechat.html' class='font18 bold'>
|
||||
Weechat/Matrix
|
||||
</a><br />
|
||||
If you like command line clients, try the Weechat plugin.<br /><br />
|
||||
<a href='./client/weechat.html'>
|
||||
<img src='https://matrix.org/blog/wp-content/uploads/2015/04/Screen-Shot-2015-08-07-at-13.31.29-300x209.png'>
|
||||
</a>
|
||||
</td>
|
||||
<td class='bigproject'>
|
||||
<a href='./client/vector.html' class='font18 bold'>
|
||||
Vector
|
||||
</a><br />
|
||||
If you like glossy (but beta) web clients, try Vector.<br /><br />
|
||||
<a href='./client/vector.html'>
|
||||
<img src='https://matrix.org/blog/wp-content/uploads/2015/04/vector030216-300x204.png'>
|
||||
</a>
|
||||
</td>
|
||||
<td class='bigproject'>
|
||||
<a href='./client/matrix-console-web.html' class='font18 bold'>
|
||||
Matrix Console Web
|
||||
</a><br />
|
||||
Console Web is the oldest and has most features, but has performance problems.<br /><br />
|
||||
<a href='./client/matrix-console-web.html'>
|
||||
<img src='https://matrix.org/blog/wp-content/uploads/2015/04/Screen-Shot-2015-08-07-at-13.28.53-300x195.png'>
|
||||
</a>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
|
||||
This page aims to collect all known Matrix projects - if you want to add a new one (or update an existing one), you can submit a PR to the [matrix-doc](https://github.com/matrix-org/matrix-doc) project on github - the existing projects can be found [here](https://github.com/matrix-org/matrix-doc/tree/master/supporting-docs/projects) - or just let us know in the #matrix:matrix.org room.
|
||||
|
||||
|
|
||||
|
||||
<div class='font18'>
|
||||
Projects using Matrix:
|
||||
</div>
|
||||
|
||||
* TOC
|
||||
{:toc .toc}
|
||||
|
||||
|
|
||||
|
||||
Clients
|
||||
=======
|
||||
|
||||
<table>
|
||||
{% assign post_nr = '0' %}
|
||||
{% for post in site.categories.client limit:100 %}
|
||||
{% assign add_new_row_test = post_nr | modulo:6 %}
|
||||
{% if add_new_row_test == 0 %}<tr>{% endif %}
|
||||
<td class='project'>
|
||||
<a href='/docs{{ BASE_PATH }}{{ post.url }}'>
|
||||
<img class='thumbnail' src='{{ post.thumbnail }}'>
|
||||
</a>
|
||||
<br />
|
||||
<a href='/docs{{ BASE_PATH }}{{ post.url }}'>
|
||||
{{ post.title }}
|
||||
</a><br />
|
||||
<div style='margin-bottom: 8px;'>
|
||||
{{ post.description }}
|
||||
</div>
|
||||
Author: {{ post.author }}<br />
|
||||
Maturity: {{ post.maturity }}
|
||||
</td>
|
||||
{% assign post_nr = post_nr | plus: '1' %}
|
||||
{% assign add_new_row_test = post_nr | modulo:6 %}
|
||||
{% if add_new_row_test == 0 %}</tr>{% endif %}
|
||||
{% endfor %}
|
||||
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
|
|
||||
|
||||
Servers
|
||||
=======
|
||||
|
||||
<table>
|
||||
{% assign post_nr = '0' %}
|
||||
{% for post in site.categories.server limit:100 %}
|
||||
{% assign add_new_row_test = post_nr | modulo:6 %}
|
||||
{% if add_new_row_test == 0 %}<tr>{% endif %}
|
||||
<td class='project'>
|
||||
<a href='/docs{{ BASE_PATH }}{{ post.url }}'>
|
||||
{{ post.title }}
|
||||
</a><br />
|
||||
<div style='margin-bottom: 8px;'>
|
||||
{{ post.description }}
|
||||
</div>
|
||||
Author: {{ post.author }}<br />
|
||||
Maturity: {{ post.maturity }}
|
||||
</td>
|
||||
{% assign post_nr = post_nr | plus: '1' %}
|
||||
{% assign add_new_row_test = post_nr | modulo:6 %}
|
||||
{% if add_new_row_test == 0 %}</tr>{% endif %}
|
||||
{% endfor %}
|
||||
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
|
||||
|
|
||||
|
||||
Application Services
|
||||
====================
|
||||
|
||||
<table>
|
||||
{% assign post_nr = '0' %}
|
||||
{% for post in site.categories.as limit:100 %}
|
||||
{% assign add_new_row_test = post_nr | modulo:6 %}
|
||||
{% if add_new_row_test == 0 %}<tr>{% endif %}
|
||||
<td class='project'>
|
||||
<a href='/docs{{ BASE_PATH }}{{ post.url }}'>
|
||||
{{ post.title }}
|
||||
</a><br />
|
||||
<div style='margin-bottom: 8px;'>
|
||||
{{ post.description }}
|
||||
</div>
|
||||
Author: {{ post.author }}<br />
|
||||
Maturity: {{ post.maturity }}
|
||||
</td>
|
||||
{% assign post_nr = post_nr | plus: '1' %}
|
||||
{% assign add_new_row_test = post_nr | modulo:6 %}
|
||||
{% if add_new_row_test == 0 %}</tr>{% endif %}
|
||||
{% endfor %}
|
||||
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
|
|
||||
|
||||
Client SDKs
|
||||
===========
|
||||
|
||||
<table>
|
||||
{% assign post_nr = '0' %}
|
||||
{% for post in site.categories.sdk limit:100 %}
|
||||
{% assign add_new_row_test = post_nr | modulo:6 %}
|
||||
{% if add_new_row_test == 0 %}<tr>{% endif %}
|
||||
<td class='project'>
|
||||
<a href='/docs{{ BASE_PATH }}{{ post.url }}'>
|
||||
{{ post.title }}
|
||||
</a><br />
|
||||
<div style='margin-bottom: 8px;'>
|
||||
{{ post.description }}
|
||||
</div>
|
||||
Author: {{ post.author }}<br />
|
||||
Maturity: {{ post.maturity }}
|
||||
</td>
|
||||
{% assign post_nr = post_nr | plus: '1' %}
|
||||
{% assign add_new_row_test = post_nr | modulo:6 %}
|
||||
{% if add_new_row_test == 0 %}</tr>{% endif %}
|
||||
{% endfor %}
|
||||
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
|
|
||||
|
||||
Other
|
||||
=====
|
||||
|
||||
<table>
|
||||
{% assign post_nr = '0' %}
|
||||
{% for post in site.categories.other limit:100 %}
|
||||
{% assign add_new_row_test = post_nr | modulo:6 %}
|
||||
{% if add_new_row_test == 0 %}<tr>{% endif %}
|
||||
<td class='project'>
|
||||
<a href='/docs{{ BASE_PATH }}{{ post.url }}'>
|
||||
{{ post.title }}
|
||||
</a><br />
|
||||
<div style='margin-bottom: 8px;'>
|
||||
{{ post.description }}
|
||||
</div>
|
||||
Author: {{ post.author }}<br />
|
||||
Maturity: {{ post.maturity }}
|
||||
</td>
|
||||
{% assign post_nr = post_nr | plus: '1' %}
|
||||
{% assign add_new_row_test = post_nr | modulo:6 %}
|
||||
{% if add_new_row_test == 0 %}</tr>{% endif %}
|
||||
{% endfor %}
|
||||
|
||||
</tr>
|
||||
</table>
|
||||
|
10
supporting-docs/projects/2016-02-05-matrix-erlang-sdk.md
Normal file
10
supporting-docs/projects/2016-02-05-matrix-erlang-sdk.md
Normal file
|
@ -0,0 +1,10 @@
|
|||
---
|
||||
layout: project
|
||||
title: matrix-erlang-sdk
|
||||
categories: projects sdk
|
||||
author: Andreas Hallberg
|
||||
maturity: Alpha
|
||||
---
|
||||
|
||||
# {{ page.title }}
|
||||
Andreas Hallberg's client SDK for Erlang [https://github.com/anhallbe/matrix-erlang-sdk](https://github.com/anhallbe/matrix-erlang-sdk)
|
|
@ -0,0 +1,12 @@
|
|||
---
|
||||
layout: project
|
||||
title: Matrix.org AngularJS SDK
|
||||
categories: projects sdk
|
||||
author: Matrix.org team
|
||||
maturity: DEPRECATED
|
||||
---
|
||||
|
||||
# {{ page.title }}
|
||||
AngularJS services from Matrix.org for building communication apps in Angular based on Matrix: [https://github.com/matrix-org/matrix-angular-sdk](https://github.com/matrix-org/matrix-angular-sdk)
|
||||
|
||||
These are no longer being actively maintained.
|
14
supporting-docs/projects/2016-02-05-mclient.el.md
Normal file
14
supporting-docs/projects/2016-02-05-mclient.el.md
Normal file
|
@ -0,0 +1,14 @@
|
|||
---
|
||||
layout: project
|
||||
title: Mclient.el
|
||||
categories: projects client
|
||||
thumbnail: https://matrix.org/blog/wp-content/uploads/2015/10/mclient1-400x284.png
|
||||
description: A Matrix.org frontend for Emacs!
|
||||
author: Ryan Rix
|
||||
maturity: Alpha
|
||||
---
|
||||
|
||||

|
||||
|
||||
# {{ page.title }}
|
||||
Mclient.el is a Matrix.org frontend for Emacs. For more information and install instructions visit [http://whatthefuck.computer/blog/2015/10/26/mclient/](http://whatthefuck.computer/blog/2015/10/26/mclient/). The code is available from [http://fort.kickass.systems:10082/cgit/personal/rrix/pub/matrix.el.git/](http://fort.kickass.systems:10082/cgit/personal/rrix/pub/matrix.el.git/).
|
10
supporting-docs/projects/2016-02-05-net-async-matrix-perl.md
Normal file
10
supporting-docs/projects/2016-02-05-net-async-matrix-perl.md
Normal file
|
@ -0,0 +1,10 @@
|
|||
---
|
||||
layout: project
|
||||
title: Net::Async::Matrix (Perl)
|
||||
categories: projects sdk
|
||||
author: LeoNerd
|
||||
maturity: Late beta
|
||||
---
|
||||
|
||||
# {{ page.title }}
|
||||
LeoNerd's Net::Async::Matrix client SDK library for Perl: [https://metacpan.org/release/Net-Async-Matrix](https://metacpan.org/release/Net-Async-Matrix)
|
10
supporting-docs/projects/2016-02-05-newlisp-matrix-client.md
Normal file
10
supporting-docs/projects/2016-02-05-newlisp-matrix-client.md
Normal file
|
@ -0,0 +1,10 @@
|
|||
---
|
||||
layout: project
|
||||
title: newlisp-matrix-client
|
||||
categories: projects sdk
|
||||
author: Ingo Hohmann
|
||||
maturity: Early beta
|
||||
---
|
||||
|
||||
# {{ page.title }}
|
||||
Client SDK for newlisp available at [https://github.com/IngoHohmann/newlisp-matrix-client](https://github.com/IngoHohmann/newlisp-matrix-client)
|
|
@ -0,0 +1,13 @@
|
|||
---
|
||||
layout: project
|
||||
title: OpenMarket's SMS Gateway
|
||||
categories: projects as
|
||||
thumbnail: https://matrix.org/blog/wp-content/uploads/2015/04/omlogo-400x284.jpg
|
||||
author: OpenMarket
|
||||
maturity: Late beta
|
||||
---
|
||||
|
||||

|
||||
|
||||
# {{ page.title }}
|
||||
OpenMarket’s SMS Gateway is an Application Service that enables Matrix-users to send SMS. [More info here](http://matrix.org/blog/2015/02/26/welcoming-the-openmarket-matrix-gateway/).
|
12
supporting-docs/projects/2016-02-05-purple-matrix.md
Normal file
12
supporting-docs/projects/2016-02-05-purple-matrix.md
Normal file
|
@ -0,0 +1,12 @@
|
|||
---
|
||||
layout: project
|
||||
title: purple-matrix
|
||||
categories: projects other
|
||||
author: Matrix.org team
|
||||
maturity: Early beta
|
||||
---
|
||||
|
||||
# {{ page.title }}
|
||||
This project is a plugin for [libpurple](https://developer.pidgin.im/wiki/WhatIsLibpurple) which adds the ability to communicate with matrix.org homeservers to any libpurple-based clients (such as [Pidgin](http://www.pidgin.im/)).
|
||||
|
||||
Get it at [github](https://github.com/matrix-org/purple-matrix/).
|
14
supporting-docs/projects/2016-02-05-tensor.md
Normal file
14
supporting-docs/projects/2016-02-05-tensor.md
Normal file
|
@ -0,0 +1,14 @@
|
|||
---
|
||||
layout: project
|
||||
title: Tensor
|
||||
categories: projects client
|
||||
thumbnail: https://matrix.org/blog/wp-content/uploads/2015/11/tensor1-400x284.png
|
||||
description: QML-based Matrix client
|
||||
author: David A Roberts
|
||||
maturity: Alpha
|
||||
---
|
||||
|
||||

|
||||
|
||||
# {{ page.title }}
|
||||
Tensor is a cross-platform native Matrix client, based on QtQuick/QML and matrix-js-sdk. It has been tested on Desktop GNU/Linux, OS X, Windows, Android, SailfishOS and Ubuntu Touch. Get it from [github](https://github.com/davidar/tensor).
|
10
supporting-docs/projects/2016-02-06-bender.md
Normal file
10
supporting-docs/projects/2016-02-06-bender.md
Normal file
|
@ -0,0 +1,10 @@
|
|||
---
|
||||
layout: project
|
||||
title: Bender
|
||||
categories: projects other
|
||||
author: Dylan Griffith
|
||||
maturity: Alpha
|
||||
---
|
||||
|
||||
# {{ page.title }}
|
||||
Bender is a Matrix bot framework written in Elixir: [https://github.com/DylanGriffith/bender](https://github.com/DylanGriffith/bender)
|
10
supporting-docs/projects/2016-02-06-glib-sdk.md
Normal file
10
supporting-docs/projects/2016-02-06-glib-sdk.md
Normal file
|
@ -0,0 +1,10 @@
|
|||
---
|
||||
layout: project
|
||||
title: Matrix Client SDK for GLib
|
||||
categories: projects sdk
|
||||
author: Gergely Polonkai
|
||||
maturity: Alpha
|
||||
---
|
||||
|
||||
# {{ page.title }}
|
||||
A Matrix.org client-server SDK for GLib >= 2.40. It contains both raw API calls and a signal based asynchronous client. Get it from [github](https://github.com/gergelypolonkai/matrix-glib-sdk)!
|
10
supporting-docs/projects/2016-02-06-hubot-matrix.md
Normal file
10
supporting-docs/projects/2016-02-06-hubot-matrix.md
Normal file
|
@ -0,0 +1,10 @@
|
|||
---
|
||||
layout: project
|
||||
title: Hubot-Matrix
|
||||
categories: projects other
|
||||
author: David A Roberts
|
||||
maturity: Alpha
|
||||
---
|
||||
|
||||
# {{ page.title }}
|
||||
A Matrix-adapter for Hubot: [https://github.com/davidar/hubot-matrix/](https://github.com/davidar/hubot-matrix/)
|
14
supporting-docs/projects/2016-02-06-irc-bridge.md
Normal file
14
supporting-docs/projects/2016-02-06-irc-bridge.md
Normal file
|
@ -0,0 +1,14 @@
|
|||
---
|
||||
layout: project
|
||||
title: Matrix.org IRC Bridge
|
||||
categories: projects as
|
||||
description:
|
||||
author: Matrix.org team
|
||||
maturity: Early beta
|
||||
---
|
||||
|
||||
# {{ page.title }}
|
||||
An application service gateway from Matrix.org for bridging between IRC networks and Matrix, written using [matrix-appservice-node](http://matrix.org/blog/project/matrix-appservice-node/). You can get the [code on github](https://github.com/matrix-org/matrix-appservice-irc).
|
||||
|
||||
Supports dynamically bridging IRC channels on demand; synchronised user-lists, and other goodness.
|
||||
|
10
supporting-docs/projects/2016-02-06-ivar2-matrix-irc-bot.md
Normal file
10
supporting-docs/projects/2016-02-06-ivar2-matrix-irc-bot.md
Normal file
|
@ -0,0 +1,10 @@
|
|||
---
|
||||
layout: project
|
||||
title: ivar2 Matrix/IRC Bot
|
||||
categories: projects other
|
||||
author: haste / Tor
|
||||
maturity: Beta
|
||||
---
|
||||
|
||||
# {{ page.title }}
|
||||
ivar2 is a very comprehensive IRC bot written in Lua which has native support for Matrix! [https://github.com/torhve/ivar2](https://github.com/torhve/ivar2)
|
|
@ -0,0 +1,10 @@
|
|||
---
|
||||
layout: project
|
||||
title: Perl Matrix-IRC Bridge
|
||||
categories: projects other
|
||||
author: Tom Molesworth / Paul Evans
|
||||
maturity: Beta
|
||||
---
|
||||
|
||||
# {{ page.title }}
|
||||
The first Matrix/IRC bridge, originally written by Tom Molesworth using Paul Evans' Net::Async::Matrix Perl client SDK and then later maintained by Paul Evans. Nowadays superceded by the [matrix-appservice-irc Node IRC bridge AS](../as/irc-bridge.html).
|
|
@ -0,0 +1,22 @@
|
|||
---
|
||||
layout: project
|
||||
title: Matrix Console Android
|
||||
categories: projects client
|
||||
thumbnail: https://matrix.org/blog/wp-content/uploads/2015/04/android-400x284.png
|
||||
description: A neutral Android client showcasing Matrix capabilities and implementation.
|
||||
author: Matrix.org team
|
||||
maturity: Late beta
|
||||
---
|
||||
|
||||

|
||||
|
||||
# {{ page.title }}
|
||||
Matrix.org’s reference Android client.
|
||||
|
||||
This client is meant to be a showcase of Matrix capabilities, a reference implementation of the Matrix standard and an easy entry to the Matrix ecosystem from Android devices for less techy users, with a relatively neutral branding.
|
||||
|
||||
The code can be retrieved from [github](https://github.com/matrix-org/matrix-android-console).
|
||||
|
||||
Also available from the [Google Play store](https://play.google.com/store/apps/details?id=org.matrix.androidsdk.alpha).
|
||||
|
||||
Folks wanting to live on the bleeding edge can also pull APKs of the develop (and master) branches straight out of the [Jenkins build server](http://matrix.org/jenkins/job/AndroidConsoleDevelop/).
|
20
supporting-docs/projects/2016-02-07-matrix-console-ios.md
Normal file
20
supporting-docs/projects/2016-02-07-matrix-console-ios.md
Normal file
|
@ -0,0 +1,20 @@
|
|||
---
|
||||
layout: project
|
||||
title: Matrix Console iOS
|
||||
categories: projects client
|
||||
thumbnail: https://matrix.org/blog/wp-content/uploads/2015/04/matrix-ios-322x284.jpeg
|
||||
description: A neutral iOS client showcasing Matrix capabilities and implementation.
|
||||
author: Matrix.org team
|
||||
maturity: Late beta
|
||||
---
|
||||
|
||||

|
||||
|
||||
# {{ page.title }}
|
||||
Matrix.org’s reference iOS client.
|
||||
|
||||
This client is meant to be a showcase of Matrix capabilities, a reference implementation of the Matrix standard and an easy entry to the Matrix ecosystem from iOS devices for less techy users, with a relatively neutral branding. This client is built using [MatrixKit](http://matrix.org/blog/project/matrix-ios-matrixkit/).
|
||||
|
||||
The code can be retrieved from [github](https://github.com/matrix-org/matrix-ios-console).
|
||||
|
||||
Also available from the Apple [app store](https://itunes.apple.com/gb/app/matrix-console/id970074271?mt=8).
|
14
supporting-docs/projects/2016-02-08-dendron.md
Normal file
14
supporting-docs/projects/2016-02-08-dendron.md
Normal file
|
@ -0,0 +1,14 @@
|
|||
---
|
||||
layout: project
|
||||
title: Dendron
|
||||
categories: projects server
|
||||
author: Matrix.org team
|
||||
maturity: Alpha
|
||||
---
|
||||
|
||||
# {{ page.title }}
|
||||
Dendron is a Matrix homeserver written in Go.
|
||||
|
||||
Rather than write a Matrix homeserver from scratch, Dendron acts as a proxy for an existing homeserver Synapse written in python. This means that it can be already be used as a fully-featured homeserver.
|
||||
|
||||
Check it out on [github](https://github.com/matrix-org/dendron)!
|
21
supporting-docs/projects/2016-02-08-matrix-console.md
Normal file
21
supporting-docs/projects/2016-02-08-matrix-console.md
Normal file
|
@ -0,0 +1,21 @@
|
|||
---
|
||||
layout: project
|
||||
title: Matrix Console Web
|
||||
categories: projects client
|
||||
thumbnail: https://matrix.org/blog/wp-content/uploads/2015/04/syweb2-400x284.png
|
||||
description: A neutral, easy to use entry point to the Matrix ecosystem from the web, showcasing Matrix capabilities and implementation.
|
||||
author: Matrix.org team
|
||||
maturity: Late beta
|
||||
---
|
||||
|
||||

|
||||
|
||||
# {{ page.title }}
|
||||
Matrix.org’s original reference AngularJS webclient. The implementation has major performance issues and is not being actively maintained, but currently has the richest feature set. Please see [Vector](https://matrix.org/blog/project/vector) and [matrix-react-sdk](https://matrix.org/blog/project/matrix-react-sdk) for better alternatives.
|
||||
|
||||
The code can be retrieved from [github](https://github.com/matrix-org/matrix-angular-sdk).
|
||||
|
||||
Public hosts running this client:
|
||||
|
||||
[https://matrix.org/beta](https://matrix.org/beta)
|
||||
|
18
supporting-docs/projects/2016-02-09-weechat.md
Normal file
18
supporting-docs/projects/2016-02-09-weechat.md
Normal file
|
@ -0,0 +1,18 @@
|
|||
---
|
||||
layout: project
|
||||
title: WeeChat plugin
|
||||
categories: projects client
|
||||
thumbnail: https://matrix.org/blog/wp-content/uploads/2015/04/Screen-Shot-2015-04-22-at-21.43.01-400x284.png
|
||||
description: For fans of command line interfaces, a nice Matrix plugin for Weechat.
|
||||
author: Tor
|
||||
maturity: Late beta
|
||||
---
|
||||
|
||||

|
||||
|
||||
# {{ page.title }}
|
||||
[WeeChat](http://weechat.org/) is a super powerful CLI chat client that’s extensible in many languages to allow for new protocols like Matrix. Tor contributed this great WeeChat plugin for Matrix which is getting a good feedback from more geeky users.
|
||||
|
||||
To use it, you will need to sign up for a Matrix account on a server using the [Console Web](./console-web.html) or [Vector](./vector.html) clients, as WeeChat doesn’t support registration yet.
|
||||
|
||||
To run it, grab the code from [github](https://github.com/torhve/weechat-matrix-protocol-script).
|
10
supporting-docs/projects/2016-02-10-matrix.org-python-sdk.md
Normal file
10
supporting-docs/projects/2016-02-10-matrix.org-python-sdk.md
Normal file
|
@ -0,0 +1,10 @@
|
|||
---
|
||||
layout: project
|
||||
title: Matrix.org Python SDK
|
||||
categories: projects sdk
|
||||
author: Matrix.org team
|
||||
maturity: Alpha
|
||||
---
|
||||
|
||||
# {{ page.title }}
|
||||
Matrix.org's Python SDK ([github](https://github.com/matrix-org/matrix-python-sdk))
|
21
supporting-docs/projects/2016-02-10-synapse.md
Normal file
21
supporting-docs/projects/2016-02-10-synapse.md
Normal file
|
@ -0,0 +1,21 @@
|
|||
---
|
||||
layout: project
|
||||
title: Synapse
|
||||
categories: projects server
|
||||
thumbnail: https://matrix.org/blog/wp-content/uploads/2015/04/Screen-Shot-2015-04-29-at-00.28.25-400x284.png
|
||||
author: Matrix.org team
|
||||
maturity: Late beta
|
||||
---
|
||||
|
||||

|
||||
|
||||
# {{ page.title }}
|
||||
Matrix.org’s reference server – Synapse: [https://github.com/matrix-org/synapse](https://github.com/matrix-org/synapse)
|
||||
|
||||
Apt repo: [https://matrix.org/packages/debian/](https://matrix.org/packages/debian/)
|
||||
|
||||
Dockerfile from Silvio Fricke: [https://registry.hub.docker.com/u/silviof/docker-matrix/](https://registry.hub.docker.com/u/silviof/docker-matrix/) – also hosted on [https://github.com/matrix-org/docker-matrix](https://github.com/matrix-org/docker-matrix)
|
||||
|
||||
ArchLinux package from Ivan Shapovalov: [https://aur.archlinux.org/packages/matrix-synapse](https://aur.archlinux.org/packages/matrix-synapse)
|
||||
|
||||
Martin Giess has created an auto-deployment process with vagrant/ansible, tested with VirtualBox/AWS/DigitalOcean – see [https://github.com/EMnify/matrix-synapse-auto-deploy](https://github.com/EMnify/matrix-synapse-auto-deploy) for details.
|
16
supporting-docs/projects/2016-02-10-vector.md
Normal file
16
supporting-docs/projects/2016-02-10-vector.md
Normal file
|
@ -0,0 +1,16 @@
|
|||
---
|
||||
layout: project
|
||||
title: Vector
|
||||
categories: projects client
|
||||
thumbnail: https://matrix.org/blog/wp-content/uploads/2015/08/vector030216-400x284.png
|
||||
author: Vector.im
|
||||
description: Vector is a glossy web client with an emphasis on performance and usability
|
||||
maturity: Early beta
|
||||
---
|
||||
|
||||

|
||||
|
||||
# {{ page.title }}
|
||||
[Vector](https://vector.im) is a glossy Matrix client built on top of [matrix-react-sdk](http://matrix.org/blog/project/matrix-react-sdk/) with an emphasis on performance and usability.
|
||||
|
||||
You can use it at [https://vector.im](https://vector.im) or get the source from [github](https://github.com/vector-im/vector-web).
|
|
@ -0,0 +1,10 @@
|
|||
---
|
||||
layout: project
|
||||
title: Matrix.org Android SDK
|
||||
categories: projects sdk
|
||||
author: Matrix.org team
|
||||
maturity: Late beta
|
||||
---
|
||||
|
||||
# {{ page.title }}
|
||||
Matrix.org's Android SDK ([github](https://github.com/matrix-org/matrix-android-sdk))
|
10
supporting-docs/projects/2016-02-12-matrix.org-as-sdk.md
Normal file
10
supporting-docs/projects/2016-02-12-matrix.org-as-sdk.md
Normal file
|
@ -0,0 +1,10 @@
|
|||
---
|
||||
layout: project
|
||||
title: Matrix.org AS Node SDK
|
||||
categories: projects as
|
||||
author: Matrix.org team
|
||||
maturity: Early beta
|
||||
---
|
||||
|
||||
# {{ page.title }}
|
||||
A framework from Matrix.org for building Application Services in Node.js/Express: [https://github.com/matrix-org/matrix-appservice-node](https://github.com/matrix-org/matrix-appservice-node)
|
|
@ -0,0 +1,12 @@
|
|||
---
|
||||
layout: project
|
||||
title: matrix-appservice-bridge
|
||||
categories: projects as
|
||||
author: Kegsay
|
||||
maturity: Early beta
|
||||
---
|
||||
|
||||
# {{ page.title }}
|
||||
This library sits on top of the [core application service library](https://github.com/matrix-org/matrix-appservice-node) and provides an API for setting up bridges quickly.
|
||||
|
||||
Get it from [github](https://github.com/matrix-org/matrix-appservice-bridge) and have a look at the [HOW-TO](https://github.com/matrix-org/matrix-appservice-bridge/blob/master/HOWTO.md) for a step-by-step tutorial on setting up a new bridge!
|
|
@ -0,0 +1,10 @@
|
|||
---
|
||||
layout: project
|
||||
title: Matrix.org MatrixKit (iOS)
|
||||
categories: projects sdk
|
||||
author: Matrix.org team
|
||||
maturity: Late beta
|
||||
---
|
||||
|
||||
# {{ page.title }}
|
||||
Matrix.org's reusable UI interfaces for iOS ([github](https://github.com/matrix-org/matrix-ios-kit))
|
12
supporting-docs/projects/2016-02-14-pto.md
Normal file
12
supporting-docs/projects/2016-02-14-pto.md
Normal file
|
@ -0,0 +1,12 @@
|
|||
---
|
||||
layout: project
|
||||
title: Perpetually Talking Online (PTO)
|
||||
categories: projects other
|
||||
author: tdfischer
|
||||
maturity: Alpha
|
||||
---
|
||||
|
||||
# {{ page.title }}
|
||||
Perpetually Talking Online (PTO) is an IRC frontend to the federated Matrix network. It aims to enable as many people as possible to use an existing Matrix homeserver with their existing IRC clients, and provides a radically expanded feature set for existing IRC communities looking to migrate to Matrix.
|
||||
|
||||
See [pto.im](http://pto.im) for more info - or grab the code from [github](https://github.com/tdfischer/pto).
|
10
supporting-docs/projects/2016-02-15-matrix.org-ios-sdk.md
Normal file
10
supporting-docs/projects/2016-02-15-matrix.org-ios-sdk.md
Normal file
|
@ -0,0 +1,10 @@
|
|||
---
|
||||
layout: project
|
||||
title: Matrix.org iOS SDK
|
||||
categories: projects sdk
|
||||
author: Matrix.org team
|
||||
maturity: Late beta
|
||||
---
|
||||
|
||||
# {{ page.title }}
|
||||
Matrix.org's iOS SDK ([github](https://github.com/matrix-org/matrix-ios-sdk))
|
10
supporting-docs/projects/2016-02-15-neb.md
Normal file
10
supporting-docs/projects/2016-02-15-neb.md
Normal file
|
@ -0,0 +1,10 @@
|
|||
---
|
||||
layout: project
|
||||
title: NEB (N. E. Bot)
|
||||
categories: projects other
|
||||
author: Kegsay
|
||||
maturity: Late beta
|
||||
---
|
||||
|
||||
# {{ page.title }}
|
||||
Kegsay's general-purpose Python Matrix Bot framework ([github](https://github.com/Kegsay/Matrix-NEB))
|
10
supporting-docs/projects/2016-02-16-matrix.org-js-sdk.md
Normal file
10
supporting-docs/projects/2016-02-16-matrix.org-js-sdk.md
Normal file
|
@ -0,0 +1,10 @@
|
|||
---
|
||||
layout: project
|
||||
title: Matrix.org JS SDK
|
||||
categories: projects sdk
|
||||
author: Matrix.org team
|
||||
maturity: Early beta
|
||||
---
|
||||
|
||||
# {{ page.title }}
|
||||
Matrix.org's JS SDK ([github](https://github.com/matrix-org/matrix-js-sdk))
|
11
supporting-docs/projects/2016-02-20-matrix.org-react-sdk.md
Normal file
11
supporting-docs/projects/2016-02-20-matrix.org-react-sdk.md
Normal file
|
@ -0,0 +1,11 @@
|
|||
---
|
||||
layout: project
|
||||
title: Matrix.org React SDK
|
||||
categories: projects sdk
|
||||
author: Matrix.org team
|
||||
maturity: Early beta
|
||||
---
|
||||
|
||||
# {{ page.title }}
|
||||
[matrix-react-sdk](https://github.com/matrix-org/matrix-react-sdk) is our next-generation Web SDK for Matrix, providing both a large hierarchy of reusable UI components and a simple neutral reference application. It's suitable both for building standalone applications and embedding Matrix clients into existing web apps, irrespective of the host app's framework.
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue