--- layout: default --- {% include site-header.html %} {% capture nowunix %}{{'now' | date: '%s'}}{% endcapture %} {% capture title %} {% assign name_before_title = false -%} {% for conf in page.conferences -%} {% for c in site.conferences -%} {% if conf == c.acronym and c.name_before_title -%} {% assign name_before_title = true -%} {% endif -%} {% endfor -%} {% endfor -%} {% if page.persons and name_before_title -%}{{page.persons | join: ", " }}: {% endif -%}{{ page.title }} {% for conf in page.conferences -%} {% for c in site.conferences -%} {% if conf == c.acronym -%} {% if c.ecki -%}[{{c.title| xml_escape}}]{% endif -%} {% endif -%} {% endfor -%} {% endfor -%} {% endcapture %} {% capture persons -%} {% for person in page.persons %}{{person}}{% unless forloop.last %}, {% endunless %} {% endfor -%} {% endcapture -%} {% if page.event and page.event != '' -%} {% assign events = site.events | where: "uid", page.event -%} {% for e in events -%} {% if e.uid == page.event -%} {% assign event = e -%} {% endif -%} {% endfor -%} {% endif -%} {% if page.recording_date and recording_date.event != ''-%} {% assign recording_date = page.recording_date -%} {% elsif event -%} {% assign recording_date = event.eventdate -%} {% endif -%}
{%- assign realslug = page.url | split:'/' | last -%}
Thumbnail zum Video

{{ title }}

{% for conf in page.conferences -%} {% for c in site.conferences -%} {% if conf == c.acronym and c.logo -%} {% assign logo = c.logo -%} {% endif -%} {% endfor -%} {% endfor -%}
von {{persons}}
{% if page.file and page.file != ''-%}
Download
{% endif %}
{% capture release_date %}{{page.release_date | date: '%s'}}{% endcapture -%} {% if release_date < nowunix and page.optout != true %} {% if page.file and page.file != ''-%}

Schaue das Video auf

{% if page.yt and page.yt != ''-%}
YouTube
{% endif %} {% if page.mccc and page.mccc != ''-%}
media.ccc.de
{% endif %} {% if page.archive and page.archive != ''-%}
archive.org
{% endif %}
{% else -%} {% comment -%} This should not happen. This means a release date was set but no file provided. Idealy, delete the release date. {% endcomment -%}

Zu diesem Talk wurde kein Video veröffentlicht.

{% endif %} {% else -%}

Zu diesem Talk wurde noch kein Video veröffentlicht.

{% endif -%}

{{ recording_date | date: "%-d.%m.%Y" }}
{{ page.release_date | date: "%-d.%m.%Y" }}
{{content | replace: "

", "" | replace: "

", "
" }} {% if page.slides and page.slides != '' -%}
Download Slides
{% endif -%} {% if page.closedcaption and page.closedcaption != '' -%}
Download Untertitel {% if page.cccomputergen and page.cccomputergen != '' -%} (automatisch erstellt) {% endif -%}

{% endif -%}
{% include site-footer.html %}