{% extends "podjango/base_podcast.html" %} {% block content %}

The Corresponding Source

The Corresponding Source (formerly Free as in Freedom) is a bi-weekly oggcast, hosted and presented by Bradley M. Kuhn and Karen Sandler. The discussion includes legal, policy, and many other issues in the Free, Libre, and Open Source Software (FLOSS) world. Occasionally, guests join Bradley and Karen to discuss various topics regarding FLOSS.

{% include "podjango/credits.inc.html" %} {% include "podjango/feedback.inc.html" %}

Follow the RSS and Other Feeds

There is RSS for both ogg format and mp3 format.

{% include 'podjango/feed_links.inc.html' %}Recent Shows

{% for cc in cast %}
{% include 'podjango/audio_ogg_button.inc.html' %} {% include 'podjango/audio_mp3_button.inc.html' %}

{{ cc.title|safe }}

{{ cc.pub_date|date:"F j, Y" }}

{{ cc.summary|safe }}
{% endfor %}

All oggcasts…

{% endblock %}