Update podcast feed title
This commit is contained in:
parent
d9d28cf439
commit
45a1f64730
1 changed files with 2 additions and 2 deletions
|
@ -174,12 +174,12 @@ class iTunesFeedType(Rss201rev2Feed):
|
||||||
|
|
||||||
class CastFeed(CastFeedBase):
|
class CastFeed(CastFeedBase):
|
||||||
feed_type = iTunesFeedType
|
feed_type = iTunesFeedType
|
||||||
title = "Free as in Freedom"
|
title = "The Corresponding Source (formerly Free as in Freedom)"
|
||||||
link = "/cast/"
|
link = "/cast/"
|
||||||
description = "A bi-weekly discussion of legal, policy, and other issues in the open source and software freedom community (including occasional interviews) from Brooklyn, New York, USA. Presented by Karen Sandler and Bradley M. Kuhn."
|
description = "A bi-weekly discussion of legal, policy, and other issues in the open source and software freedom community (including occasional interviews) from Brooklyn, New York, USA. Presented by Karen Sandler and Bradley M. Kuhn."
|
||||||
author_email = "podcast@faif.us"
|
author_email = "podcast@faif.us"
|
||||||
author_link = "http://www.faif.us/"
|
author_link = "http://www.faif.us/"
|
||||||
author_name = "Free as in Freedom"
|
author_name = "Software Freedom Conservancy"
|
||||||
title_template = "feeds/podcast_title.html"
|
title_template = "feeds/podcast_title.html"
|
||||||
description_template = "feeds/podcast_description.html"
|
description_template = "feeds/podcast_description.html"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue