mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-03-11 22:14:10 +01:00
Add MatrixTool, update the riots
This commit is contained in:
parent
bc6c5858ea
commit
92291dcfda
|
|
@ -5,7 +5,7 @@ categories: projects client
|
||||||
thumbnail: https://matrix.org/blog/wp-content/uploads/2015/08/vector030216-400x284.png
|
thumbnail: https://matrix.org/blog/wp-content/uploads/2015/08/vector030216-400x284.png
|
||||||
author: Riot.im
|
author: Riot.im
|
||||||
description: Riot is a glossy web client with an emphasis on performance and usability
|
description: Riot is a glossy web client with an emphasis on performance and usability
|
||||||
maturity: Late beta
|
maturity: Released
|
||||||
---
|
---
|
||||||
|
|
||||||

|

|
||||||
|
|
|
||||||
|
|
@ -5,7 +5,7 @@ categories: projects client
|
||||||
thumbnail: /docs/projects/images/vector-iOS-small.png
|
thumbnail: /docs/projects/images/vector-iOS-small.png
|
||||||
description: Riot is a glossy client with an emphasis on performance and usability
|
description: Riot is a glossy client with an emphasis on performance and usability
|
||||||
author: Riot.im
|
author: Riot.im
|
||||||
maturity: Beta
|
maturity: Released
|
||||||
---
|
---
|
||||||
|
|
||||||

|

|
||||||
|
|
|
||||||
|
|
@ -5,7 +5,7 @@ categories: projects client
|
||||||
thumbnail: /docs/projects/images/vector-android-small.png
|
thumbnail: /docs/projects/images/vector-android-small.png
|
||||||
description: Riot is a glossy client with an emphasis on performance and usability
|
description: Riot is a glossy client with an emphasis on performance and usability
|
||||||
author: Riot.im
|
author: Riot.im
|
||||||
maturity: Beta
|
maturity: Released
|
||||||
---
|
---
|
||||||
|
|
||||||

|

|
||||||
|
|
@ -13,6 +13,6 @@ maturity: Beta
|
||||||
# {{ page.title }}
|
# {{ 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 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/).
|
If you want to help test the app, you can download development versions from [Jenkins](https://matrix.org/jenkins/job/VectorAndroidDevelop/).
|
||||||
|
|
|
||||||
13
supporting-docs/projects/2015-11-28-matrixtool.md
Normal file
13
supporting-docs/projects/2015-11-28-matrixtool.md
Normal file
|
|
@ -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/).
|
||||||
Loading…
Reference in a new issue