about: For CopyleftConf 2019.
This commit is contained in:
parent
82d98e0b29
commit
fa486c4a1a
2 changed files with 39 additions and 0 deletions
18
pinaxcon/templates/static_pages/about.html
Normal file
18
pinaxcon/templates/static_pages/about.html
Normal file
|
@ -0,0 +1,18 @@
|
|||
{% extends "page_with_title_and_lede.html" %}
|
||||
|
||||
{% load i18n %}
|
||||
{% load markdown_deux_tags %}
|
||||
|
||||
{% block head_title %}About{% endblock %}
|
||||
|
||||
{% block heading %}About{% endblock %}
|
||||
|
||||
{% block body_class %}about{% endblock %}
|
||||
|
||||
{% block content %}
|
||||
{% markdown %}
|
||||
|
||||
{% include "static_pages/about.md" %}
|
||||
|
||||
{% endmarkdown %}
|
||||
{% endblock %}
|
21
pinaxcon/templates/static_pages/about.md
Normal file
21
pinaxcon/templates/static_pages/about.md
Normal file
|
@ -0,0 +1,21 @@
|
|||
In response to requests during the FOSDEM Legal and Policy
|
||||
DevRoom, which is coordinated by a team of four that includes
|
||||
Conservancy's own Bradley M. Kuhn and Karen M. Sandler, Conservancy
|
||||
will organize a separate conference on the day following FOSDEM 2020,
|
||||
in Brussels, Belgium, called: The Annual International Copyleft
|
||||
Conference, or CopyleftConf for short.
|
||||
|
||||
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.
|
||||
|
||||
The event will provide a friendly and safe place for discussion of
|
||||
copyleft as a key strategy for defending software freedom.
|
||||
|
||||
Conservancy encourages everyone to save the date of Monday 3 February
|
||||
2020 in Brussels, Belgium for this first CopyleftConf. We've chosen the
|
||||
date and location to ease travel for those already attending FOSDEM the
|
||||
weekend preceding CopyleftConf.
|
Loading…
Reference in a new issue