Merge pull request #944 from turt2live/travis/summer-2017-sync

Synchronize the projects I work on with matrix-doc
This commit is contained in:
Richard van der Hoff 2017-07-04 09:57:59 +01:00 committed by GitHub
commit e75b22ba31
3 changed files with 44 additions and 0 deletions

View file

@ -0,0 +1,16 @@
---
layout: project
title: rocket-sheep
categories: projects other
description: A bot to connect makerspaces with their members
author: Travis Ralston
maturity: Released
---
# {{ page.title }}
Rocket Sheep is a matrix bot intended for makerspaces/hackerspaces. Through use of a message queue, Rocket Sheep can announce when people enter the building. In combination with Blue Iris, Rocket Sheep can provide snapshots of your cameras for members to see what is going on at the space.
More functionality is planned, and recommendations are welcome.
The source (and more information) can be found on [GitHub](https://github.com/ENTS-Source/rocket-sheep). Pop by [#ents:tang.ents.ca](https://matrix.to/#/#ents:tang.ents.ca) with any questions.

View file

@ -0,0 +1,14 @@
---
layout: project
title: matrix-embedded-federation
categories: projects other
description: A lightweight homeserver SDK intended for enhanced bridging
author: Travis Ralston
maturity: Alpha
---
# {{ page.title }}
matrix-embedded-federation is a work in progress Java library that will provide in-code interfaces for clients to reach out to the greater matrix ecosystem. Currently being baked into [matrix-minecraft-plugin](https://github.com/turt2live/matrix-minecraft-plugin) for a better player experience.
The source (and more information) can be found on [GitHub](https://github.com/turt2live/matrix-embedded-federation).

View file

@ -0,0 +1,14 @@
---
layout: project
title: matrix-topic-bot
categories: projects other
description: A simple bot that provides dynamic topics
author: Travis Ralston
maturity: Released
---
# {{ page.title }}
[@topic:t2bot.io](https://matrix.to/#/@topic:t2bot.io) is a simple bot that updates your room topic based on some conditions. Useful for rooms that have membership counts or dynamic topics.
The source (and more information) can be found on [GitHub](https://github.com/turt2live/matrix-topic-bot).