From 1cce0a07cb95684d60cb7f8efe40b95b407ad174 Mon Sep 17 00:00:00 2001 From: stuebinm <stuebinm@disroot.org> Date: Mon, 27 Dec 2021 02:20:16 +0100 Subject: [PATCH] move sections around the explanation for jitsis should make more sense now --- docs/maps.en.md | 22 +++++++++++----------- docs/maps.md | 21 +++++++++++---------- 2 files changed, 22 insertions(+), 21 deletions(-) diff --git a/docs/maps.en.md b/docs/maps.en.md index 9d514a0..4787ff7 100644 --- a/docs/maps.en.md +++ b/docs/maps.en.md @@ -283,17 +283,6 @@ Also note that websites which are outside of rC3 will be automatically prefixed with a dereferrer, which will alert visitors that they are now "leaving the event area". -#### Embed website "as map" -Web pages can also be included inline in maps, which means that they are displayed on the map. - -To do this, create a layer of type `Object Layer` and assign it -the custom property `url` (type string). -Its value is then the URL of the web page to be included, that is to be included. -On this layer you create a rectangular area in which the area, -in which the web page will be displayed. - -Additional information can be found in the official [WorkAdventure-HowTo](https://workadventu.re/map-building/website-in-map.md). - ### Embedding Jitsi You can embed Jitsi rooms in the same way. Simply set the custom property `jitsiRoom` (type string) and assign it the name of your Jitsi room as its value. @@ -313,6 +302,17 @@ a custom message to be displayed where the Jitsi can be opened by setting the `jitsiTriggerMessage` property (which will overwrite the default "Press SPACE or touch here to enter Jitsi Meet room"). +#### Embed website "as map" +Web pages can also be included inline in maps, which means that they are displayed on the map. + +To do this, create a layer of type `Object Layer` and assign it +the custom property `url` (type string). +Its value is then the URL of the web page to be included, that is to be included. +On this layer you create a rectangular area in which the area, +in which the web page will be displayed. + +Additional information can be found in the official [WorkAdventure-HowTo](https://workadventu.re/map-building/website-in-map.md). + ### Embedding Big Blue Button This works essentially the same as with Jitsi: set `bbbRoom` to your room's name, and `bbbTrigger` along with `bbbTriggerMessage` to prevent the room from popping diff --git a/docs/maps.md b/docs/maps.md index 6eb704d..935d7d4 100644 --- a/docs/maps.md +++ b/docs/maps.md @@ -304,16 +304,6 @@ Beachtet außerdem, dass Webseiten außerhalb der rC3 auf der rc3.world automati ein Dereferrer vorgehängt wird, der Besucher\*innen darauf hinweist, dass sie jetzt "das Gelände verlassen". -#### Webseite "als Karte" einbinden -Webseiten können auch inline in Karten eingebunden werden, dadurch werdensie dann -auf der Map dargestellt. - -Dazu legt ihr einen Layer vom Typ `Object Layer`(Objektebene) an und weist diesem -das Custom Property `url` (Typ String) zu. Dessen Wert ist dann die URL der Webseite, -die eingebunden werden soll. Auf diesem Layer erstellt ihr dann einen rechteckigen -Bereich, in welchem dann die Webseite angezeigt wird. - -Weitere Informationen findet ihr im offiziellen [HowTo von WorkAdventure](https://workadventu.re/map-building/website-in-map.md). ### Jitsi einbinden Auf dieselbe Art könnt ihr auch Jitsi-Räume in eure Karte einbinden. Setzt dazu @@ -336,6 +326,17 @@ eine kurze eigene Nachricht einstellen, die Besucher\*innen angezeigt wird, wenn sie auf den Bereich des Jitsis laufen (dies überschreibt die Standardnachricht "Press SPACE or touch here to enter Jitsi Meet room"). +#### Webseite "als Karte" einbinden +Webseiten können auch inline in Karten eingebunden werden, dadurch werdensie dann +auf der Map dargestellt. + +Dazu legt ihr einen Layer vom Typ `Object Layer`(Objektebene) an und weist diesem +das Custom Property `url` (Typ String) zu. Dessen Wert ist dann die URL der Webseite, +die eingebunden werden soll. Auf diesem Layer erstellt ihr dann einen rechteckigen +Bereich, in welchem dann die Webseite angezeigt wird. + +Weitere Informationen findet ihr im offiziellen [HowTo von WorkAdventure](https://workadventu.re/map-building/website-in-map.md). + ### Big Blue Button einbinden Dies funktioniert im wesentlichen genauso wie für Jitsi: setzt `bbbRoom` auf den Namen eures Raums, und `bbbTrigger` bzw. `bbbTriggerMessage`, um den Raum nicht -- GitLab