From 92291dcfda8a71988fa9b131871aa9deab2337b8 Mon Sep 17 00:00:00 2001 From: Oddvar Lovaas Date: Tue, 4 Oct 2016 12:52:34 +0100 Subject: [PATCH] Add MatrixTool, update the riots --- supporting-docs/projects/2014-06-09-riot.md | 2 +- supporting-docs/projects/2015-04-02-riot-ios.md | 2 +- supporting-docs/projects/2015-06-02-riot-android.md | 4 ++-- supporting-docs/projects/2015-11-28-matrixtool.md | 13 +++++++++++++ 4 files changed, 17 insertions(+), 4 deletions(-) create mode 100644 supporting-docs/projects/2015-11-28-matrixtool.md diff --git a/supporting-docs/projects/2014-06-09-riot.md b/supporting-docs/projects/2014-06-09-riot.md index b5c2d4e3..80a9172c 100644 --- a/supporting-docs/projects/2014-06-09-riot.md +++ b/supporting-docs/projects/2014-06-09-riot.md @@ -5,7 +5,7 @@ categories: projects client thumbnail: https://matrix.org/blog/wp-content/uploads/2015/08/vector030216-400x284.png author: Riot.im description: Riot is a glossy web client with an emphasis on performance and usability -maturity: Late beta +maturity: Released --- ![screenshot](https://matrix.org/blog/wp-content/uploads/2015/08/vector030216-1080x745.png "{{ page.title }}") diff --git a/supporting-docs/projects/2015-04-02-riot-ios.md b/supporting-docs/projects/2015-04-02-riot-ios.md index 555601a1..e9dcb3b9 100644 --- a/supporting-docs/projects/2015-04-02-riot-ios.md +++ b/supporting-docs/projects/2015-04-02-riot-ios.md @@ -5,7 +5,7 @@ categories: projects client thumbnail: /docs/projects/images/vector-iOS-small.png description: Riot is a glossy client with an emphasis on performance and usability author: Riot.im -maturity: Beta +maturity: Released --- ![screenshot](/docs/projects/images/vector-iOS-large.png "{{ page.title }}") diff --git a/supporting-docs/projects/2015-06-02-riot-android.md b/supporting-docs/projects/2015-06-02-riot-android.md index a23e0afd..cedf4454 100644 --- a/supporting-docs/projects/2015-06-02-riot-android.md +++ b/supporting-docs/projects/2015-06-02-riot-android.md @@ -5,7 +5,7 @@ categories: projects client thumbnail: /docs/projects/images/vector-android-small.png description: Riot is a glossy client with an emphasis on performance and usability author: Riot.im -maturity: Beta +maturity: Released --- ![screenshot](/docs/projects/images/vector-android-large.png "{{ page.title }}") @@ -13,6 +13,6 @@ maturity: Beta # {{ page.title }} The Android version of the [Riot](https://matrix.org/docs/projects/client/riot.html) web client. Riot is a glossy client with focus on performance and usability. -The code is available from [github](https://github.com/vector-im/vector-android), and the app is available from the [Google Play store](https://play.google.com/store/apps/details?id=im.riot) and (as "Vector") [F-Droid](https://f-droid.org/repository/browse/?fdfilter=vector&fdid=im.vector.alpha). +The code is available from [github](https://github.com/vector-im/vector-android), and the app is available from the [Google Play store](https://play.google.com/store/apps/details?id=im.vector.alpha) and [F-Droid](https://f-droid.org/repository/browse/?fdfilter=vector&fdid=im.vector.alpha). If you want to help test the app, you can download development versions from [Jenkins](https://matrix.org/jenkins/job/VectorAndroidDevelop/). diff --git a/supporting-docs/projects/2015-11-28-matrixtool.md b/supporting-docs/projects/2015-11-28-matrixtool.md new file mode 100644 index 00000000..8acc0df7 --- /dev/null +++ b/supporting-docs/projects/2015-11-28-matrixtool.md @@ -0,0 +1,13 @@ +--- +layout: project +title: MatrixTool +categories: projects other +description: Commands to interact with a Matrix homeserver +author: LeoNerd +maturity: Alpha +--- +# {{ page.title }} + +The tool provides a wrapper around a number of sub-commands that provide useful interactions with a Matrix homeserver. + +You can grab it from [CPAN](http://search.cpan.org/~pevans/App-MatrixTool/).