Changeset - 226f70581c23
[Not reviewed]
0 0 2
Brett Smith - 5 years ago 2018-10-05 18:17:16
brettcsmith@brettcsmith.org
about: For CopyleftConf 2019.
2 files changed with 39 insertions and 0 deletions:
0 comments (0 inline, 0 general)
pinaxcon/templates/static_pages/about.html
Show inline comments
 
new file 100644
 
{% 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 %}
pinaxcon/templates/static_pages/about.md
Show inline comments
 
new file 100644
 
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 2019,
 
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 4 February
 
2019 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.
0 comments (0 inline, 0 general)