From 49de5edc307fb2ebd1fae43f05fd90580d7642e9 Mon Sep 17 00:00:00 2001
From: Mohammad Akhlaghi
Date: Tue, 10 May 2022 16:34:44 +0200
Subject: index.html: added Matrix-protocol chatrooms for Maneage
Until now, the only way we had suggested for interested viewers to get
in touch with us was through Savannah. But that interface can be a
little too technical for some interested people.
With this commit, the Savannah part has been commented (not shown in
the top page), and instead some Matrix-protocol chat rooms have been
introduced to help new users easily contact us.
---
index.html | 21 +++++++++++++++++++++
1 file changed, 21 insertions(+)
(limited to 'index.html')
diff --git a/index.html b/index.html
index 0a75d7c..14e4287 100644
--- a/index.html
+++ b/index.html
@@ -107,9 +107,30 @@ git checkout -b main
See the Customization Checklist in the cloned README-hacking.md
file for the next steps to start customizing Maneage for your project.
+ 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:
+
+ #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.
+
+
Merge/Pull requests
As you continue customizing Maneage for your own project, you will notice generic improvements that can be useful for other projects too.
In such cases, please send us those changes to implement in the core Maneage branch and let them propagate to all projects using it.
--
cgit v1.2.1