Merge pull request #1001 from turt2live/travis/projects-q3-2017
Synchronize the projects I work on with matrix-docpull/977/head
commit
68b8192d86
@ -0,0 +1,13 @@
|
||||
---
|
||||
layout: project
|
||||
title: Dimension
|
||||
categories: projects other
|
||||
author: Travis Ralston
|
||||
description: An alternative integrations manager for Riot
|
||||
maturity: Alpha
|
||||
---
|
||||
# {{ page.title }}
|
||||
|
||||
The integrations manager in Riot is the piece that provides an easy way to add bots, bridges, widgets, and more to your room. Dimension replaces Riot's default manager, Modular, and offers the option of self-hosting your own integrations. Dimension offers a generic interface for custom solutions to be added and acts as the UI for configuring the various integrations you host.
|
||||
|
||||
Learn more about Dimension on [Github](https://github.com/turt2live/matrix-dimension).
|
@ -0,0 +1,11 @@
|
||||
---
|
||||
layout: project
|
||||
title: Matrix Wishlist
|
||||
categories: projects other
|
||||
author: Travis Ralston
|
||||
description: A github repository tracking community requests for bridges, bots, and more.
|
||||
maturity: Stable
|
||||
---
|
||||
# {{ page.title }}
|
||||
|
||||
Check out the [Github issue list](https://github.com/turt2live/matrix-wishlist/issues) for a list of currently-requested bridges, bots, tools, sdks, and other ecosystem components. If you're looking to jump into developing something for matrix, this is a good place to get ideas.
|
@ -0,0 +1,14 @@
|
||||
---
|
||||
layout: project
|
||||
title: matrix-appservice-webhooks
|
||||
categories: projects as
|
||||
description: Slack-compatible webhooks for Matrix
|
||||
author: Travis Ralston
|
||||
maturity: Beta
|
||||
---
|
||||
|
||||
# {{ page.title }}
|
||||
|
||||
Through exposing a small web server, the webhooks bridge is able to interpret Slack webhooks and post them to designated rooms in Matrix. Additional fields are present for a more matrix-feeling message, if desired. Future plans include outgoing webhooks to notify external services of particular events in rooms.
|
||||
|
||||
The source (and more information) can be found on [GitHub](https://github.com/turt2live/matrix-appservice-webhooks).
|
@ -0,0 +1,14 @@
|
||||
---
|
||||
layout: project
|
||||
title: matrix-appservice-twilio
|
||||
categories: projects as
|
||||
description: Bridges Twilio (SMS) to Matrix
|
||||
author: Travis Ralston
|
||||
maturity: Alpha
|
||||
---
|
||||
|
||||
# {{ page.title }}
|
||||
|
||||
The Twilio bridge is a work in progress that allows you to bridge SMS/MMS messages to Matrix. Eventual plans include briding phone calls and other media types.
|
||||
|
||||
The source (and more information) can be found on [GitHub](https://github.com/turt2live/matrix-appservice-twilio).
|
Loading…
Reference in New Issue