Skip to content
Snippets Groups Projects
Commit d7de7d4d authored by Lukas Ruge's avatar Lukas Ruge
Browse files

info abour local it talk, fixes in frab.xml

parent bc22b577
No related branches found
No related tags found
No related merge requests found
Pipeline #7168 passed
......@@ -178,6 +178,7 @@ Finding the first and last talk to establish the variables "earliest" and "lates
{% for post in site.posts -%}
{% if post.uid == event.uid -%}
{% capture url %}https://chaotikum.org{{post.url}}{% endcapture -%}
{% assign eventpost = post -%}
{% endif -%}
{% endfor -%}
{% else -%}
......@@ -290,8 +291,9 @@ Finding the first and last talk to establish the variables "earliest" and "lates
<language>de</language>
{% endif -%}
<abstract/>
{% if video.content and video.content != '' -%}
<description>{{video.content | strip_html | xml_escape | remove: '</p>' }}
{% capture content %}{{video.content | strip | strip_html | xml_escape | remove: '</p>' | strip }}{% endcapture -%}
{% if content and content != '' -%}
<description>{{content}}
{% for conf in video.conferences -%}
{% for c in site.conferences -%}
{% if conf == c.acronym and c.content != '' -%}
......@@ -305,7 +307,24 @@ Finding the first and last talk to establish the variables "earliest" and "lates
This work is licensed under a Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International License (CC BY NC ND 4.0). https://creativecommons.org/licenses/by-nc-nd/4.0/
{% endif -%}</description>
{% else -%}
{% if eventpost and eventpost != '' -%}
{% capture content %}{{eventpost.content | strip | strip_html | xml_escape | remove: '</p>' | strip }}{% endcapture -%}
<description>{{content}}
{% for conf in video.conferences -%}
{% for c in site.conferences -%}
{% if conf == c.acronym and c.content != '' -%}
{{c.content| xml_escape| markdownify | strip_html | markdownify | xml_escape | remove: '</p>'}}
{% endif -%}
{% endfor -%}
{% endfor -%}
{% if video.licence and video.licence != '' -%}
{{video.licence | xml_escape | markdownify | strip_html | markdownify| xml_escape | remove: '</p>'}}
{% else -%}
This work is licensed under a Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International License (CC BY NC ND 4.0). https://creativecommons.org/licenses/by-nc-nd/4.0/
{% endif -%}</description>
{% else -%}
<description/>
{% endif -%}
{% endif -%}
<logo/>
<persons>
......
......@@ -12,3 +12,6 @@ conferences:
- nbsp
- freitalk
---
Der Local-IT e.V. ist ein gemeinnütziger Verein mit Sitz in der Nähe von Ratzeburg und engagiert sich für die Stärkung der digitalen Souveränität durch die Entwicklung und Verbreitung von freier Software. Unter anderem entwickeln sie für unterschiedliche Non-Profits aus Schleswig-Holstein pilothafte Tools für das digitale kollaborative Arbeiten. Gleichzeitig arbeiten sie daran, das Zusammenwirken der verschiedenen Tools untereinander komfortabler zu gestalten.
In diesem FreiTalk stellt Philipp ihre Arbeit vor und gibt Einblicke in die Arbeit und Lernerfahrungen des Vereins aus den letzten zwei Jahren. Nach einem Überblick über das Wirken des Vereins wird es technisch und wir schauen uns neben unserem Proxmox HA-Cluster auch das Deployment mit Abra und der coopcloud an.
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment