diff --git a/www/podjango/templates/podjango/frontpage.html b/www/podjango/templates/podjango/frontpage.html new file mode 100644 index 0000000000000000000000000000000000000000..e8cdc3c2e2d6693f8109224c2681dba4eca43d57 --- /dev/null +++ b/www/podjango/templates/podjango/frontpage.html @@ -0,0 +1,59 @@ +{% extends "podjango/base_podcast.html" %} + +{% block content %} + +
+ + + +

Free as in Freedom

+ +

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.

+ +

You can email feedback on the show + to <oggcast@faif.us>, or join + bkuhn and other listeners in our IRC channel, #faif on + irc.freenode.net.

+ + +

Follow FaiF's RSS, and Other Feeds

+ +

There is RSS for both ogg format + and mp3 format. These links might + work if you want to subscribe to the show with proprietary Apple devices.

+ +

If you're interested you can + follow Karen, + and the podcast itself + on Twitter. + Also, Bradley + and Karen both have blogs you can + read.

+ +

+[Ogg/Vorbis Audio RSS] +[MP3 Audio
+       RSS]Recent Free as in Freedom Shows

+ +{% for cc in cast %} +
+[Get cast in Ogg/Vorbis
+                                          format] +[Get cast in MP3 format] +

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

+

{{ cc.title|safe }}

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

All oggcasts…

+
+{% endblock %}