From d4300084942ccf0b27da1abb06be5b6bb29d3f1d Mon Sep 17 00:00:00 2001
From: Mohammad Akhlaghi
Date: Thu, 12 May 2022 09:03:25 +0200
Subject: Added clickable links to the Matrix messaging rooms
Until now, we had only put the names of the Maneage chat rooms. To
guide new users on how to view those chat rooms (without necessarily
logging-in), we had only described the steps they need to take!
With this commit, a direct link to an element-based message room
viewer has been added under each name, so people can simply click on
it and see the latest discussions in that room.
This URL solution was found by Pedram Ashofte Ardakani.
---
index.html | 18 +++++-------------
1 file changed, 5 insertions(+), 13 deletions(-)
(limited to 'index.html')
diff --git a/index.html b/index.html
index 14e4287..7a745e5 100644
--- a/index.html
+++ b/index.html
@@ -109,23 +109,15 @@ git checkout -b main
Messaging rooms for direct contact
Maneage uses the Matrix protocol for fast, robust and free communication between the developers and users.
- The top-level Maneage "Space" (which collects the Maneage-related rooms) is available at maneage:matrix.org
. The available list of rooms are:
+ The top-level Maneage "Space" (which collects the Maneage-related rooms) is available at #maneage:matrix.org
. The available list of rooms are:
- #maneage-general:matrix.org
: The best place for new "Maneagers".
- #maneage-make:matrix.org
: Discussions specific to GNU Make within Maneage (Make is the core workflow manager in Maneage).
- #maneage-latex:matrix.org
: Discussions specific to LaTeX within Maneage (LaTeX is the type-setting system to produce the final report/PDF).
- #maneage-dev:matrix.org
: Development discussions in Maneage (on the core infrastructure; maybe too technical for early Maneagers).
+ #maneage-general:matrix.org
: The best place for new "Maneagers".
+ #maneage-make:matrix.org
: Discussions specific to GNU Make within Maneage (Make is the core workflow manager in Maneage).
+ #maneage-latex:matrix.org
: Discussions specific to LaTeX within Maneage (LaTeX is the type-setting system to produce the final report/PDF).
+ #maneage-dev:matrix.org
: Development discussions in Maneage (on the core infrastructure; maybe too technical for early Maneagers).
How can I access Matrix-based messaging rooms? There are many clients for the Matrix protocol for web-based, smartphone or Desktop (GUI or command-line).
One suggested client can be Element, which has both a web-based interface (only requiring a modern browser), a GUI desktop application, or smartphone apps.
- If you just want to see the message rooms above (without logging-in), you can take the steps below.
- Later, you can register a Matrix protocol account for yourself using the "Create Account" button the first item below.
-
- - Go to Element's Get started page.
- - Click on the Launch Element Web button, then the Explore rooms button.
- - In the search box, put the identifier of the room (for example
#maneage-general:matrix.org
).
- - In the search results, click on "preview" infront of your desired room, to see the latest discussions in the room.
-