{% extends "base_podcast.html" %} {% block subtitle %}{{ object.title|striptags }} - Software Freedom Law Show - {% endblock %} {% block content %}

[Ogg/Vorbis Audio RSS] [MP3 Audio RSS] The Software Freedom Law Show

[Get podcast in Ogg/Vorbis
                                          format] [Get podcast in MP3 format] {{ object.title|safe }}

{{ object.pub_date|date:"j F Y" }}

Download

oggmp3

Summary

{{ object.summary|safe }}

This show was released on {{ object.pub_date|date:"l j F Y" }}; its running time is {{ object.duration}}.

Show Notes

{{ object.body|safe }}

Send feedback and comments on the podcast to <podcast@softwarefreedom.org>. You can keep in touch with the SFLC on our IRC channel, #sflc on irc.freenode.net, and by following SFLC on identi.ca.

{% if object.tags.all %}

Tags: {% for tag in object.tags.all %}{{ tag.label }}{% if not forloop.last %}, {% endif %}{% endfor %}

{% endif %}

Other Software Freedom Law Show podcasts...

{% endblock %}