--- # This file is licensed under the MIT License (MIT) available on # http://opensource.org/licenses/MIT. layout: base id: events --- {% assign date_sorted_conferences = site.conferences | sort: 'date' %}

{% translate pagetitle %}rss

{% translate pagedesc %}

{% for p in date_sorted_conferences %}{% if p.geoloc %}
{{ p.title | htmlescape }}
{{ p.date }}
{{ p.venue | htmlescape }}
{{ p.address | htmlescape }}
{{ p.city | htmlescape }}, {{ p.country | htmlescape }}
{% endif %}{% endfor %}

{% translate upcoming %}

{% for p in date_sorted_conferences %}
{{ p.date | date:"%Y-%m-%d" }}
{{ p.title | htmlescape }}
{{ p.city | htmlescape }}, {{ p.country | htmlescape }}
{% endfor %} {% translate eventsubmit %}

{% translate meetupgroup %}

{% translate meetupbitcointalk %}

{% translate meetupwiki %}