From 9d396242d3cd64f6b010b1c400cd0cb582ba7c5a Mon Sep 17 00:00:00 2001 From: turt2live Date: Mon, 3 Jul 2017 15:57:41 -0600 Subject: [PATCH 1/4] Add matrix-topic-bot --- .../projects/2017-06-27-matrix-topic-bot.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 supporting-docs/projects/2017-06-27-matrix-topic-bot.md 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 000000000..7baea0bf2 --- /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: Release +--- + +# {{ 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). From 847730109f4d82ac8e6150dce1cf61e37894cf09 Mon Sep 17 00:00:00 2001 From: turt2live Date: Mon, 3 Jul 2017 16:02:01 -0600 Subject: [PATCH 2/4] Add matrix-embedded-federation --- .../2017-03-18-matrix-embedded-federation.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 supporting-docs/projects/2017-03-18-matrix-embedded-federation.md 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 000000000..34d62ae89 --- /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). From 54760ad0ddc47e58cde94f40ba3c459d5da69817 Mon Sep 17 00:00:00 2001 From: turt2live Date: Mon, 3 Jul 2017 16:08:22 -0600 Subject: [PATCH 3/4] Add rocket-sheep --- .../projects/2017-01-29-rocket-sheep.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 supporting-docs/projects/2017-01-29-rocket-sheep.md 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 000000000..6ce4bc356 --- /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. From 6423901ce3b3316030a3f8e47da058e34ec1675c Mon Sep 17 00:00:00 2001 From: turt2live Date: Mon, 3 Jul 2017 16:08:55 -0600 Subject: [PATCH 4/4] Use consistent labels for project statuses --- supporting-docs/projects/2017-06-27-matrix-topic-bot.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/supporting-docs/projects/2017-06-27-matrix-topic-bot.md b/supporting-docs/projects/2017-06-27-matrix-topic-bot.md index 7baea0bf2..255745f22 100644 --- a/supporting-docs/projects/2017-06-27-matrix-topic-bot.md +++ b/supporting-docs/projects/2017-06-27-matrix-topic-bot.md @@ -4,7 +4,7 @@ title: matrix-topic-bot categories: projects other description: A simple bot that provides dynamic topics author: Travis Ralston -maturity: Release +maturity: Released --- # {{ page.title }}