From 61a24270ae194f686bc62ca4c0714e3dc12bc782 Mon Sep 17 00:00:00 2001 From: Johan Van de Wauw Date: Mon, 28 Oct 2024 22:44:18 +0100 Subject: [PATCH] Announce devrooms for FOSDEM 2025 --- .../news/2024-10-28-devrooms-announced.html | 43 +++++++++++++++++++ 1 file changed, 43 insertions(+) create mode 100644 content/news/2024-10-28-devrooms-announced.html diff --git a/content/news/2024-10-28-devrooms-announced.html b/content/news/2024-10-28-devrooms-announced.html new file mode 100644 index 00000000..c2778d9c --- /dev/null +++ b/content/news/2024-10-28-devrooms-announced.html @@ -0,0 +1,43 @@ +--- +title: 'Accepted developer rooms' +--- +

+ We are pleased to announce the developer rooms that will be organised at + FOSDEM 2025. +

+---MORE--- +

+ Developer rooms are assigned to self-organising groups to work together on + open source projects, to discuss topics relevant to a broader subset of the + community, etc. The individual developer room organisers will issue their + calls for participation in the next few days. The list below will be updated + accordingly. +

+ +<% +devrooms = tracks.select{|t| t[:type] == 'devroom'}.sort_by{|t| [ t[:rank], t[:conference_track_id] ] } +%> + + + + + + + + + + + <% devrooms.each do |t| + cfp = t[:conference_call_for_papers_url]%> + + + + + <% end %> + +
TopicCall for Participation
<%= l t, :name %> + <% if cfp != nil and cfp !="" %> + CfP + <% end %> +
+