Skip to content
Snippets Groups Projects
Commit 23ae9362 authored by Lukas Schauer's avatar Lukas Schauer :unlock:
Browse files

added events stuff

parent 53c4ec73
No related branches found
No related tags found
No related merge requests found
---
layout: default
---
<div class="post">
<header class="post-header">
<h1 class="post-title">{{ page.title }}</h1>
<p class="post-meta">{{ page.date | date: "%b %-d, %Y" }}{% if page.author %} • {{ page.author }}{% endif %}{% if page.meta %} • {{ page.meta }}{% endif %}</p>
<p class="event-date">
Anfang: {{ page.eventstart | date: "%d.%m.%Y %H:%M" }}<br />
Ende: {{ page.eventend | date: "%d.%m.%Y %H:%M" }}<br />
Ort: {% if page.location %}{{ page.location }}{% else %}Free Software Lab{% endif %}
{% if page.organizer %}<br />Organisation: {{ page.organizer }}{% endif %}
</p>
</header>
<article class="post-content">
{{ content }}
</article>
</div>
---
layout: event
title: "Chaos Cologne"
date: 2015-04-28 17:20:36
eventstart: 2015-05-15 20:00:00
eventend: 2015-05-17 24:00:00
categories: event congress
organizer: Chaos Computer Club Cologne (C4)
location: Academy of Media Arts Cologne
---
A conference for hacktivists, artists and makers. We artfully break through barriers of conventions. We have fun with things. We build art on the edges of control.
---
layout: null
---
BEGIN:VCALENDAR
VERSION:2.0
METHOD:PUBLISH
PRODID:-//Events//Cool Free Software//EN
CALSCALE:GREGORIAN
X-WR-CALNAME:fslab-events
X-WR-TIMEZONE:Europe/Berlin
BEGIN:VTIMEZONE
TZID:Europe/Berlin
BEGIN:DAYLIGHT
TZOFFSETFROM:+0100
DTSTART:19810329T020000
RRULE:FREQ=YEARLY;BYMONTH=3;BYDAY=-1SU
TZNAME:MESZ
END:DAYLIGHT
BEGIN:STANDARD
TZOFFSETFROM:+0200
DTSTART:19961027T030000
RRULE:FREQ=YEARLY;BYMONTH=10;BYDAY=-1SU
TZNAME:MEZ
END:STANDARD
END:VTIMEZONE
{% for post in site.categories.event limit:5 %}
BEGIN:VEVENT
UID:{{ post.date | date: '%s' }}
ORGANIZER;CN="{% if post.organizer %}{{ post.organizer }}{% else %}Free Software Lab{% endif %}"
LOCATION;CHARSET=UTF-8:{% if post.location %}{{ post.location }}{% else %}Free Software Lab{% endif %}
SUMMARY;CHARSET=UTF-8:{{ post.title }}
DESCRIPTION;CHARSET=UTF-8:{{ post.content | strip_html | newline_to_br | replace:'<br />','\\n' | strip_newlines }}
CLASS:PUBLIC
DTSTART;TZID=Europe/Berlin:{{ post.eventstart | date: '%Y%m%dT%H%M%S' }}
DTEND;TZID=Europe/Berlin:{{ post.eventend | date: '%Y%m%dT%H%M%S' }}
DTSTAMP;TZID=Europe/Berlin:{{ post.date | date: '%Y%m%dT%H%M%S' }}
END:VEVENT
{% endfor %}
END:VCALENDAR
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