From 5b8fa00675f2abb451bee4f9c2921031ae940570 Mon Sep 17 00:00:00 2001 From: Lars Kiesow Date: Tue, 21 Nov 2023 18:20:50 +0100 Subject: [PATCH] Fix Docs Landing Page This patch fixes the docs landing page which has a broken HTML (and arguably also bootstrap) syntax: Missing closing tags and too many columns for them to be actually rendered. Additionally, this changes the calendar link from an ICS file you have to import into your calendar to the web view. The reason for that change is that as a new user, I might want to take a look, but I don't necessarily want to immediately import the whole calender into my own calender. --- docs/guides/.infrastructure/index.html.j2 | 30 +++++++++++++---------- 1 file changed, 17 insertions(+), 13 deletions(-) diff --git a/docs/guides/.infrastructure/index.html.j2 b/docs/guides/.infrastructure/index.html.j2 index 15a18ed28b0..3068fdc7b84 100644 --- a/docs/guides/.infrastructure/index.html.j2 +++ b/docs/guides/.infrastructure/index.html.j2 @@ -134,27 +134,31 @@ You can subscribe via Google Groups (linked above) or simply by sending a mail to [list]+subscribe@opencast.org (e.g. users+subscribe@opencast.org). -
-

Matrix room (Chat)

-

For occasional quick questions join us in Matrix: - #opencast-community:matrix.org.

-
+

Meetings

-

Our meeting calendar can be found here, and consists mainly of two meetings -

-
Dev meeting
-

Our weekly open meeting of developers and dev-ops takes place at - meet.opencast.video (room 1, p: welcome), check the calendar link above for dates and times. + +

You can find an overview of all meetings and events in our + community calender. + +

Technical meeting
+

Weekly open meeting of developers and dev-ops at + meet.opencast.video (room 1, p: welcome), check the calendar link for dates and times. This is where you want to be to talk technical Opencast issues with developers.

-
-
+
SysAdmin meeting

Monthly adopters and sys-admins meeting at - meet.opencast.video (room 1, p: welcome), check the calendar link above for dates and times. + meet.opencast.video (room 1, p: welcome), check the calendar link for dates and times. The goal of this meeting is to talk about current challenges, as well as upcoming development and testing coordination. If you run Opencast, or are thinking about doing so, this is the meeting to attend.

+
+
+

Matrix room (Chat)

+

For occasional quick questions join us in Matrix: + #opencast-community:matrix.org.

+
+