copyleftconf-website/pinaxcon/templates/static_pages/homepage.html

41 lines
1.9 KiB
HTML
Raw Normal View History

2017-08-12 23:37:14 +00:00
{% extends "site_base_home.html" %}
{% load i18n %}
2017-08-12 23:37:14 +00:00
{% load staticfiles %}
2017-10-15 16:01:02 +00:00
{% load thumbnail %}
{% load sponsorship_tags %}
{% load schedule_tags %}
2018-10-05 16:15:48 +00:00
{% block head_title %}February 3, 2020{% endblock %}
2017-08-09 02:51:38 +00:00
{% block body_class %}home{% endblock %}
{% block body %}
2017-08-09 02:51:38 +00:00
<div class="chunkfive tight-headings text-center" style="padding: 1.5em;">
<h1>Second Annual International Copyleft Conference</h1>
2018-10-05 16:15:48 +00:00
<h2>February&nbsp;3, 2020 in Brussels, Belgium</h2>
</div>
<div class="center-block" style="max-width: 50em;">
<p>This will be the second annual International Copyleft Conference. Participants from throughout the
copyleft world — developers, strategists, enforcement organizations, scholars and critics — will be
welcomed for an in-depth, high bandwidth, and expert-level discussion about the day-to-day details of
using copyleft licensing, obstacles facing copyleft and the future of copyleft as a strategy to advance and
defend software freedom for users and developers around the world.</p>
2019-06-09 23:41:43 +00:00
2018-10-05 16:15:48 +00:00
<p>Whos organizing this? Software Freedom Conservancy is a not-for-profit charity that helps promote,
improve, develop, and defend Free, Libre, and Open Source Software (FLOSS) projects. Conservancy
2019-11-11 15:42:16 +00:00
provides a non-profit home and infrastructure for FLOSS projects. Conservancy is one of the few
organizations currently working on enforcement of the GPL, the worlds most popular copyleft license.</p>
2019-06-09 23:41:43 +00:00
<p>This event will provide a friendly and safe place for discussion of all aspects of copyleft, including as a
key strategy for defending software freedom! Your sponsorship will help make this a sustainable annual
event, that can welcome students and scholars at a minimal cost. Any questions about financial, coffee
break or in-kind sponsorship options should be directed to <a href="mailto:contact@copyleftconf.org">contact@copyleftconf.org</a>.</p>
2019-10-10 18:40:00 +00:00
2019-11-01 19:33:13 +00:00
<p><strong>EXTENDED!</strong> The <strong><a href="/cfp">2020 Call for Proposals</a></strong> is now open!</p>
</div>
2019-06-09 23:41:43 +00:00
2017-08-13 00:57:25 +00:00
{% endblock %}