From d8db483e76025b2a8f9527b484b499bd13d53ac4 Mon Sep 17 00:00:00 2001 From: psy <psy@darmstadt.ccc.de> Date: Wed, 15 Dec 2021 11:32:03 +0100 Subject: [PATCH] add public chat, closes #1 --- docs/maps.en.md | 9 ++++++--- docs/maps.md | 12 ++++++++---- 2 files changed, 14 insertions(+), 7 deletions(-) diff --git a/docs/maps.en.md b/docs/maps.en.md index 3cae891..aac7fe8 100644 --- a/docs/maps.en.md +++ b/docs/maps.en.md @@ -8,6 +8,9 @@ This tutorial is intended to explain how assemblies can contribute their own maps and content. For any remaining questions, don't hesitate to contact us via [mail](mailto:world@rc3.world); we'll do our best to extend this page. +To exchange with others there is a +[channel](https://chat.rc3.world/channel/world/) in the +[public chat](https://chat.rc3.world/). ## Meta Information @@ -74,11 +77,11 @@ obvious violations (e.g. exits to nonexistant maps), or suggest improvements. To contribute maps to the world, you have to [register an assembly](https://maschinenraum.rc3.world/). -Please store your maps in a git repo of your choice. Then add a new room to your +Please store your maps in a git repo of your choice. Then add a new room to your assembly. Click the button "create" in the "2D map" field. In the next window you can enter the (publicly clonable) URL of the git repo. -Our infrastructure will then periodically pull your map in, run a rudimentary -linter on it to check for a few requirements and general consistency, and then +Our infrastructure will then periodically pull your map in, run a rudimentary +linter on it to check for a few requirements and general consistency, and then deploy it to rc3.world. Please note that your map may also be rejected in case it contains errors (e.g. diff --git a/docs/maps.md b/docs/maps.md index 32f1b5f..1e070e9 100644 --- a/docs/maps.md +++ b/docs/maps.md @@ -9,6 +9,10 @@ beigesteuert werden können. Falls danach noch Fragen offen sind, meldet euch gerne per [Email](mailto:world@rc3.world) und wir versuchen das Tutorial zu ergänzen. +Zum Austausch mit anderen gibt es einen +[Channel](https://chat.rc3.world/channel/world/) im +[public Chat](https://chat.rc3.world/). + ## Metainformationen ### Disclaimer @@ -81,11 +85,11 @@ Um Karten in der Welt einbringen zu können, müsst ihr ein [Assembly anmelden](https://maschinenraum.rc3.world/). Eure Karten legt ihr dann bitte in einem Git-Repo eurer Wahl ab. Fügt dann im -Maschinenraum einen neuen Raum zu und klickt im Feld "2D-Karte aktivieren" auf -"Anlegen". Im nächsten Fenster könnt ihr die URL des (öffentlich clonebaren) Git-Repos eintragen. +Maschinenraum einen neuen Raum zu und klickt im Feld "2D-Karte aktivieren" auf +"Anlegen". Im nächsten Fenster könnt ihr die URL des (öffentlich clonebaren) Git-Repos eintragen. -Unser Backend wird eure Karte dann regelmäßig von dort herunterladen, mit einem -rudimentären Linter auf einige Anforderungen und generelle Sinnhaftigkeit prüfen, +Unser Backend wird eure Karte dann regelmäßig von dort herunterladen, mit einem +rudimentären Linter auf einige Anforderungen und generelle Sinnhaftigkeit prüfen, und daraufhin an rc3.world ausspielen. Bitte beachtet, dass eure Karte auch abgelehnt werden kann, falls sie Fehler -- GitLab