diff --git a/supporting-docs/projects/2017-01-29-rocket-sheep.md b/supporting-docs/projects/2017-01-29-rocket-sheep.md new file mode 100644 index 00000000..6ce4bc35 --- /dev/null +++ b/supporting-docs/projects/2017-01-29-rocket-sheep.md @@ -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. diff --git a/supporting-docs/projects/2017-03-18-matrix-embedded-federation.md b/supporting-docs/projects/2017-03-18-matrix-embedded-federation.md new file mode 100644 index 00000000..34d62ae8 --- /dev/null +++ b/supporting-docs/projects/2017-03-18-matrix-embedded-federation.md @@ -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). diff --git a/supporting-docs/projects/2017-06-27-matrix-topic-bot.md b/supporting-docs/projects/2017-06-27-matrix-topic-bot.md new file mode 100644 index 00000000..255745f2 --- /dev/null +++ b/supporting-docs/projects/2017-06-27-matrix-topic-bot.md @@ -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).